There are no reviews yet. Be the first to send feedback to the community and the maintainers!
eh-no-libc
exploring coding without the standard librarylibjumphash
A Fast, Minimal Memory, Consistent Hash Algorithm ( origin: Google https://arxiv.org/pdf/1406.2294v1.pdf )stm32f4-discovery-example
program the stm32f4-discovery boardcode-snips
Just a place for me to put little bits of code to remind myself of something or to illustrate something.base62
base62 encoding / decodingpackage-users
package-users User Based Management was devised by Matthias Benkmann. In this scheme, each package is installed as a separate user into the standard locations. Files belonging to a package are easily identified by checking the user ID. Orignially from: http://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txtlibeba
Embedable Bit Array - bit setting/getting in byte arrays made easylibsodium-perl
A perl wrapper for libsodiumarduino-example
program the arduino without the IDEavr-toolchain-build
build a toolchain for arduinocontext-alloc
simple pluggable memory allocation for easy testing of malloc returning NULLndb-rolling-restart
utility to restart nodes in a MySQL NDB clusterlibfastset
A set implmentation which is very fast at the expense of memory. Based upon http://research.swtch.com/sparselibefloat
Embedable Float manipulation librarysimple_stats
a simple stats library and commandline utilitylibecheck
"E(asy)Check": Boiler-plate to make simple testing easier, when I do not want a whole testing framework.c-linking-example
DIY demo of static and dynamic linkinglibehht
simple OO hashtable library in Csilly_sorting
implmentation of "random sort", "sleep sort" and even the new "random sleep sort"dumb-alloc
A sketch of a basic OO memory allocator with malloc/free wrapper functionslibstrbuf
a mutable string library for C, usable in embedded firmwareslibehstr
a few handy stirng functions, like converting values to strings of "0"s and "1"s and suchbc
GNU bc - arbitrary precision numeric processing language https://www.gnu.org/software/bc/bc.htmleric-secrets
demo of how I store secretsmesa-c11-threads
extract of the C11 threads library from git://anongit.freedesktop.org/git/mesa/mesaadventofcode-workbook
workbook that I used as I worked through http://adventofcode.comnand2tetris-workbook
my workbook for http://www.nand2tetris.org/handmaiden-hero
This is my workbork as I follow along the programming tutorial available from Handmade Hero http://handmadehero.org/libdeque
Double-Ended QUEue. Like a deck of cards, one may add to (or deal from) the top or bottom of the deque.libehkv
a simple key-value table, suitable for embeddeddiagnet
WIP: scripts for monitoring my networkdemo-net
netstuff from scratchld-preload-example
How to use dynamic loading to wrap library functions like "malloc" and "free"libeh-printf
a sketch of a version of sprintf to use in embeddedLove Open Source and this site? Check out how you can help us