B1Z0N's Stars
systemd/systemd
The systemd System and Service Manager
tldr-pages/tldr
📚 Collaborative cheatsheets for console commands
kraftwerk28/dotfiles
.
adambard/learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
django-money/django-money
Money fields for Django forms and models.
django/django
The Web framework for perfectionists with deadlines.
leonbloy/pngj
PNGJ : pure Java library for high performance PNG encoding
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
B1Z0N/cpp-dev-resources
Curated list of useful c++ tools, and resources to learn them:
google/googletest
GoogleTest - Google Testing and Mocking Framework
danmar/cppcheck
static analysis of C/C++ code
microsoft/GSL
Guidelines Support Library
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Bhupesh-V/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
joboccara/NamedType
Implementation of strong types in C++
joboccara/sets
Extension of the STL algorithms on sets
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
gibsjose/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
boostorg/yap
A C++14-and-later expression template library
boostorg/python
Boost.org python module
boostorg/spirit
Boost.org spirit module
boostorg/hana
Your standard library for metaprogramming
gzc/CLRS
:notebook:Solutions to Introduction to Algorithms
numpy/numpy
The fundamental package for scientific computing with Python.
TheAlgorithms/Python
All Algorithms implemented in Python