Pinned Repositories
air-traffic-control-simulator
Air Traffic Controller Simulator: Guide planes, avoid collisions, test your reflexes! 🛩️✈️
AirPiComm
AirPiComm is a project that enables Bluetooth and TCP/IP communication between devices using simple client-server architecture. It includes C programs for data transmission and scripts to automate network setup, making it easy to establish and manage connections in ad-hoc networks.
Benchmarking-the-Path-to-Energy-Efficiency
Benchmarking the environmental impact of algorithm implementations. This analysis explores optimizing Julia set fractal rendering through SIMD vectorization and multi-threading.
C-Hot-Reload
This project demonstrates a proof of concept for hot reloading in C. It allows you to dynamically update a function in a running program without stopping or restarting the process.
circle
Circle is a web-based file sharing application built with Go (server-side) and HTML/JS/CSS. It allows users to create private circles and invite guests to collaborate on file exchanges within those circles.
Dashlane-to-Bitwarden
A simple script useful to switch from Dashlane to Bitwarden by converting the password file to the right format.
France-Termes-v2
Une simple application pour accéder au service FranceTerme. (A simple application to access the FranceTerme service.)
smalloc
smalloc is a proof-of-concept (POC) memory allocator that demonstrates an approach to memory management. The key idea is to reserve the beginning of a memory page for storing the status of allocations within that page, while using the rest of the page for the actual allocations.
track-my-tracks
Track My Tracks is a web-based application that tracks and visualizes your Spotify listening history.
chi
New C-based programming language designed for systems programming, with a modular design.
FlorealRISSO's Repositories
FlorealRISSO/Dashlane-to-Bitwarden
A simple script useful to switch from Dashlane to Bitwarden by converting the password file to the right format.
FlorealRISSO/air-traffic-control-simulator
Air Traffic Controller Simulator: Guide planes, avoid collisions, test your reflexes! 🛩️✈️
FlorealRISSO/AirPiComm
AirPiComm is a project that enables Bluetooth and TCP/IP communication between devices using simple client-server architecture. It includes C programs for data transmission and scripts to automate network setup, making it easy to establish and manage connections in ad-hoc networks.
FlorealRISSO/Benchmarking-the-Path-to-Energy-Efficiency
Benchmarking the environmental impact of algorithm implementations. This analysis explores optimizing Julia set fractal rendering through SIMD vectorization and multi-threading.
FlorealRISSO/C-Hot-Reload
This project demonstrates a proof of concept for hot reloading in C. It allows you to dynamically update a function in a running program without stopping or restarting the process.
FlorealRISSO/circle
Circle is a web-based file sharing application built with Go (server-side) and HTML/JS/CSS. It allows users to create private circles and invite guests to collaborate on file exchanges within those circles.
FlorealRISSO/France-Termes-v2
Une simple application pour accéder au service FranceTerme. (A simple application to access the FranceTerme service.)
FlorealRISSO/FranceTermes
Une simple application pour accéder au service FranceTerme. (A simple application to access the FranceTerme service.)
FlorealRISSO/libchars
libchars.h is a compact and efficient C library that offers a range of string manipulation functions tailored for simplicity.
FlorealRISSO/simple-text-editor
Simple Text Editor: A web-based text editor that allows you to create, edit, save, load, download, and delete text files. Lightweight and user-friendly, with local storage support and search functionality. Try it live at text.risso.eu.
FlorealRISSO/smalloc
smalloc is a proof-of-concept (POC) memory allocator that demonstrates an approach to memory management. The key idea is to reserve the beginning of a memory page for storing the status of allocations within that page, while using the rest of the page for the actual allocations.
FlorealRISSO/stack-sh
A lightweight shell utility for managing a directory stack. Easily navigate between directories by pushing, popping, and swapping paths. Ideal for developers and system administrators who frequently switch between multiple project directories.
FlorealRISSO/tag-sh
A lightweight shell script for managing file tags on Linux. This tool allows you to easily add, list, and remove tags for files, and retrieve the relative path of tagged files within a dedicated .tags directory. Perfect for organizing and categorizing files using a simple tagging system.
FlorealRISSO/track-my-tracks
Track My Tracks is a web-based application that tracks and visualizes your Spotify listening history.
FlorealRISSO/track-my-tracks-frontend
Track My Tracks - Frontend is the web application for the Spotify listening tracker, built with Expo React Native.
FlorealRISSO/crazy-tbilisi-taxi
Navigate the chaotic streets of Tbilisi as a fearless taxi driver in this fast-paced arcade game!
FlorealRISSO/fatarena
FatArena is a lightweight C library for managing memory allocation in a custom arena. It offers efficient memory allocation, reading, and writing with low overhead.
FlorealRISSO/FlorealRISSO.github.io
Floréal's blog
FlorealRISSO/France-Terme-SQL-DB
This repository is dedicated to storing and maintaining a dataset of French terms.
FlorealRISSO/France-Termes-Parser
A Node.js script written in TypeScript that parses the scientific and technical terms file provided by FranceTerme.
FlorealRISSO/francetermes.github.io
The France Termes Web App
FlorealRISSO/SSOStringC
Optimized string handling in C demonstrating Small String Optimization (SSO) inspired by CppCon 2016. Efficiently manages small strings directly within the structure and uses dynamic allocation for larger strings.
FlorealRISSO/track-my-tracks-backend
Track My Tracks - Backend is the backend component of a Spotify listening tracker that automatically retrieves and stores your listening history.