hankdesu's Stars
excalidraw/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science!
dracula/dracula-theme
🧛🏻♂️ One theme. All platforms.
storybookjs/storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
processing/p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
mridgway/hoist-non-react-statics
Copies non-react specific statics from a child component to a parent component
vlang/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
nestjs/nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
revel/revel
A high productivity, full-stack web framework for the Go language.
serhii-londar/open-source-mac-os-apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
isaacs/minimatch
a glob matcher in javascript
neovim/neovim
Vim-fork focused on extensibility and usability
google/googletest
GoogleTest - Google Testing and Mocking Framework
microsoft/react-native-windows
A framework for building native Windows apps with React.
mysqljs/mysql
A pure node.js JavaScript Client implementing the MySQL protocol.
typeorm/typeorm
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
sindresorhus/awesome-nodejs
:zap: Delightful Node.js packages and resources
Unitech/pm2
Node.js Production Process Manager with a built-in Load Balancer.
remy/nodemon
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
falconry/falcon
The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
squeaky-pl/japronto
Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
Chalarangelo/30-seconds-of-python
Short Python code snippets for all your development needs
chenglou/react-motion
A spring that solves your animation problems.
bottlepy/bottle
bottle.py is a fast and simple micro-framework for python web-applications.
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
pallets/flask
The Python micro framework for building web applications.
python/cpython
The Python programming language
TheAlgorithms/Python
All Algorithms implemented in Python
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more