Michael Myer  (misc) (@michael105)
  • Stars
    star
    155
  • Global Rank 149,621 (Top 6 %)
  • Followers 47
  • Following 251
  • Registered over 11 years ago
  • Most used languages
    C
    87.5 %
    Perl
    12.5 %
  • Location 🇩🇪 Germany
  • Country Total Rank 7,480
  • Country Ranking
    Perl
    263
    C
    465

Top 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

c_vector_map

A linked skiplist of mapped vectors
C
2
star
21

codepage_converter

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

kgetty

Getty and sudo with kerberos.
C
1
star
23

index

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

blog

Personal blog, connected with my websites
1
star
25

natural-expressions

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

github

Github related
1
star
27

udevrd

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