Pinned Repositories
Assembly
A handbook for Assembly
Code-Library
My Contest Templates. It contains source codes of different Data Structures and Algorithms which I have used for problem solving. Some of these are collected.
Digital-Image-Processing
Digital Image Processing with matlab and python.
Knowledge-Based-QA-System-with-Python-and-Prolog
This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed on the prolog knowledge base. Then the query result is shown with some prefix and suffix as the answer.
MIMO-for-pattern-recodnition
Implementation of MIMO(Multiple Input Multiple Output) using python and pattern recognition using MIMO channel. Literate link is provided in the README section.
nodejs
Playing with nodejs
repo-toc
An npm library to generate the table of contents for the files within a directory
Syllabus-Manager-Rest-Api
A RESTful API to create syllabus. It allows to create curse types(Theory, Laboratory, Viva etc) and corresponding input forms for the courses. Syllabus is stored as XML. The CRUD operation in the XML Database is handled with BaseX.
University-Transport-System
This project is to maintain the transports of the university. The rest api is developed with spring boot. The rest api provides api's for the mobile app. The admin web interface is developed with react.
2D-Irregular-Cutting-Stock-Algorithm
Efficient pattern cutting algorithm for minimizing cutting waste of irregular pieces.
kmtusher97's Repositories
kmtusher97/Knowledge-Based-QA-System-with-Python-and-Prolog
This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed on the prolog knowledge base. Then the query result is shown with some prefix and suffix as the answer.
kmtusher97/University-Transport-System
This project is to maintain the transports of the university. The rest api is developed with spring boot. The rest api provides api's for the mobile app. The admin web interface is developed with react.
kmtusher97/MIMO-for-pattern-recodnition
Implementation of MIMO(Multiple Input Multiple Output) using python and pattern recognition using MIMO channel. Literate link is provided in the README section.
kmtusher97/Code-Library
My Contest Templates. It contains source codes of different Data Structures and Algorithms which I have used for problem solving. Some of these are collected.
kmtusher97/nodejs
Playing with nodejs
kmtusher97/project-boilerplate
kmtusher97/Syllabus-Manager-Rest-Api
A RESTful API to create syllabus. It allows to create curse types(Theory, Laboratory, Viva etc) and corresponding input forms for the courses. Syllabus is stored as XML. The CRUD operation in the XML Database is handled with BaseX.
kmtusher97/Assembly
A handbook for Assembly
kmtusher97/E-commerce
A simple E-commerce web application, being developed with Django.
kmtusher97/generative-ai
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI
kmtusher97/learn-quran
kmtusher97/llm-hands-on
kmtusher97/repo-toc
An npm library to generate the table of contents for the files within a directory
kmtusher97/Web-App-For-CSEJU
kmtusher97/2D-Irregular-Cutting-Stock-Algorithm
Efficient pattern cutting algorithm for minimizing cutting waste of irregular pieces.
kmtusher97/automq
AutoMQ is a cloud-first alternative to Kafka by decoupling durability to S3 and EBS. 10x cost-effective. Autoscale in seconds. Single-digit ms latency.
kmtusher97/Design-Patterns-Shorthand-Bengali
Design pattern shorthand is written in Bengali for quick go trough.
kmtusher97/jira-opti-sprint-board-chrome-ext
kmtusher97/kmtusher97.github.io
kmtusher97/mern-winter-24
kmtusher97/nc-intern-git
kmtusher97/Networking-Lab
kmtusher97/ollama
Get up and running with Llama 3, Mistral, Gemma, and other large language models.
kmtusher97/product-management-client-app
kmtusher97/simple-docker-app
kmtusher97/Syllabus-Manager-React-App
kmtusher97/university-transport-system-admin-react-app
kmtusher97/university-transport-system-rest-api
kmtusher97/webhook-broker
This is a fully HTTP based Pub/Sub Broker with a goal to simplify system architecture in SOA or Microservice architecture. It aims to solve the inter service communication problem.
kmtusher97/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.