Bruce Ediger's repositories
kilo-in-go
Kilo text editor, from Build Your Own Text Editor, in Go
crc32-file-collision-generator
Create files whose CRC32 value matches that of another file
any-combinatory-logic
Combinatory Logic Interpreter with user-definable primitives and abstraction algorithms
tableaux-in-go
Prove propositional logic tautologies via Smullyan's tableaux method
userlandexec-arm
userland exec for Linux ARM v7
lisp-in-python-in-go
Peter Norvig's Lisp in Python reimplemented in Go
list-segment-implementation
A deliberately limited re-implementation of the "ls" command
tcp-self-connect
Illustrate TCP client self-connect/simultaneous open in ephemeral port range
aho-corasick-matching
C language, library implementation of Aho-Corasick string matching
alphabeta-tictactoe
Alpha beta minimaxing tic tac toe in various languages
arithmetic-expressions
Arithmetic order of operations expression evaluator
cryptopals
Golang implementation of the cryptopals cryptography challenges
programmers-calculator
Command line calculator with arithmetic and bitwise operators
wso-webshell
🕹 wso php webshell
xor-decoding
Semi-automatically decode xor-encoded text files, including key discovery
9board
9-board tic tac toe
automondrian
Mid-century Modern for the Masses
binary-tree-odd-string-rep
Peculiar string representation of a binary tree
clean-php
Rename all function, method, class, variable, etc names to something generic
dragon-curve-fractal
Create the dragon curve using an iterated function system
GermanNames
Here is a you can find two files with a list of all the First and Last Names in the German language, which I needed for a project and couldn't find anywhere in a clean text format.
ghw
Golang hardware discovery/inspection library
logistic-bifurcation-diagram
Create image of logistic map bifurcation diagram.
nonrecursive-recursion
A C language, self-relocating function
rep-tile
rep-tile art
tree-list-recursion-c
The Great Tree List Recursion problem implemented in C
tree-list-recursion-go
The Great Tree List Recursion problem implemented in Go