• Stars
    star
    1
  • Language
    C
  • License
    GNU Lesser Genera...
  • Created about 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sketch of a basic OO memory allocator with malloc/free wrapper functions

More Repositories

1

eh-no-libc

exploring coding without the standard library
C
19
star
2

libjumphash

A Fast, Minimal Memory, Consistent Hash Algorithm ( origin: Google https://arxiv.org/pdf/1406.2294v1.pdf )
C
14
star
3

stm32f4-discovery-example

program the stm32f4-discovery board
C
13
star
4

code-snips

Just a place for me to put little bits of code to remind myself of something or to illustrate something.
C
7
star
5

base62

base62 encoding / decoding
C
6
star
6

package-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.txt
Shell
6
star
7

libeba

Embedable Bit Array - bit setting/getting in byte arrays made easy
C
4
star
8

libsodium-perl

A perl wrapper for libsodium
C
3
star
9

arduino-example

program the arduino without the IDE
C
3
star
10

avr-toolchain-build

build a toolchain for arduino
Shell
3
star
11

context-alloc

simple pluggable memory allocation for easy testing of malloc returning NULL
C
2
star
12

ndb-rolling-restart

utility to restart nodes in a MySQL NDB cluster
C++
2
star
13

libfastset

A set implmentation which is very fast at the expense of memory. Based upon http://research.swtch.com/sparse
C
2
star
14

libefloat

Embedable Float manipulation library
C
2
star
15

simple_stats

a simple stats library and commandline utility
C
2
star
16

libecheck

"E(asy)Check": Boiler-plate to make simple testing easier, when I do not want a whole testing framework.
C
1
star
17

c-linking-example

DIY demo of static and dynamic linking
C
1
star
18

libehht

simple OO hashtable library in C
C
1
star
19

silly_sorting

implmentation of "random sort", "sleep sort" and even the new "random sleep sort"
C
1
star
20

libstrbuf

a mutable string library for C, usable in embedded firmwares
C
1
star
21

libehstr

a few handy stirng functions, like converting values to strings of "0"s and "1"s and such
C
1
star
22

bc

GNU bc - arbitrary precision numeric processing language https://www.gnu.org/software/bc/bc.html
C
1
star
23

eric-secrets

demo of how I store secrets
Shell
1
star
24

mesa-c11-threads

extract of the C11 threads library from git://anongit.freedesktop.org/git/mesa/mesa
C
1
star
25

adventofcode-workbook

workbook that I used as I worked through http://adventofcode.com
C
1
star
26

nand2tetris-workbook

my workbook for http://www.nand2tetris.org/
Scilab
1
star
27

handmaiden-hero

This is my workbork as I follow along the programming tutorial available from Handmade Hero http://handmadehero.org/
C
1
star
28

libdeque

Double-Ended QUEue. Like a deck of cards, one may add to (or deal from) the top or bottom of the deque.
C
1
star
29

libehbigint

brief exploration: hacking a Big Int library suitable for 8-bit CPUs as an exercise
C
1
star
30

libehkv

a simple key-value table, suitable for embedded
C
1
star
31

diagnet

WIP: scripts for monitoring my network
Shell
1
star
32

demo-net

netstuff from scratch
C
1
star
33

ld-preload-example

How to use dynamic loading to wrap library functions like "malloc" and "free"
C
1
star
34

libeh-printf

a sketch of a version of sprintf to use in embedded
C
1
star