git.middlendian.com 蒼星石 git repositories
Tracking the development of a number of free software projects, complete and incomplete.
index
Name
Description
Owner
Idle
Links
AMD64 Assembly
capitalise.git
ASCII capitalisation in AMD64 Assembly using Linux SYSCALLs.
git@middlendian.com
2 years
summary
log
tree
cat-asm.git
An implementation of cat(1) in AMD64 asm.
git@middlendian.com
2 years
summary
log
tree
character-counter.git
A character counter in AMD64 Assembly using Linux SYSCALLs. Intel syntax despite...
git@middlendian.com
2 years
summary
log
tree
dec-to-ascii-asm.git
AMD64 assembly that converts a decimal number into the matching ASCII char using...
git@middlendian.com
4 years
summary
log
tree
fizzbuzz-asm-stack.git
Same as fizzbuzz-asm but everything is shoved into the stack and printed all at ...
git@middlendian.com
4 years
summary
log
tree
fizzbuzz-asm-static.git
Same as fizzbuzz-asm but static memory is used to cache output.
git@middlendian.com
4 years
summary
log
tree
fizzbuzz-asm.git
FizzBuzz in AMD64 Assembly using Linux SYSCALLs. A good tradeoff between speed a...
git@middlendian.com
4 years
summary
log
tree
hello-world-asm.git
Hello world, but in AMD64 assembly. Intel syntax despite the GNU/Linux platform.
git@middlendian.com
4 years
summary
log
tree
nextchar-asm.git
A assembly program that prints a start char, a space and then the next char howe...
git@middlendian.com
2 years
summary
log
tree
print-num-times.git
Ever wanted to print a 16 byte string 10000 times really fast? Well, here you ar...
git@middlendian.com
4 years
summary
log
tree
ror.git
Self modifying code test in AMD64 assembly. Runtime changing of right rotate amo...
git@middlendian.com
2 years
summary
log
tree
set-case-asm.git
Set the case of an input files text, in assembly.
git@middlendian.com
3 years
summary
log
tree
yes.git
Heavily optimized implementation of yes. Still more optimization possible for th...
git@middlendian.com
2 years
summary
log
tree
C
aes_256_gcm_decrypt.git
Decrypt XMPP OMEMO Media sharing encrypted AES-GCM-256 files
git@middlendian.com
6 months
summary
log
tree
bestIndexing.git
Simply the best way to handle indexing.
git@middlendian.com
2 years
summary
log
tree
cat.git
A reimplementation of cat. Other than lacking a bit in speed and (never used) cl...
git@middlendian.com
2 years
summary
log
tree
chat.git
Initial stages of a basic TCP chat application.
git@middlendian.com
2 years
summary
log
tree
cloudflare-email-decode.git
A decoder for the cloudflare "protected" (restricted) emails so you can avoid ru...
git@middlendian.com
2 years
summary
log
tree
clownstrike.git
Replicate clownstrike's bug with the kernel, Linux to see how well it performs c...
git@middlendian.com
2 months
summary
log
tree
div-algo-binary.git
A program that converts decimal to binary via the division algorithm and shows w...
git@middlendian.com
2 years
summary
log
tree
div-algo-hex.git
A program that converts decimal to hexidecimal via the division algorithm and sh...
git@middlendian.com
2 years
summary
log
tree
div-algo-octal.git
A program that converts decimal to octal via the division algorithm and shows wo...
git@middlendian.com
2 years
summary
log
tree
fizzbuzz.git
FizzBuzz in C.
git@middlendian.com
2 years
summary
log
tree
litos4.git
Litos4 editor.
git@middlendian.com
summary
log
tree
modulus.git
A program that converts peforms modulus and shows working.
git@middlendian.com
2 years
summary
log
tree
netcat.git
netcat in GNU C
git@middlendian.com
4 months
summary
log
tree
pngwalk.git
Walks through and extracts png's from binary data.
git@middlendian.com
2 years
summary
log
tree
sleep-sort.git
The __best__ sorting method, implemented with threads instead of processes.
git@middlendian.com
11 months
summary
log
tree
wiimote.git
A wiimote emulator, except it doesn't work.
git@middlendian.com
4 years
summary
log
tree
C & SDL
sdl2-checkerboard.git
A sdl2 test application that draws a pixel checkerboard.
git@middlendian.com
2 years
summary
log
tree
CHIP8
chip8-deassembler.git
A C chip8 deassembler. Kinda works.
git@middlendian.com
2 years
summary
log
tree
chip8.git
A C chip8 intepreter currently in development.
git@middlendian.com
2 years
summary
log
tree
K&R Solutions
any.git
Implementation of the any function. (Return position of any found chars in strin...
git@middlendian.com
4 years
summary
log
tree
escape.git
My solution to K&R exercise 3-2.
git@middlendian.com
4 years
summary
log
tree
line-restrictions.git
A C program that imposes line length restrictions of text from stdin. Only lines...
git@middlendian.com
4 years
summary
log
tree
optimise-space-chars.git
A C program that optimises space chars by replacing any combination of tabs and ...
git@middlendian.com
4 years
summary
log
tree
rightrotate.git
A category >9000 solution to K&R exercise 2-8 using inline assembly.
git@middlendian.com
4 years
summary
log
tree
squeeze.git
Reimplementation of the squeeze function to actually work and then implementatio...
git@middlendian.com
4 years
summary
log
tree
string-reverse.git
A C program that reverses strings. That's it.
git@middlendian.com
4 years
summary
log
tree
Mirror
gparted.git
Gparted mirror
git@middlendian.com
8 weeks
summary
log
tree
vdrift.git
VDrift mirror
git@middlendian.com
2 months
summary
log
tree
Modifications
gl-tron.git
GL Tron improved
git@middlendian.com
2 years
summary
log
tree
nyancat.git
Some improvements and port to SDL2 of program taken from: https://github.com/Joh...
git@middlendian.com
5 months
summary
log
tree
xlennart.git
xlennart, but with the distros corrupted by systemd removed
git@middlendian.com
22 months
summary
log
tree
Other
g15player.git
A video player for the g15 based off libg15render. Doesn't handle direct video p...
git@middlendian.com
3 years
summary
log
tree
Patches
arduino-serial.git
Modification of the arduino-serial program with the addittion of an option that ...
git@middlendian.com
4 years
summary
log
tree
Perl
fizzbuzz-perl.git
FizzBuzz in Perl.
git@middlendian.com
2 years
summary
log
tree
Poor quality
base64.git
A base64 encoder and decoder. Could do with some cleanup and optimisation, but i...
git@middlendian.com
2 years
summary
log
tree
htoi.git
Poor reimplementation of htoi.
git@middlendian.com
2 years
summary
log
tree
itoh.git
Implementation of htoi. Negative numbers and invalid chars are handled by the re...
git@middlendian.com
2 years
summary
log
tree
[1]
[2]