You must be logged in to sponsor gpakosz
Become a sponsor to Grรฉgory Pakosz
I make
- Oh my tmux! ๐ซ๐ท: my Tmux configuration made with love โค๏ธ
- Where Am I?: C library to locate the running executable or running shared library on the filesystem ๐
- PPK_ASSERT: an orthodox C++ assertion library
โ ๏ธ - PackedArray: did you ever need a
uint9_t
oruint17_t
array? ๐ - uuid4: UUID v4 generation in C, based on SplitMix PRNG ๐ฒ
- UnicodeBOMInputStream: a Java stream class that skips Unicode BOMs ๐ฃ
I contribute(d) to the following projects:
Featured work
-
gpakosz/.tmux
Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ๐๐ฉท๐๐คโค๏ธ๐ค
Shell 22,326 -
gpakosz/PPK_ASSERT
PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library
โ ๏ธ C++ 204 -
gpakosz/whereami
Locate the current running executable and the current running module/library on the file system ๐
C 477 -
gpakosz/PackedArray
Random access array of tightly packed unsigned integers
C 160 -
gpakosz/peg
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
C 59 -
gpakosz/uuid4
UUID v4 generation in C
C 71