• Stars
    star
    2
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

A linked skiplist of mapped vectors

More Repositories

1

minilib

A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regular elf), compiled with the standard gcc toolchain.
C
32
star
2

slterm

Slim and fast terminal emulator (94kB) with minimal external dependencies (Xlib,Xft)
C
12
star
3

minicore

Work in progress. (Not finished yet) Slim down (GNU) core utils to 64kB, statically linked with minilib.
C
10
star
4

rinit

Tiny and fast init
C
6
star
5

readkey

Tiny tool to read a key from shell scripts. 8k statically linked. Wait for a key to be hit, with optional timeout and feedback. Prints the modifiers, cursor and function keys. Written in C
C
6
star
6

shrinkelf

Strip 64bit elf binaries aggressively
C
5
star
7

tinysh

Minimal shell, 2.4kB statically linked, linux 64bit
C
3
star
8

gcc-static

A wrapper script to scan for all library dependencies recursively, and call gcc with the right options to link statically
Perl
3
star
9

Assembly

Assembly research about optimizations of lowlevel libc routines.
C
3
star
10

minicrypt

Cryptography related hashes and programs. blake3, md6, base91, .. . Statically linked binaries
C
3
star
11

zcomp

demonstrational implementation of a losless compression algorithm, decompression in (~)5 lines of code
C
3
star
12

calcit

A tiny calculator for the terminal. Featuring binary ops and branches. Tested on OSX x64 and Linux 32bit. 8k on osx x64, linked statical with minilib. Only whole numbers(!), no fractions.
C
3
star
13

debug.h

Simple single header debugging functions, colorized, different log targets
C
3
star
14

libc-manpages

Collection of libc manpages, with tools to browse them at the terminal
Perl
2
star
15

sbase

Fork of suckless linux tools. Porting to minilib.
C
2
star
16

optfence

An optimization fence for C. Force gcc to calculate variables, keep functions, prevent unwanted optimizations.
C
2
star
17

minilib-ports

Collection of small static linked tools, compiled with minilib
C
2
star
18

bitsort

A sorting algorithm implementation - optimizations
Perl
2
star
19

malloc

memory optimized malloc implementation
C
2
star
20

codepage_converter

Conversion between different codepages and/or utf8; source encoding can be guessed
C
1
star
21

kgetty

Getty and sudo with kerberos.
C
1
star
22

index

Overview of my github repos, with descriptions. Some further information
1
star
23

blog

Personal blog, connected with my websites
1
star
24

natural-expressions

A natural expression machine in C, avoiding backtracking for performance and using natural grammar
C
1
star
25

github

Github related
1
star
26

udevrd

Tiny device node daemon (15kB statically linked)
C
1
star