kelepcera's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
facebook/react
The library for web and native user interfaces.
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
obsproject/obs-studio
OBS Studio - Free and open source software for live streaming and screen recording
jestjs/jest
Delightful JavaScript Testing.
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
gabime/spdlog
Fast C++ logging library.
jedisct1/libsodium
A modern, portable, easy to use crypto library.
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
sindresorhus/query-string
Parse and stringify URL query strings
hsutter/cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
onqtam/awesome-cmake
A curated list of awesome CMake resources, scripts, modules and examples.
mock-server/mockserver
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
libffi/libffi
A portable foreign-function interface library.
zauonlok/renderer
A shader-based software renderer written from scratch in C89
huyubing/books-pdf
books pdf
geovens/gInk
An easy to use on-screen annotation software inspired by Epic Pen.
NoriSte/ui-testing-best-practices
The largest UI testing best practices list (last update: March 2023)
lzl124631x/LeetCode
My C++ Code for LeetCode OJ
qicosmos/feather
a modern, rapid,cross-platform web development framework developed in c++17
farukeryilmaz/bytepack
C++ Binary Serialization Made Easy: Header-only, configurable endianness, cross-platform, no IDL, no exceptions, and no macros
tghosgor/postgrespp
postgres++ async C++ driver is a thin libpq wrapper in C++ for PostgreSQL that aims to make libpq easier to use. It has asynchronous behavior and depends on Boost.ASIO for async operations. It makes use of C++11 variadic templates for parameter-ed functions like PQsendQueryParams.
tdslite/tdslite
Lightweight, platform independent, embedded-ready Microsoft SQL Server (MSSQL) Connector written in pure C++11 that can work with just 2kB of SRAM!
citelab/gini5
GINI Is Not Internet - A toolkit for constructing virtual micro Internet
yaozhenx/type-erasure
Implementation of Klaus Iglberger's C++ Type Erasure Design Pattern.
Jackojc/olcNotSoConsoleGameEngine
Port of the olcConsoleGameEngine that uses SDL2 under the hood.
MacDue/Mank
The Mank programming language