index
NameDescriptionOwnerIdleLinks
AMD64 Assembly
capitalise.gitASCII capitalisation in AMD64 Assembly using Linux SYSCALLs.git@middlendian.com2 yearssummarylogtree
cat-asm.gitAn implementation of cat(1) in AMD64 asm.git@middlendian.com2 yearssummarylogtree
character-counter.gitA character counter in AMD64 Assembly using Linux SYSCALLs. Intel syntax despite...git@middlendian.com2 yearssummarylogtree
dec-to-ascii-asm.gitAMD64 assembly that converts a decimal number into the matching ASCII char using...git@middlendian.com4 yearssummarylogtree
fizzbuzz-asm-stack.gitSame as fizzbuzz-asm but everything is shoved into the stack and printed all at ...git@middlendian.com4 yearssummarylogtree
fizzbuzz-asm-static.gitSame as fizzbuzz-asm but static memory is used to cache output.git@middlendian.com4 yearssummarylogtree
fizzbuzz-asm.gitFizzBuzz in AMD64 Assembly using Linux SYSCALLs. A good tradeoff between speed a...git@middlendian.com4 yearssummarylogtree
hello-world-asm.gitHello world, but in AMD64 assembly. Intel syntax despite the GNU/Linux platform.git@middlendian.com4 yearssummarylogtree
nextchar-asm.gitA assembly program that prints a start char, a space and then the next char howe...git@middlendian.com2 yearssummarylogtree
print-num-times.gitEver wanted to print a 16 byte string 10000 times really fast? Well, here you ar...git@middlendian.com4 yearssummarylogtree
ror.gitSelf modifying code test in AMD64 assembly. Runtime changing of right rotate amo...git@middlendian.com2 yearssummarylogtree
set-case-asm.gitSet the case of an input files text, in assembly.git@middlendian.com3 yearssummarylogtree
yes.gitHeavily optimized implementation of yes. Still more optimization possible for th...git@middlendian.com2 yearssummarylogtree
C
aes_256_gcm_decrypt.gitDecrypt XMPP OMEMO Media sharing encrypted AES-GCM-256 filesgit@middlendian.com6 monthssummarylogtree
bestIndexing.gitSimply the best way to handle indexing.git@middlendian.com2 yearssummarylogtree
cat.gitA reimplementation of cat. Other than lacking a bit in speed and (never used) cl...git@middlendian.com2 yearssummarylogtree
chat.gitInitial stages of a basic TCP chat application.git@middlendian.com2 yearssummarylogtree
cloudflare-email-decode.gitA decoder for the cloudflare "protected" (restricted) emails so you can avoid ru...git@middlendian.com2 yearssummarylogtree
clownstrike.gitReplicate clownstrike's bug with the kernel, Linux to see how well it performs c...git@middlendian.com2 monthssummarylogtree
div-algo-binary.gitA program that converts decimal to binary via the division algorithm and shows w...git@middlendian.com2 yearssummarylogtree
div-algo-hex.gitA program that converts decimal to hexidecimal via the division algorithm and sh...git@middlendian.com2 yearssummarylogtree
div-algo-octal.gitA program that converts decimal to octal via the division algorithm and shows wo...git@middlendian.com2 yearssummarylogtree
fizzbuzz.gitFizzBuzz in C.git@middlendian.com2 yearssummarylogtree
litos4.gitLitos4 editor.git@middlendian.comsummarylogtree
modulus.gitA program that converts peforms modulus and shows working.git@middlendian.com2 yearssummarylogtree
netcat.gitnetcat in GNU Cgit@middlendian.com4 monthssummarylogtree
pngwalk.gitWalks through and extracts png's from binary data. git@middlendian.com2 yearssummarylogtree
sleep-sort.gitThe __best__ sorting method, implemented with threads instead of processes.git@middlendian.com11 monthssummarylogtree
wiimote.gitA wiimote emulator, except it doesn't work.git@middlendian.com4 yearssummarylogtree
C & SDL
sdl2-checkerboard.gitA sdl2 test application that draws a pixel checkerboard.git@middlendian.com2 yearssummarylogtree
CHIP8
chip8-deassembler.gitA C chip8 deassembler. Kinda works.git@middlendian.com2 yearssummarylogtree
chip8.gitA C chip8 intepreter currently in development.git@middlendian.com2 yearssummarylogtree
K&R Solutions
any.gitImplementation of the any function. (Return position of any found chars in strin...git@middlendian.com4 yearssummarylogtree
escape.gitMy solution to K&R exercise 3-2.git@middlendian.com4 yearssummarylogtree
line-restrictions.gitA C program that imposes line length restrictions of text from stdin. Only lines...git@middlendian.com4 yearssummarylogtree
optimise-space-chars.gitA C program that optimises space chars by replacing any combination of tabs and ...git@middlendian.com4 yearssummarylogtree
rightrotate.gitA category >9000 solution to K&R exercise 2-8 using inline assembly.git@middlendian.com4 yearssummarylogtree
squeeze.gitReimplementation of the squeeze function to actually work and then implementatio...git@middlendian.com4 yearssummarylogtree
string-reverse.gitA C program that reverses strings. That's it.git@middlendian.com4 yearssummarylogtree
Mirror
gparted.gitGparted mirrorgit@middlendian.com8 weekssummarylogtree
vdrift.gitVDrift mirrorgit@middlendian.com2 monthssummarylogtree
Modifications
gl-tron.gitGL Tron improvedgit@middlendian.com2 yearssummarylogtree
nyancat.gitSome improvements and port to SDL2 of program taken from: https://github.com/Joh...git@middlendian.com5 monthssummarylogtree
xlennart.gitxlennart, but with the distros corrupted by systemd removedgit@middlendian.com22 monthssummarylogtree
Other
g15player.gitA video player for the g15 based off libg15render. Doesn't handle direct video p...git@middlendian.com3 yearssummarylogtree
Patches
arduino-serial.gitModification of the arduino-serial program with the addittion of an option that ...git@middlendian.com4 yearssummarylogtree
Perl
fizzbuzz-perl.gitFizzBuzz in Perl.git@middlendian.com2 yearssummarylogtree
Poor quality
base64.gitA base64 encoder and decoder. Could do with some cleanup and optimisation, but i...git@middlendian.com2 yearssummarylogtree
htoi.gitPoor reimplementation of htoi.git@middlendian.com2 yearssummarylogtree
itoh.gitImplementation of htoi. Negative numbers and invalid chars are handled by the re...git@middlendian.com2 yearssummarylogtree