jamal-uddin5823's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
microsoft/Web-Dev-For-Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
kunal-kushwaha/DSA-Bootcamp-Java
This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
lnishan/awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
aamini/introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
cs-books/influential-cs-books
Most influential books on Computer Science/programming
ShahjalalShohag/code-library
Templates, algorithms and data structures implemented and collected for programming contests.
john-smilga/react-course-v3
the-hyp0cr1t3/CC
Everything competitive programming related - introductory guide, topics/concepts, practice problems, snippets & templates, tips & tricks and more.
ShahjalalShohag/Competitive-Programming-A-Complete-Guideline
aboelkassem/References_Books
My awseome reference books library
learnwithsumit/react-dev-roadmap-2024
React Developer Roadmap - Beginners to Advanced - 2024
goldcoders/DSA
Free Premium Books For Learning Data Structure and Algorithm
luvk1412/Competitive-Programming
Misc things related to CP
tsensei/QueryGPT
QnA with NodeJS & OpenAI GPT models on Personal / Business data using Embeddings and Completion
geekahmed/Computer-Networking---A-Top-Down-Approach
This repository presents my learning and reading process for the well-known book by James Kurose, Keith Ross "Computer Networking - A Top Down Approach - 8th Edition".
kdesai2018/ultimate-hackathon-starting-guide
all the tools and guidance needed to get up and running at a hackathon!
HackRegina/hackathon-starter-kit
A group of tools and resources to save time in a hackathon.
tsensei/BesiJossResources
Basically here I list the best resources I find while learning a new thing or two.
AbdullahArean/Design-And-Analysis-Of-Algorithm-Data-Structure
Data structure and algorithms are two of the most important aspects of computer science. Data structures allow us to organize and store data, while algorithms allow us to process that data in a meaningful way.
keweishang/algorithm_princeton
Algorithm course by Princeton University on Coursera
umaarabdullah/BMP280-STM32F446RE-Baremetal-I2C-SPI
In this project, the Bosch BMP280 sensor is integrated with an STM32 microcontroller using bare-metal, low-level register-based firmware. Communication is handled via I2C and SPI protocols. The firmware captures sensor data and outputs it to a 16x2 LCD display, demonstrating effective real-time data acquisition and display.
SuMayaBee/Software-Project-Lab-1
Dip-to/Computer-Networking-Lab
smfai200/Venue-Recommendation-System-Using-Google-Locations
A location based Recommender system which suggests a user various places or location of interests based on their past navigation history from Google Maps. It recommends various places within a particular range of distance and when the user is travelling on a particular route!
andrea-cpu96/Bare-Metal-Code
Here some bare metal codes for arm-Cortex M4 based stm32f446re microcontroller.
iantmc87/Location-Based-Recommender-System-Server
Location based recommender system for restaurants - Server Side