Pinned Repositories
bbit-learning-labs
Learning labs curated by BBIT
best-practice-tracker
challengehunt
All programming challenges at one place
cryptoguard
functional-programming-jargon
Jargon from the functional programming world in simple terms!
leetcode-solves
This project contains all the accepted solutions I provided to solve Leetcode problems
mahirkabir.github.io
point-cloud-cylinder-fitting
The repository contains code for fitting some three dimensional point cloud data inside a cylinder
mahirkabir's Repositories
mahirkabir/point-cloud-cylinder-fitting
The repository contains code for fitting some three dimensional point cloud data inside a cylinder
mahirkabir/mahirkabir.github.io
mahirkabir/bbit-learning-labs
Learning labs curated by BBIT
mahirkabir/best-practice-tracker
mahirkabir/challengehunt
All programming challenges at one place
mahirkabir/cryptoguard
mahirkabir/functional-programming-jargon
Jargon from the functional programming world in simple terms!
mahirkabir/leetcode-solves
This project contains all the accepted solutions I provided to solve Leetcode problems
mahirkabir/MachineLearningStocks
Using python and scikit-learn to make stock predictions
mahirkabir/mahirkabir
Config files for my GitHub profile.
mahirkabir/Multiple-client-server-chatting-system
This is a simple chatting system that allows multiple clients to chat among themselves.Clients can send message to a particular client or to all clients that are connected to the server.
mahirkabir/package-json-analyzer
A python tool for analyzing package.json file of NodeJS applications. NodeJS applications use package.json file's dependencies section to specify semantic versioning of libraries. Using semantic versioning, it's possible to set a range of versions for a library. But it's also possible for one version in that range to cause problem with versions of other libraries. Purpose of this tool is to find such faulty combinations of libraries to prove that this is a real problem.
mahirkabir/parallel-programming
This repository contains the source code used for the parallel programming in scala course
mahirkabir/react-workshop
React workshop for Google Developer Student Club
mahirkabir/sentiment-analysis-imdb
In this project, we will be using the [IMDB Review Sentiment Analysis Dataset](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews) for sentiment analysis classification task. The dataset includes reviews from IMDB with corresponding sentiment labels.
mahirkabir/static-analyzer
A static analysis tool to collect information about Open Source Java projects from GitHub
mahirkabir/University-Algorithm
Codes written in semester 2-2 of University in Algorithm course.