An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by SameetAsadullah

A curated list of projects in awesome lists by SameetAsadullah .

https://github.com/sameetasadullah/bisto-chat-java-firebase

An Android Chatting Application coded in Java language using Android Studio. Backend is implemented using Firebase. Users can send messages, delete messages, edit messages, send images, and set their profile pictures

android-application android-studio chatting-app firebase firebase-auth firebase-realtime-database java java-android java-android-application java-android-studio-project

Last synced: 10 Jul 2025

https://github.com/sameetasadullah/bisto-chat-java-php

An Android Chatting Application coded in Java language using Android Studio. Backend is implemented in PHP Language i.e, APIs. Users can send messages, delete messages, edit messages, send images, and set their profile pictures

android-studio apache api chatting-app java java-android java-android-application java-android-studio-project mysql php xampp

Last synced: 10 Jul 2025

https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP

An Android Chatting Application coded in Java language using Android Studio. Backend is implemented in PHP Language i.e, APIs. Users can send messages, delete messages, edit messages, send images, and set their profile pictures

android-studio apache api chatting-app java java-android java-android-application java-android-studio-project mysql php xampp

Last synced: 12 Mar 2025

https://github.com/sameetasadullah/hotel-reservation-application

A Hotel Reservation Application named as VBook, coded in Java and PHP. Vendor and Customer are the two users of this project

android-studio apache api hotel-reservation java java-android java-android-application java-android-studio-project mysql php xampp

Last synced: 10 Jul 2025

https://github.com/sameetasadullah/distributed-password-cracker-using-mpi-and-openmp

Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP

brute-force-passwords brute-force-search cpp linux mpi mpi-parallelization openmp openmp-parallelization password-cracker ubuntu

Last synced: 23 Feb 2026

https://github.com/sameetasadullah/cpu-scheduling-simulator

C++ program to simulate different Operating system scheduling algorithms i.e, FCFS, RR, SJF using dup/dup2, fork, exec, and inter-process communication primitives

cpp dup dup2 exec fcfs-scheduling fork inter-process-communication linux named-pipes rr-scheduling sjf-scheduling ubuntu

Last synced: 15 Apr 2026

https://github.com/sameetasadullah/all-routing-protocols-and-servers-using-cisco-packet-tracer

Implemented a complete network i.e, every routing protocols (RIP, OSPF, EIGRP, DHCP, TFTP ) and every type of server (Web Server and Data Server) using Cisco Packet Tracer

cisco-packet-tracer data-server dhcp-protocol eigrp-protocol ospf-protocol pkt pkt-files tftp-protocol web-server

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/vehicle-buying-selling-website

A vehicle buying and selling website using Angular, Typescript, HTML, CSS, Bootsrap, and MongoDB. User can edit/delete/view/search all advertised vehicles and add new ones as well

angular bootstrap5 css html mongodb typescript vehicle-management-system website-development

Last synced: 12 Jul 2025

https://github.com/sameetasadullah/student-registration-database-website

A School Management Website where you can register students, their courses, generate challan forms, change class forms, and many more options

erdiagram oracle-11g php school-management sql

Last synced: 01 Aug 2025

https://github.com/sameetasadullah/matrix-multiplication-in-assembly

Code written in Assembly Language to multiply two NxN matrices

8086-architecture assembly-language dosbox masm615

Last synced: 23 Jul 2025

https://github.com/sameetasadullah/braille-translator

A Braille Translator in C++ using Microsoft Visual Studio

braille-translator cpp microsoft-visual-studio

Last synced: 11 Jul 2025

https://github.com/sameetasadullah/inter-process-communication-using-named-pipes

A simple C++ program to simulate inter-process communication using named pipes

cpp fork inter-process-communication linux named-pipes ubuntu

Last synced: 28 Apr 2026

https://github.com/sameetasadullah/check-palindrome-in-assembly

Code written in Assembly Language to check whether the given string is palindrome or not

8086-architecture assembly-language dosbox masm615

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/dhcp-using-cisco-packet-tracer

Implemented a demo topology to describe Dynamic Host Configuration Protocol (DHCP) using Cisco Packet Tracer

cisco-packet-tracer dhcp dhcp-configuration pkt pkt-files routing-protocols topology

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/hotel-reservation-system

A Hotel Reservation System named as VBook, coded in Java and JavaFX. Administrator, Receptionist, Vendor, and Customer are the four users of this project

hotel-reservation-system java javafx scenebuilder

Last synced: 17 May 2026

https://github.com/sameetasadullah/dns-server-socket-programming

A program coded in C++ language using socket programming to illustrate complete network of chatting or getting ip addresses on internet using dns and proxy-dns servers

client-server-communication dns-server linux network-programming proxy-dns-serrver socket-programming ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/multi-label-image-classification-using-tensorflow

Multi-Label Image Classifier using Tensorflow on images dataset which has six classes i.e, buildings, forest, glacier, mountain, sea, street

image-classifier image-dataset jupyter-notebook multi-label-image-classification python python3 tensorflow

Last synced: 09 May 2026

https://github.com/sameetasadullah/leetcode-solutions

This repository contains solutions of various LeetCode problems

cpp java javascript leetcode python python3

Last synced: 04 Oct 2025

https://github.com/sameetasadullah/eigrp-using-cisco-packet-tracer

Implemented a demo topology to describe Enhanced Interior Gateway Routing Protocol (EIGRP) using Cisco Packet Tracer

cisco-packet-tracer eigrp eigrp-configuration pkt pkt-files routing-protocols topology

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/count-threads-openmp

Program coded in C++ language to count and print total number of threads being used in an OpenMP code

cpp linux openmp parallel-programming threads ubuntu

Last synced: 21 May 2026

https://github.com/sameetasadullah/game-of-life

A simple Game of Life coded in C++ language using Microsoft Visual Studio

cpp gameoflife visual-studio

Last synced: 20 May 2026

https://github.com/sameetasadullah/binary-search-tree-implementation

My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well

binary-search-tree cpp traversals tree-structure visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/maze-solver-using-bfs

Implemented Maze Solver using Breadth First Search (BFS) in Python Language

artificial-intelligence bfs bfs-algorithm bfs-search breadth-first-search maze-solver pycharm pycharm-ide python python3

Last synced: 14 Apr 2026

https://github.com/sameetasadullah/check-all-digits-of-a-number-divide-it-or-not

Python program to check whether all digits of a number divide the number or not

pycharm pycharm-ide pyhton3 python

Last synced: 12 May 2026

https://github.com/sameetasadullah/vector-implementation

My own templatized C++ implementation of Vector using Microsoft Visual Studio

cpp vector visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/t-rex-dino-game-in-assembly

A classic T-Rex Dino Game in Assembly Language with different types of hurdles, score boosters, day and night graphics, and much more interesting stuff

8086-architecture assembly-language dosbox game-development masm615 trex-runner

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/sort-arrays-using-fork

A simple C++ program to sort two arrays in two different child processes using fork system call

cpp fork linux sorting ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/snake-game

A Simple Snake Game in C++

cpp game game-development glut linux opengl ubuntu

Last synced: 09 May 2026

https://github.com/sameetasadullah/reverse-and-uppercase-string-using-thread-joins

A simple C++ program to reverse the string and convert it into uppercase letters using multiple threads and joins

convert-uppercase cpp linux reverse-string thread-joining threads ubuntu

Last synced: 29 Apr 2026

https://github.com/sameetasadullah/queue-implementation

My own templatized C++ implementation of Queue using Microsoft Visual Studio

cpp queue visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/checker-board-in-assembly

A 5x5 Interactive Checker Board in Assembly Language

8086-architecture assembly-language dosbox masm615

Last synced: 19 May 2026

https://github.com/sameetasadullah/centipede-game

A Simple Centipede Game in C++ using OOP (Object Oriented Programming) concepts

cpp game game-development glut linux oop oop-principles opengl ubuntu

Last synced: 07 May 2026

https://github.com/sameetasadullah/consensus-problem-using-openmp

Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP

consensus-problem cpp linux openmp openmp-parallelization ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/knn-algorithm-on-abalone-dataset

Implemented K-Nearest Neighbors (KNN) Algorithm on the given Abalone Dataset using Python Language

abalone-data-set abalone-dataset artificial-intelligence jupyter-notebook knn knn-algorithm knn-classification python python3

Last synced: 19 May 2026

https://github.com/sameetasadullah/get-current-time-in-assembly

Code written in Assembly Language to get Current Time of your System

8086 assembly-language bits current-time dosbox masm615

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/consensus-problem-using-mpi

Program coded in C++ language to solve the consensus problem between multiple threads using MPI

consensus-problem cpp linux mpi mpi-parallelization ubuntu

Last synced: 22 May 2026

https://github.com/sameetasadullah/avl-tree-implementation

My own templatized C++ implementation of AVL Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of AVL tree as well

avl-tree cpp traversals tree-structure visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/singly-linkedlist-implementation

My own templatized C++ implementation of Singly LinkedList using Microsoft Visual Studio

cpp singly-linked-list singlylinkedlistoperations visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/dijkstra-algorithm-implementation

My own templatized C++ implementation of Dijkstra Algorithm using Microsoft Visual Studio

cpp dijkstra-algorithm dijkstra-shortest-path graph list stack visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/arraylist-implementation

My own templatized C++ implementation of ArrayList using Microsoft Visual Studio

arraylist cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/doubly-linkedlist-implementation

My own C++ implementation of Doubly LinkedList using Microsoft Visual Studio

cpp doubly-linked-list visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/check-curly-brackets-using-stack

A simple C++ code to validate curly brackets of given code using stack

cpp stack visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/graph-implementation

My own templatized C++ implementation of Graph and its different traversals i.e, BFS, DFS using Microsoft Visual Studio

bfs cpp dfs graph visual-studio

Last synced: 13 Oct 2025

https://github.com/sameetasadullah/circular-linkedlist-implementation

My own C++ implementation of Circular LinkedList using Microsoft Visual Studio

circular-linked-list cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/airline-reservation-system

An Airline Reservation System coded in C++ language using Microsoft Visual Studio with multiple basic and advance search options. Used Dijkstra Algorithm on flights graph for finding optimal path in terms of cost/time

airline-booking airline-reservation cpp dijkstra-algorithm dijkstra-shortest-path graph visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/linux-gbsh-shell-implementation

Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)

cpp fork linux linux-shell linux-shell-commands linux-shell-implementation ubuntu unnamed-pipe

Last synced: 11 Apr 2026

https://github.com/sameetasadullah/stack-implementation

My own templatized C++ implementation of Stack using Microsoft Visual Studio

cpp stack visual-studio

Last synced: 10 Jun 2025

https://github.com/sameetasadullah/tcp-multiple-client-server-communication

A simple program coded in C language to illustrate a TCP multiple Client Server Communication in Socket Programming

c-language client-server-communication linux multiple-clients socket-programming tcp-socket ubuntu

Last synced: 20 Apr 2026

https://github.com/sameetasadullah/string-matching-in-assembly

Code written in Assembly Language to check whether two strings contain same characters or not irrespective of the case

8086-architecture assembly-language dosbox masm615 string-matching

Last synced: 11 Oct 2025

https://github.com/sameetasadullah/check-prime-and-print-operations-in-assembly

Code written in Assembly Language to check Prime, Print Uppercase Letters, Print Lowercase Letters, Print Numbers and Print first seven terms of Fibonacci Series

8086-architecture assembly-language dosbox fibonacci-sequence masm615 prime-numbers

Last synced: 25 Oct 2025

https://github.com/sameetasadullah/ospf-using-cisco-packet-tracer

Implemented a demo topology to describe Open Shortest Path First (OSPF) using Cisco Packet Tracer

cisco-packet-tracer ospf ospf-configuration pkt pkt-files routing-protocols topology

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/neural-network-implementation

Neural Network implemented with different Activation Functions i.e, sigmoid, relu, leaky-relu, softmax and different Optimizers i.e, Gradient Descent, AdaGrad, RMSProp, Adam. You can choose different loss functions as well i.e, cross-entropy loss, hinge-loss, mean squared error (MSE)

activation-functions adagrad adam-optimizer cross-entropy-loss gradient-descent hinge-loss jupyter-notebook leaky-relu loss-functions mean-squared-error neural-network optimizers pycharm pycharm-ide python python3 relu-activation rmsprop sigmoid-activation softmax-activation

Last synced: 30 Jan 2026

https://github.com/sameetasadullah/smallest-k-digit-number-divisible-by-x

Python program to find smallest K digit number divisible by X

pycharm pycharm-ide python python3

Last synced: 30 Jan 2026

https://github.com/sameetasadullah/csp-on-exam-scheduling-using-backtracking

Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm

artificial-intelligence constraint-satisfaction-problem csp exam-schedule exam-scheduler exam-scheduling pycharm pycharm-ide python python3

Last synced: 27 Feb 2026

https://github.com/sameetasadullah/sameetasadullah

Profile Repository

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/dynamic-routing-using-cisco-packet-tracer

Implemented two demo topologies to describe Dynamic Routing using Cisco Packet Tracer

cisco-packet-tracer dynamic-routing pkt pkt-files routing topology

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/static-routing-using-cisco-packet-tracer

Implemented two demo topologies to describe Static Routing using Cisco Packet Tracer

cisco-packet-tracer pkt pkt-files routing static-routing topology

Last synced: 19 Mar 2026

https://github.com/sameetasadullah/reverse-string-using-execlp

A simple C++ program to reverse the given string using execlp system call

command-line-arguments cpp execlp fork linux reverse-string ubuntu

Last synced: 12 May 2026

https://github.com/sameetasadullah/find-max-temperature-using-mapreduce-hadoop

Program coded in Java language to find max temperature in a large file using Hadoop MapReduce

hadoop hadoop-mapreduce java linux max-temperature ubuntu

Last synced: 14 May 2026

https://github.com/sameetasadullah/producer-consumer-problem-using-semaphores

C++ code to solve producer consumer problem using threads and semaphores

cpp linux producer-consumer-problem semaphores threads ubuntu

Last synced: 13 May 2026

https://github.com/sameetasadullah/searching-a-number-among-slave-processes-using-openmp-and-mpi

Program written in C++ language to search a number from an array after distributing it equally to all slave processes and using OpenMP and MPI for parallel searching

cpp linux mpi openmp parallel-programming search-number ubuntu

Last synced: 25 Apr 2026

https://github.com/sameetasadullah/select-function-socket-programming

A program coded in C language to create a non-forking concurrent Client-Server Chat Program using select function

c-language client-server-communication linux select-function socket-programming ubuntu

Last synced: 15 May 2026

https://github.com/sameetasadullah/withdraw-deposit-problem-using-mutex

C++ code to solve withdraw deposit problem using threads and mutex lock

cpp deposit-money linux mutex-lock threads ubuntu withdraw-money

Last synced: 15 May 2026

https://github.com/sameetasadullah/exams-schedule-generator-using-genetic-algorithm

Python Program to find generic solution that will facilitate generating exams schedule for university using “Genetic Algorithm”

artificial-intelligence exam-schedule exam-scheduler genetic-algorithm jupyter-notebook python python3

Last synced: 15 May 2026

https://github.com/sameetasadullah/cnn-benchmark-suite

A modular deep learning evaluation framework for benchmarking multiple CNN architectures across varied optimization strategies and training configurations. Built for scalable experimentation and transferability to real-world image classification tasks.

alexnet cifar10 cnn computer-vision deep-learning googlenet hyperparameter-tuning image-classification mobilenet model-benchmarking model-evaluation pytorch resnet torchvision

Last synced: 08 Sep 2025

https://github.com/sameetasadullah/calculate-factorial-using-fork

A simple C++ program to find factorial of given number using fork system call

cpp factorial fork linux ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/count-words-using-mapreduce-hadoop

Program coded in Java language to count words in a large file using Hadoop MapReduce

count-words hadoop hadoop-mapreduce java linux ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/count-and-display-command-line-arguments

A simple C++ program to count and display command line arguments

command-line-arguments cpp linux ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/check-keywords-using-mapreduce-hadoop

Program coded in Java language to find different types of keywords in a large file using Hadoop MapReduce

hadoop hadoop-mapreduce java linux ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/finding-average-length-of-comments-using-mapreduce-hadoop

Program coded in Java language to find the average length of comments in a large file using Hadoop MapReduce

hadoop hadoop-mapreduce java linux ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/check-perfect-number-in-assembly

Code written in Assembly Language to check whether the given number is a Perfect Number or not. If it is a perfect number then it prints its factors as well

8086-architecture assembly-language dosbox masm615 perfect-number

Last synced: 21 Jul 2025

https://github.com/sameetasadullah/validate-sudoku-using-threads

C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that

cpp linux semaphores sudoku-checker thread-joining threads ubuntu

Last synced: 19 May 2026

https://github.com/sameetasadullah/covid-stats-algorithms

A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc

algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence longest-decreasing-subsequence longest-increasing-subsequence visual-studio

Last synced: 19 May 2026

https://github.com/sameetasadullah/udp-client-server-communication

A simple program coded in C language to illustrate a UDP Client Server Communication in Socket Programming

c-language client-server-communication linux socket-programming ubuntu udp-socket

Last synced: 20 May 2026

https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes

A simple C++ program to simulate inter-process communication using unnamed pipes

cpp fork inter-process-communication linux ubuntu unnamed-pipe

Last synced: 22 May 2026

https://github.com/sameetasadullah/check-magic-square-in-python

Python program to check magic square

pycharm pycharm-ide python python3

Last synced: 19 Feb 2026

https://github.com/sameetasadullah/ticket-selling-problem-using-mutex

C++ code to solve ticket selling problem using threads and mutex lock

cpp linux mutex-lock threads ticket-selling ubuntu

Last synced: 18 May 2026

https://github.com/sameetasadullah/tcp-client-server-communication

A simple program coded in C language to illustrate a TCP Client Server Communication in Socket Programming

c-language client-server-communication linux socket-programming tcp-socket ubuntu

Last synced: 20 May 2026

https://github.com/sameetasadullah/dependency-analysis-and-speedup-code-snippets

Dependency Analysis is performed on some code snippets and they have been improved in speed if possible

cpp dependency-analysis dependency-types openmp openmp-parallelization parallel-processing parallel-programming speedup

Last synced: 15 Mar 2025