
-
Bankin' & Bridge
- France
- https://jterrazz.com
- @j_terrazz
Highlights
- Pro
Lists (3)
Sort Name ascending (A-Z)
Starred repositories
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
Beautiful and customizable React Native components
Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
A flexible way to handle safe area insets in JS. Also works on Android and Web!
A fancy progress bar component, with gradient styling and some amazing animation. You are able to add your own custom gradient colors
A personal portfolio website showcasing development projects, photography, and articles by Jean-Baptiste Terrazzoni.
UI kit to make beautiful, animated interfaces, faster. Customizable. Open Source.
CoreNet: A library for training deep neural networks
Wireguard client that exposes itself as a socks5 proxy
๐ฅ Language focused docker images, minus the operating system.
[Ethereum] Solidity crowdfunding platform created in 36 hours at the EthParis hackathon. Built with truffle, VueJS, SKALE sidechain, NodeJS. SKALE labs bounty winner
๐บ A web application for discovering and streaming peer to peer videos. Made with NodeJS, Koa, Typescript, MongoDB, NextJS (ReactJS with SSR).
Sorts data on a stack, with a limited set of instructions and limited number of moves. In C.
Virtual machine simulating basic processors operations, with basic notions of Assembly. Written in C.
๐ฝ C implementation of the malloc library using mmap. Go check the medium article if you want to learn more about how it works.
๐ฅ Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
๐ OpenSSL implementation in C. Supports md5, sha1, sha256, sha224, sha512 and sha384 algorithms. A medium article is available in description.
๐ This project addresses auto-replication issues, and confronts you the Kleene's recursion theorem. A medium article is available in description.
๐ฅ Basic functions implemented in Assembly using the x86 Intel syntax. A medium article is available in description.
๐งฎ Backward chaining rule based system in Python. RPN, Tree resolver, Tree representation, logic rule system, prompt. A medium article is available in description.