- JASL [goto]
JASL is a highly experimental virtual 20-bit computer.
- dsvdb [goto]
dsvdb is a experimental, flat-file based database system that does not use an SQL query language.
- [gist] simpsonsRule.py
Calculates the definite integral of a function using Simpson's Rule and upper/lower bounds. This hasn't been verified or tested
for accuracy when using non-zero lower bounds, or calculating integrals that are negative.
- [gist] binmul.py & bindiv.py
These scripts simulate binary multiplication/division algorithms I developed.