Pinned Repositories
adventofcode
Advent of Code challenges.
are-we-fast-yet
Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
ast-vs-bc-experiments
Experiments comparing the impact of various optimizations on AST/BC interpreters in the context of metacompilation
bootleg
Creates a bootleg version of an input program. Written for my MsC thesis for the University of Kent (2021)
captcha-breaker
Breaking simple CAPTCHAs for an assignment in my Computer Security module
disl_metrics_fetcher
Fiddling with DiSL to get dynamic metrics on Java projects
dotfiles
Personal dotfiles and general scripts I use
octavelarose.github.io
My website. Wow
som-rs
An alternative implementation of the Simple Object Machine, written in Rust
zappy_server
Server made in pure C for one of my end of the year projects at Epitech
OctaveLarose's Repositories
OctaveLarose/ast-vs-bc-experiments
Experiments comparing the impact of various optimizations on AST/BC interpreters in the context of metacompilation
OctaveLarose/dotfiles
Personal dotfiles and general scripts I use
OctaveLarose/captcha-breaker
Breaking simple CAPTCHAs for an assignment in my Computer Security module
OctaveLarose/zappy_server
Server made in pure C for one of my end of the year projects at Epitech
OctaveLarose/adventofcode
Advent of Code challenges.
OctaveLarose/are-we-fast-yet
Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
OctaveLarose/bootleg
Creates a bootleg version of an input program. Written for my MsC thesis for the University of Kent (2021)
OctaveLarose/disl_metrics_fetcher
Fiddling with DiSL to get dynamic metrics on Java projects
OctaveLarose/octavelarose.github.io
My website. Wow
OctaveLarose/som-rs
An alternative implementation of the Simple Object Machine, written in Rust
OctaveLarose/github-fat-cloner
Clones a lot of GitHub repositories of a given language with more than a given number of lines of code. Written for a thesis
OctaveLarose/graal
GraalVM but I (olarose) fiddle with it
OctaveLarose/graalpython
A Python 3 implementation built on GraalVM
OctaveLarose/graalpython-ci
CI config for a GraalPython mirror I rely on
OctaveLarose/java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
OctaveLarose/liballocs
Meta-level run-time services for Unix processes... a.k.a. dragging Unix into the 1980s
OctaveLarose/libmy
C library rewriting basic libc functions
OctaveLarose/msc_thesis_2021
Code for my MsC end-of-year thesis at UKC.
OctaveLarose/PySOM
PySOM - The Simple Object Machine Smalltalk implemented in Python
OctaveLarose/random
I don't need to explain what this repository is. I make the rules here
OctaveLarose/ReBench
Execute and document benchmarks reproducibly.
OctaveLarose/snakes
A bunch of snakes
OctaveLarose/SOM
SOM - Simple Object Machine
OctaveLarose/TruffleLox
Truffle-based implementation of the Lox language
OctaveLarose/TruffleSOM
A SOM Smalltalk implemented on top of Oracle's Truffle Framework