Pinned Repositories
adventures-in-ml-code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
amazing-android-apps
Amazing open source Android apps written in Java.
android-recyclerview-example-demo
This is an android recyclerview example and its too simply applied that you can modify it and make your own custom recycler view easily
android-samples
Samples demonstrating how to use Google Maps Android API v2.
awesome-android-ui
A curated list of awesome Android UI/UX libraries
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
Food-Order-Management-System
This is a project of food order management system in C programe . This project is done by me for my CSE Project Final . This is Food Resturent Management system also with Admin panel where admin can add food, delete food, count item, show list of food and also can views the total order ordered by Customers . And there is extra fetaurs of Backup System for that day with those days named file and where content is total money of that day and Card list with payment details.
market-enabler
Automatically exported from code.google.com/p/market-enabler
round-robin-scheduling-program-in-c
Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices (also known as time quanta) are assigned to each process in equal portions and in circular order, handling all processes without priority (also known as cyclic executive).
Simple-Sign-Up-and-Login-System-with-C-Programming
This is a simple signup and login system done with c programing. Here you can clear your array concept and Global variable concep. Also you can get introduced with some new function. You can clear your Loop travelling from here and logic clearly.
IstiyakV's Repositories
IstiyakV/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
IstiyakV/Food-Order-Management-System
This is a project of food order management system in C programe . This project is done by me for my CSE Project Final . This is Food Resturent Management system also with Admin panel where admin can add food, delete food, count item, show list of food and also can views the total order ordered by Customers . And there is extra fetaurs of Backup System for that day with those days named file and where content is total money of that day and Card list with payment details.
IstiyakV/amazing-android-apps
Amazing open source Android apps written in Java.
IstiyakV/awesome-android-ui
A curated list of awesome Android UI/UX libraries
IstiyakV/round-robin-scheduling-program-in-c
Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices (also known as time quanta) are assigned to each process in equal portions and in circular order, handling all processes without priority (also known as cyclic executive).
IstiyakV/android-samples
Samples demonstrating how to use Google Maps Android API v2.
IstiyakV/awesome-bangla
A collection of tools, datasets and resources on Bangla computing
IstiyakV/awesome-python-chemistry
A curated list of Python packages related to chemistry
IstiyakV/bangladesh-geocode
Division, District and Upazila level fully mapped mySQL Database
IstiyakV/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)
IstiyakV/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.
IstiyakV/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.
IstiyakV/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.
IstiyakV/darknet
Convolutional Neural Networks
IstiyakV/dejavu
Audio fingerprinting and recognition in Python
IstiyakV/ev-mobile
The Open e-Mobility Charging Station management mobile React-Native application (check also ev-server and ev-dashboard)
IstiyakV/ev-server
The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
IstiyakV/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.
IstiyakV/java-swing-progressbar-demo
This simple project i did here, its actually a demo of java progress bar which was done by swing framework. You can clear your thought about Swingworker class .
IstiyakV/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
IstiyakV/Merge-Sort-Algorithm-Program-in-C-with-Visualization-of-Recursion
Merge sort is a sorting technique based on divide and conquer technique. With the worst-case time complexity being Ο(n log n), it is one of the most respected algorithms.In this programe merge sort algorithm was simply done and there is also data visualization in each and every step of recursion. This project will help you to understand the code with visualization step by step.
IstiyakV/pjsip-android
SIP Service for Android based on PJSIP
IstiyakV/platform_development
IstiyakV/pyAvroPhonetic
Python implementation of Avro Phonetic
IstiyakV/RAKE-tutorial
A python implementation of the Rapid Automatic Keyword Extraction
IstiyakV/sample-thread-java
This is a sample thread done with JAVA language. This will show how thread class will work.
IstiyakV/Sign-Language
A very simple CNN project.
IstiyakV/spring-master-class
An updated introduction to the Spring Framework 5. Become an Expert understanding the core features of Spring In Depth. You would write Unit Tests, AOP, JDBC and JPA code during the course. Includes introductions to Spring Boot, JPA, Eclipse, Maven, JUnit and Mockito.
IstiyakV/kinetics-dataset
IstiyakV/Movieflix-Spring_Boot-MongoDB-RestAPI-ReactJS-Sample_Web_App
This repository hosts a sample project showcasing the integration of Spring Boot with MongoDB to create a robust and scalable RESTful API for managing movie data. Developed as a learning resource and reference implementation, this project demonstrates best practices in building backend services with Spring Boot and MongoDB.