Skiff
Skiff is a reference based Java like programming language designed for compilation into C. The project is mainly designed as an experiment into the inner working of a programming language and compiler. The language is designed with the hope that it will allow full compilation into C as well as interpretation on a simple, jvm like virtual machine.


ts_jvm
A TypeScript compiler for the JVM. TypeScript enables developers to write applications using strongly typed classes and interfaces. The goal of this project is to enable strictly typed TypeScript projects to run on the Java Virtual Machine. The idea behind this project is that if TypeScript can be effectively compiled for the JVM, backend TypeScript applications (web servers) can take advantage of decades of VM optimizations offered by the JVM. In particular, V8 still lacks the degree of garbage collection tuning that the JVM offers.
IP Blocklist
In this paper we reported on our implementation of Cuckoo Prefix, a highly space efficient data structure for the storage and checking of blocklists. We examined the throughput of several popular IP blocklisting approaches including EBVBL, cuckoo++, and robin hood hashing.
D. Allen and N. Shaghaghi, “Cuckoo Prefix: A Hash Set for Compressed IP Blocklists,” 2020 30th International Telecommunication Networks and Applications Conference (ITNAC), 2020, pp. 1-8, doi: 10.1109/ITNAC50341.2020.9315074.


PyAnvilEditor
A python library that allows for minecraft world files to be edited without starting a server or client. Can be used to make massive block modifications in minimal time. Without having to deal with server ticks and block state updates, PyAnvilEditor can build structures hundreds of times faster than a Spigot server could.