Applications
Capitaine
BuildingA day to day copilot for your life.
n00
ActiveAugmented news experience.
Jterrazz
ActiveA personal portfolio website showcasing my development experiments, photography, and articles.
Defy Dy
Synthetic asset platform leveraging Chainlink oracles.
CVT Crowdfunding
Blockchain-based crowdfunding platform using CVT tokens.
Tooling
Typescript Packages
ActiveA collection of typescript packages for building my node.js applications.
Infrastructure
ActiveInfrastructure as Code for my personal cloud environment.
AI Agents
ActiveExperimental framework for building autonomous AI agents.
Package Intelligence
ActiveComposable AI-agent toolkit for TypeScript apps.
Systems
Expert System
Backward chaining rule based system in Python. RPN, Tree resolver, Tree representation, logic rule system, prompt.
Override
Advanced binary security experiment - Exploits and reverse engineering - x86 and x86-64 binaries.
Rainfall
Intermediate cybersecurity experiment, and an introduction to binary analysis - X86 binaries.
Snowcrash
Entry level cybersecurity experiment - X86 binaries.
Corewar
Virtual machine simulating basic processors operations, with basic notions of Assembly. Written in C.
NM Otool
Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries.
MD5 & SHA256
OpenSSL implementation in C. Supports md5, sha1, sha256, sha224, sha512 and sha384 algorithms.
Malloc
C implementation of the malloc library using mmap.
Dr Quine
This experiment addresses auto-replication issues, and confronts you the Kleene's recursion theorem.
Fillit
Algorithmic C experiment for the 42 Paris School
Ft Printf
Custom printf implementation in C.
Get Next Line
Read lines from a file descriptor.
Lem In
Handle a virtual anthill efficiently.
Libft ASM
Basic functions implemented in Assembly using the x86 Intel syntax.
Libft
The basic libc library used in all the 42 school experiments.
Push Swap
Sorts data on a stack, with a limited set of instructions and limited number of moves. In C.
Piscine Reloaded
My 42 paris school entry test.