-
Bankin' & Bridge
- France
- https://jterrazz.com
- @j_terrazz
Highlights
- Pro
-
-
-
package-typescript Public
This package provides a consistent TypeScript configuration for projects.
Shell UpdatedJan 3, 2025 -
package-typescript-quality Public
A shareable typescript quality configuration that can be used across multiple projects. This repository provides a common set of code quality and formatting rules to ensure consistency of code acroโฆ
-
-
jterrazz-web Public
A personal portfolio website showcasing development projects, photography, and articles by Jean-Baptiste Terrazzoni.
-
-
-
vscode-folder-regex-color Public
Forked from jacob-j/vscode-folder-path-colorAll subfolders within a specified path regex will be assigned a color for easy differentiation.
TypeScript UpdatedNov 17, 2024 -
-
42-hypertube Public
๐บ A web application for discovering and streaming peer to peer videos. Made with NodeJS, Koa, Typescript, MongoDB, NextJS (ReactJS with SSR).
-
42-docker-devstation Public
๐งจ Supercharge your setup with the best development and debugging packages.
-
42-override Public
Forked from PapaGateau/overrideโ ๏ธ Advanced binary security project - Exploits and reverse engineering - x86 and x86-64 binaries.
-
42-rainfall Public
Forked from PapaGateau/rainfallโ ๏ธ Intermediate cybersecurity project, and an introduction to binary analysis - X86 binaries.
-
42-snowcrash Public
โ ๏ธ Entry level cybersecurity project - X86 binaries.
-
-
42-libft Public
The basic libc library used in all the 42 school projects.
-
-
42-expert-system Public
๐งฎ Backward chaining rule based system in Python. RPN, Tree resolver, Tree representation, logic rule system, prompt. A medium article is available in description.
-
42-libft-asm Public
๐ฅ Basic functions implemented in Assembly using the x86 Intel syntax. A medium article is available in description.
-
42-dr-quine Public
๐ This project addresses auto-replication issues, and confronts you the Kleene's recursion theorem. A medium article is available in description.
-
42-ssl-md5 Public
๐ OpenSSL implementation in C. Supports md5, sha1, sha256, sha224, sha512 and sha384 algorithms. A medium article is available in description.
-
42-nm-otool Public
๐ฅ Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
-
42-malloc Public
๐ฝ C implementation of the malloc library using mmap. Go check the medium article if you want to learn more about how it works.
-
-
42-corewar Public
Virtual machine simulating basic processors operations, with basic notions of Assembly. Written in C.
-
-
-
-
42-push-swap Public
Sorts data on a stack, with a limited set of instructions and limited number of moves. In C.