-
Here is link number 1 - Previous text "pns"
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
In terms of favorite personal projects: the 2D game engine I work on Astera.
-
In terms of other people's projects: stb, microui, and nanovg come to mind
-
In terms of other people's projects: stb, microui, and nanovg come to mind
-
In terms of other people's projects: stb, microui, and nanovg come to mind
-
My own programming Language that transpiles to C (soon going to be bootstrapped)
-
Some of my favorites are: sokol/pacman.c, Gunslinger, and gb
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Some of my favorites are: sokol/pacman.c, Gunslinger, and gb
-
Some of my favorites are: sokol/pacman.c, Gunslinger, and gb
-
Some of my favorites are: sokol/pacman.c, Gunslinger, and gb
-
I made a memory allocator that turned out rather neat - https://github.com/spaskalev/buddy_alloc
-
rotate
Discontinued [WIP] static typed programming language that compiles to vm bytecode (by Airbus5717)
a Compiler i am writing rn https://github.com/Airbus5717/rotate/
-
c_exceptional
A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!
I made an exception library called exceptional with very intuitive syntax and semantics. It uses some crazy preprocessor tricks behind the scenes to make this work ☺️.