vdaras's Stars
beefytech/Beef
Beef Programming Language
photoprism/photoprism
AI-Powered Photos App for the Decentralized Web 🌈💎✨
michael-lazar/rtv
Browse Reddit from your terminal
jamalex/notion-py
Unofficial Python API client for Notion.so
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
aviabird/angularspree
angular e-commerce framework for online store
xmake-io/xmake
🔥 A cross-platform build utility based on Lua
apache/httpd
Mirror of Apache HTTP Server. Issues: http://issues.apache.org
rShetty/awesome-podcasts
Collection of awesome podcasts
charlax/professional-programming
A collection of learning resources for curious software engineers
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
PistonDevelopers/piston
A modular game engine written in Rust
klange/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
quozd/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
aspnetboilerplate/module-zero-core-template
ASP.NET Core MVC / Angular Startup Project For ASP.NET Boilerplate
practical-tutorials/project-based-learning
Curated list of project-based tutorials
nhn/tui.calendar
🍞📅A JavaScript calendar that has everything you need.
leastprivilege/AspNetCoreSecuritySamples
Samples for various ASP.NET Core Security Features
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
thangchung/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
lewissbaker/cppcoro
A library of C++ coroutine abstractions for the coroutines TS
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
s-matyukevich/raspberry-pi-os
Learning operating system development using Linux kernel and Raspberry Pi
Naios/continuable
C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
google/benchmark
A microbenchmark support library
abseil/abseil-cpp
Abseil Common Libraries (C++)
nlohmann/json
JSON for Modern C++
kroitor/gjk.c
Gilbert-Johnson-Keerthi (GJK) collision detection algorithm in 200 lines of clean plain C