gsisinna's Stars
ollama/ollama
Get up and running with Llama 3.3, Mistral, Gemma 2, and other large language models.
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
pybind/pybind11
Seamless operability between C++11 and Python
serengil/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
avgupta456/github-trends
🚀 Level up your GitHub profile readme with customizable cards including LOC statistics!
libsdl-org/SDL
Simple Directmedia Layer
Kitware/CMake
Mirror of CMake upstream repository
defold/defold
Defold is a completely free to use game engine for development of desktop, mobile and web games.
OneLoneCoder/olcPixelGameEngine
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
BasedHardware/omi
AI wearables
lllyasviel/Paints-UNDO
Understand Human Behavior to Align True Needs
rpclib/rpclib
rpclib is a modern C++ msgpack-RPC server and client library
poac-dev/poac
A package manager and build system for C++
elnormous/HTTPRequest
Single-header C++ HTTP request class
paritytech/jsonrpc
Rust JSON-RPC implementation
lxndrblz/anatole
Anatole is a minimalistic two-column theme for Hugo.
pavlov99/json-rpc
🔁 JSON-RPC 1/2 transport implementation. Supports python 2/3 and pypy.
SFML/cmake-sfml-project
Repository template for SFML projects using CMake
tdv/nanorpc
nanorpc - lightweight RPC in pure C++ 17
Rapptz/sol
A C++11 Lua wrapper
LuaLS/vscode-lua
Release lua-language-server for VSCode
Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
TheLartians/PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
eclipse-zenoh/zenoh-c
C API for Zenoh
botaojia/chat
C++ boost::asio implementation of multi-threaded chat server, and client
psigen/ace
The ADAPTIVE Communication Environment
brlin-tw/mari0-snap
Unofficial Snap Packaging for Mari0
fizyr/estd
Header-only C++ utilities in the style of the standard library.
UltraEngine/tableplusplus
STL-like Lua tables in C++
ParsaMehdipour/Intro-To-Command-Design-Pattern
Command is a behavioral design pattern that turns a request into a stand-alone object that contains all information about the request. This transformation lets you pass requests as a method arguments, delay or queue a request’s execution, and support undoable operations.