Name | Description | Owner | Idle | Links |
AMD64 Assembly |
capitalise.git | ASCII capitalisation in AMD64 Assembly using Linux SYSCALLs. | git@endianness.com | 8 months | summarylogtree |
cat-asm.git | An implementation of cat(1) in AMD64 asm. | git@endianness.com | 8 months | summarylogtree |
character-counter.git | A character counter in AMD64 Assembly using Linux SYSCALLs. Intel syntax despite... | git@endianness.com | 8 months | summarylogtree |
dec-to-ascii-asm.git | AMD64 assembly that converts a decimal number into the matching ASCII char using... | git@endianness.com | 24 months | summarylogtree |
fizzbuzz-asm-stack.git | Same as fizzbuzz-asm but everything is shoved into the stack and printed all at ... | git@endianness.com | 24 months | summarylogtree |
fizzbuzz-asm-static.git | Same as fizzbuzz-asm but static memory is used to cache output. | git@endianness.com | 24 months | summarylogtree |
fizzbuzz-asm.git | FizzBuzz in AMD64 Assembly using Linux SYSCALLs. A good tradeoff between speed a... | git@endianness.com | 24 months | summarylogtree |
hello-world-asm.git | Hello world, but in AMD64 assembly. Intel syntax despite the GNU/Linux platform. | git@endianness.com | 24 months | summarylogtree |
nextchar-asm.git | A assembly program that prints a start char, a space and then the next char howe... | git@endianness.com | 7 months | summarylogtree |
print-num-times.git | Ever wanted to print a 16 byte string 10000 times really fast? Well, here you ar... | git@endianness.com | 24 months | summarylogtree |
ror.git | Self modifying code test in AMD64 assembly. Runtime changing of right rotate amo... | git@endianness.com | 8 months | summarylogtree |
set-case-asm.git | Set the case of an input files text, in assembly. | git@endianness.com | 19 months | summarylogtree |
yes.git | Heavily optimized implementation of yes. Still more optimization possible for th... | git@endianness.com | 8 months | summarylogtree |
C |
bestIndexing.git | Simply the best way to handle indexing. | git@endianness.com | 8 months | summarylogtree |
cat.git | A reimplementation of cat. Other than lacking a bit in speed and (never used) cl... | git@endianness.com | 7 months | summarylogtree |
chat.git | Initial stages of a basic TCP chat application. | git@endianness.com | 7 months | summarylogtree |
cloudflare-email-decode.git | A decoder for the cloudflare "protected" emails so you can avoid running nonfree... | git@endianness.com | 7 months | summarylogtree |
div-algo-binary.git | A program that converts decimal to binary via the division algorithm and shows w... | git@endianness.com | 7 months | summarylogtree |
div-algo-hex.git | A program that converts decimal to hexidecimal via the division algorithm and sh... | git@endianness.com | 7 months | summarylogtree |
div-algo-octal.git | A program that converts decimal to octal via the division algorithm and shows wo... | git@endianness.com | 7 months | summarylogtree |
fizzbuzz.git | FizzBuzz in C. | git@endianness.com | 7 months | summarylogtree |
modulus.git | A program that converts peforms modulus and shows working. | git@endianness.com | 7 months | summarylogtree |
pngwalk.git | Walks through and extracts png's from binary data. | git@endianness.com | 7 months | summarylogtree |
sleep-sort.git | The __best__ sorting method, implemented with threads instead of processes. | git@endianness.com | 7 months | summarylogtree |
wiimote.git | A wiimote emulator, except it doesn't work. | git@endianness.com | 2 years | summarylogtree |
C & SDL |
sdl2-checkerboard.git | A sdl2 test application that draws a pixel checkerboard. | git@endianness.com | 7 months | summarylogtree |
CHIP8 |
chip8-deassembler.git | A C chip8 deassembler. Kinda works. | git@endianness.com | 7 months | summarylogtree |
chip8.git | A C chip8 intepreter currently in development. | git@endianness.com | 7 months | summarylogtree |
K&R Solutions |
any.git | Implementation of the any function. (Return position of any found chars in strin... | git@endianness.com | 24 months | summarylogtree |
escape.git | My solution to K&R exercise 3-2. | git@endianness.com | 24 months | summarylogtree |
line-restrictions.git | A C program that imposes line length restrictions of text from stdin. Only lines... | git@endianness.com | 24 months | summarylogtree |
optimise-space-chars.git | A C program that optimises space chars by replacing any combination of tabs and ... | git@endianness.com | 24 months | summarylogtree |
rightrotate.git | A category >9000 solution to K&R exercise 2-8 using inline assembly. | git@endianness.com | 24 months | summarylogtree |
squeeze.git | Reimplementation of the squeeze function to actually work and then implementatio... | git@endianness.com | 24 months | summarylogtree |
string-reverse.git | A C program that reverses strings. That's it. | git@endianness.com | 24 months | summarylogtree |
Modifications |
gl-tron.git | GL Tron improved | git@endianness.com | 8 months | summarylogtree |
nyancat.git | Some improvements and port to SDL2 of program taken from: https://github.com/Joh... | git@endianness.com | 4 days | summarylogtree |
xlennart.git | xlennart, but with the distros corrupted by systemd removed | git@endianness.com | 3 months | summarylogtree |
Other |
g15player.git | A video player for the g15 based off libg15render. Doesn't handle direct video p... | git@endianness.com | 22 months | summarylogtree |
Patches |
arduino-serial.git | Modification of the arduino-serial program with the addittion of an option that ... | git@endianness.com | 24 months | summarylogtree |
Perl |
fizzbuzz-perl.git | FizzBuzz in Perl. | git@endianness.com | 7 months | summarylogtree |
Poor quality |
base64.git | A base64 encoder and decoder. Could do with some cleanup and optimisation, but i... | git@endianness.com | 7 months | summarylogtree |
htoi.git | Poor reimplementation of htoi. | git@endianness.com | 7 months | summarylogtree |
itoh.git | Implementation of htoi. Negative numbers and invalid chars are handled by the re... | git@endianness.com | 7 months | summarylogtree |
latex-qa-processing.git | A C program that splits a LaTeX file containing questions and answers into separ... | git@endianness.com | 7 months | summarylogtree |
primechecker.git | Basic slow program that determines a number is prime or not and shows working. | git@endianness.com | 24 months | summarylogtree |
primedecompose.git | Basic slow program that shows working of number being decomposed into primes. | git@endianness.com | 7 months | summarylogtree |
tcp-server.git | A tcp server written in C with pipes. | git@endianness.com | 7 months | summarylogtree |
tic-tac-toe.git | Yet another rewrite of tic tac toe. Minmax is not used. Left unfinished since it... | git@endianness.com | 8 months | summarylogtree |
Scripting |
firmware-reaper.git | Reap C-array encoded, loadable, binary firmware from C source files into files. | git@endianness.com | 4 days | summarylogtree |