TheCoolNerd27's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
commaai/openpilot
openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 275+ supported cars.
dart-lang/sdk
The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
ept/ddia-references
Literature references for “Designing Data-Intensive Applications”
nisrulz/app-privacy-policy-generator
Generate a customized Privacy Policy and Terms of Use document for your mobile apps
he-y/Awesome-Pruning
A curated list of neural network pruning resources.
aws-amplify/amplify-flutter
A declarative library with an easy-to-use interface for building Flutter applications on AWS.
gkcs/Competitive-Programming
This is a collection of useful Competitive Programming material!
leonwatson2/Tutorial---ReactJS-and-Socket.io-Chat-App
Code from my youtube creating a ReactJS Chat Application
kautukkundan/omg-badges
Gamify Livestreams - distribute badges to attendees while they watch your event's live stream on your website.
saunack/MobileNetv2-SSD
An end-to-end implementation of the MobileNetv2+SSD architecture in Keras from sratch for learning purposes. The dataset is prepared using MNIST images: MNIST images are embedded into a box and the model detects bounding boxes for the numbers and the numbers.
mark-vandenberg/g-hub-mouse-gestures
Lua script to use mouse gestures in macOS using g-hub
frankly034/online_payment
A monolith app built with expressjs, mongoose and pug to illustrate payment integration with paystack.
iamuv2000/FeedTheStrays
🐕 An application to tackle the problem where, due to the prolonged lockdown, the stray dogs dependent upon the passerby are now not getting any food or water 🐶
ShirshaDatta/Connects-2
An application made to connect students of all ages to make learning easy.📱
iamuv2000/covid19
🦠 A flutter application to see the latest Covid 19 statistics and all the news related to the virus in just one place
sakshidgoel/Python-Compiler
All phases of a compiler for Python Language have been implemented using C language. The constructs 'if-else' and 'while' have been handled.