Giter VIP home page Giter VIP logo

Kazi Md Istiyak Hossain's Projects

awesome-bangla icon awesome-bangla

A collection of tools, datasets and resources on Bangla computing

bengalidictionary icon bengalidictionary

A Large Collection of Bengali Words & Translations (বাংলা-শব্দ-bengali-shobdo-bengal-word-list-bangla-translation-spell-check-checker-dictionary-translator-dataset-data-set-english-to-bd-bn-en-e2b-sobdo)

breadth-first-search-or-bfs-in-c icon breadth-first-search-or-bfs-in-c

Breadth First Traversal (or Search) for a graph is similar to Breadth First Traversal of a tree (See method 2 of this post). The only catch here is, unlike trees, graphs may contain cycles, so we may come to the same node again. To avoid processing a node more than once, we use a boolean visited array. For simplicity, it is assumed that all vertices are reachable from the starting vertex. For example, in the following graph, we start traversal from vertex 2. When we come to vertex 0, we look for all adjacent vertices of it. 2 is also an adjacent vertex of 0. If we don’t mark visited vertices, then 2 will be processed again and it will become a non-terminating process. A Breadth First Traversal of the following graph is 2, 0, 3, 1.

chatbot-rnn icon chatbot-rnn

A toy chatbot powered by deep learning and trained on data from Reddit

counter-demo-application-android-studio icon counter-demo-application-android-studio

This is an counter demo application. From this you can learn how to design a button and also how to action perform on button click event in android studio. This is a very simple application thats how you can understand Button Action Perform easily.

creating-universe-with-oop-java icon creating-universe-with-oop-java

Creating Universe With OOP JAVA is a concept and sample of a simple Story solution. From that story this conceptual program is build and this is a demo project for any students for learning purpose.

currency-converter-with-online-money-api-android icon currency-converter-with-online-money-api-android

This is an demo application of currency converter android application This application works with real time online money API. From this project you will learn how to use Android Spinner, JSON with Volley, Text to speech with Google TTS and lot more

dejavu icon dejavu

Audio fingerprinting and recognition in Python

doc2vec icon doc2vec

Python scripts for training/testing paragraph vectors

draggablepanel icon draggablepanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.

ev-mobile icon ev-mobile

The Open e-Mobility Charging Station management mobile React-Native application (check also ev-server and ev-dashboard)

ev-server icon ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)

firebase-push-notification-android icon firebase-push-notification-android

Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging, a message can transfer a payload of up to 4KB to a client app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.