top of page

C++

A C++ TCP server/client. Initializes a server socket, binds it to a specified host and port, listens for incoming connections, * and handles them by echoing back any received data. The server runs indefinitely until it encounters a failure in * socket operations like bind, listen, or accept.

C++ MIDI controlled OpenGL Shader viewer

An OpenGL shader viewer with MIDI-controlled parameters.

​

​https://github.com/we-and/cpp_opengl_shader

C++ FFMPEG transpose filter

An efficient transpose filter using ffmpeg in C++

 

https://github.com/we-and/cpp_ffmpeg_transpose_filter

C++ Batch image converter

A batch image converter between .EPS to .JPG

​

https://github.com/we-and/cpp_image_conversion

Rust

Rust-ls 

A port of unix function ls in Rust

https://github.com/we-and/rust_ls

GCode Analyzer for CNC drilling

GcodeAnalyzer is a Rust-based command-line tool designed to analyze G-code files used in 3D printing. It processes G-code files to identify and report specific characteristics such as slicer type, printing estimates, and potentially malicious commands.

 

https://github.com/we-and/rust_gcode_analyzer

Slint GUI for a desktop app

Flutter

Flutter Mask Generator

A Flutter widget to generate mask based on user selection

​

https://github.com/we-and/flutter_mask_generator

App backbone proposal for the Theosis app

Python

Scripti

A movie script parser supporting Word, text, Excel or PDF files to extract character lines and length

​

https://github.com/we-and/scripti

API Downloader

A batch data scrapper for the OpenData French Companies House

​

https://github.com/we-and/python_opendata_rne2

bottom of page