forchid's Stars
byt3bl33d3r/OffensiveNim
My experiments in weaponizing Nim (https://nim-lang.org/)
hummingbird-project/hummingbird
Lightweight, flexible HTTP server framework written in Swift
jdbi/jdbi
The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.
waf/CSharpRepl
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
lydiandy/vsql
A sql query builder for V
speed2exe/myzql
MySQL and MariaDB driver in native Zig
karlseguin/pg.zig
Native PostgreSQL driver / client for Zig
openjdk/jdk21u
https://openjdk.org/projects/jdk-updates
cruppstahl/upscaledb
A very fast lightweight embedded database engine with a built-in query language.
honojs/hono
Web framework built on Web Standards
gleam-lang/http
🕸️ Types and functions for HTTP clients and servers!
gleam-lang/gleam
⭐️ A friendly language for building type-safe, scalable systems!
ultimatepp/ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
ninja-build/ninja
a small build system with a focus on speed
fortran-lang/fpm
Fortran Package Manager (fpm)
fortran-lang/stdlib
Fortran Standard Library
DrEden33773/pl_0
a simple pl/0 compiler implemented in rust.
cberner/redb
An embedded key-value database in pure Rust
zackradisic/rust-vs-zig
Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs
tigerbeetle/tigerbeetle
The financial transactions database designed for mission critical safety and performance.
zigcc/zig-cookbook
Simple Zig programs that demonstrate good practices to accomplish common programming tasks.
PaddlePaddle/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
elysiajs/elysia
Ergonomic Framework for Humans
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
zserge/lorca
Build cross-platform modern desktop apps in Go + HTML5
zserge/partcl
ParTcl - a micro Tcl implementation
msteveb/jimtcl
Official repository of Jim Tcl, an open-source, small footprint implementation of Tcl
Jaguar-dart/jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
isar/hive
Lightweight and blazing fast key-value database written in pure Dart.
gregmalcolm/python_koans
Python Koans - Learn Python through TDD