|
|
|
@ -11,12 +11,21 @@ Some picks of the best projects I have done so far!
@@ -11,12 +11,21 @@ Some picks of the best projects I have done so far!
|
|
|
|
|
**Work in progress!** An experimental LISP-family functional programming |
|
|
|
|
language that supports macro and has Bytecode abstraction. |
|
|
|
|
|
|
|
|
|
### BFVM |
|
|
|
|
Optimizing Brainfuck Interpreter that uses Bytecode abstraction to |
|
|
|
|
either run code faster or compile it easily into x86_64 code to make |
|
|
|
|
a Just-In-Time compiler. (runs Mandelbrot set in 2 seconds!) |
|
|
|
|
**The project developement is currently on hold.** |
|
|
|
|
|
|
|
|
|
* [Git repository](https://git.unix.lgbt/matthilde/bfvm) |
|
|
|
|
### kibtyland |
|
|
|
|
**soon!**. 4chan-style image board written in TypeScript, a friend begged |
|
|
|
|
me to try the Deno runtime and TypeScript so I decided to make a project |
|
|
|
|
on it. |
|
|
|
|
|
|
|
|
|
### PyClassic |
|
|
|
|
pyclassic is a Python implementation of the Minecraft Classic protocol |
|
|
|
|
used to play Classic multiplayer. It has been used to write bots in |
|
|
|
|
this game. It used to be private but now I made it public. |
|
|
|
|
|
|
|
|
|
Documentation is not very clear yet. I need to work on it. |
|
|
|
|
|
|
|
|
|
* [GitHub repository](https://github.com/pyclassic/pyclassic) |
|
|
|
|
|
|
|
|
|
### unix.lgbt |
|
|
|
|
LGBTQ-Friendly public access UNIX server to create stuff together. |
|
|
|
@ -39,6 +48,13 @@ A very basic roguelike written in 350 lines of C.
@@ -39,6 +48,13 @@ A very basic roguelike written in 350 lines of C.
|
|
|
|
|
|
|
|
|
|
* [Git Repository](https://git.matthil.de/matthilde/roguelike) |
|
|
|
|
|
|
|
|
|
### BFVM |
|
|
|
|
Optimizing Brainfuck Interpreter that uses Bytecode abstraction to |
|
|
|
|
either run code faster or compile it easily into x86_64 code to make |
|
|
|
|
a Just-In-Time compiler. (runs Mandelbrot set in 2 seconds!) |
|
|
|
|
|
|
|
|
|
* [Git repository](https://git.unix.lgbt/matthilde/bfvm) |
|
|
|
|
|
|
|
|
|
### UM8 Reverse Engineering Writeup |
|
|
|
|
This is a writeup of the UM8 virtual machine reverse-engineering |
|
|
|
|
contest. This was a fun project to do! (and my first reverse-engineered |
|
|
|
|