Pinned Repositories
audio-pitcher
Vanillia Javascript Client-side application enabling to upload an MP3 file, change it's pitch, play the newer version and export it, if good enough, to a WAV file format.
epitech-coding-style-aarch64
EPITECH Coding Style Docker image, including both banana (C, Header files, Makefiles) AND lambdananas (Haskell) for the ARM 64 architecture. Also supported by Apple Silicons M1, M2 and M3 chipsets.
instagram-api
This project is an Instagram API guest-oriented, meaning you can perform actions of data collection without having to register. However, you may be facing some Ratelimits, so I recommend you to put some delay between operations.
instagram-downloader
Python module to export instagram accounts posts
intel_x8086_clock
This repository holds an Intel x8086 assembly code destinated to get assembled by NASM, but can be modified for any other assemblers. It's meant to be executed on DOSBox
kaiheila.js
JavaScript x Typescript library to create a powerful Kaiheila bot.
list-in-c
This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.
valgrind-action
A GitHub action allowing you to check for memory leaks on your binaries, libraries and unit tests.
youtube-playlist-exporter
Export your favorite youtube playlists
Ximaz's Repositories
Ximaz/instagram-api
This project is an Instagram API guest-oriented, meaning you can perform actions of data collection without having to register. However, you may be facing some Ratelimits, so I recommend you to put some delay between operations.
Ximaz/valgrind-action
A GitHub action allowing you to check for memory leaks on your binaries, libraries and unit tests.
Ximaz/center-and-resize-window
An AppleScript to center and resize applications to your screen, with a bit of padding so that you can see your background wallpaper while coding.
Ximaz/epitech-coding-style-aarch64
EPITECH Coding Style Docker image, including both banana (C, Header files, Makefiles) AND lambdananas (Haskell) for the ARM 64 architecture. Also supported by Apple Silicons M1, M2 and M3 chipsets.
Ximaz/list-in-c
This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.
Ximaz/prompt-metadata-checker
Read the EXIF metadata (tEXT, IDAT) and discover the prompt, seed and more of AI images generated using AUTOMATIC1111, InvokeAI or NMKD. Supports .png and .jpeg
Ximaz/typedef
A JSDoc parser written in C which is able to understand types and convert them into other languages types.
Ximaz/audio-pitcher
Vanillia Javascript Client-side application enabling to upload an MP3 file, change it's pitch, play the newer version and export it, if good enough, to a WAV file format.
Ximaz/c-http-server
C HTTP Server which was made for fun and learning.
Ximaz/hashmap-in-c
Hashmap library built in C
Ximaz/intel_x8086_clock
This repository holds an Intel x8086 assembly code destinated to get assembled by NASM, but can be modified for any other assemblers. It's meant to be executed on DOSBox
Ximaz/api-template
A NestJS template to make rest API with authentication easier.
Ximaz/asm-minilibc
A minimal set of libc function written in assembly language using NASM.
Ximaz/C-garbage-collector
A humble attempt to create a pseudo garbage collector in C. All it does is interfacing both memory allocation and destruction, using linked list to store all allocated memory as pointers.
Ximaz/Dates
Ximaz/elixir-lab
A monolith of my Elixir projects as I am learning it.
Ximaz/epitech-ci-cd
Epitech survival CI/CD Github Action workflow, checking for Coding Style, Makefile relinks, unit tests and bad memory management using Valgrind. If it's all good, it also mirrors to the specified Epitech repository.
Ximaz/epitest-docker-aarch64
EPITECH Epitest Docker image supported by ARM 64 architectures and Apple Sillicons M1, M2 and M3 chipsets
Ximaz/http-server
A C HTTP server compatible with old compilers. It will be single-threaded using multiplexing with select.
Ximaz/http-server-mirror
The mirror of the C HTTP server project. It contains all the code that passed unit tests. it's the one to use.
Ximaz/kook-js
A Javascript SDK to program bots and webhooks for the Kook (kaiheila) application
Ximaz/libthread
My own C implementation of a higher-level thread library, based on POSIX thread implementation.
Ximaz/Manipula-Tor
An easy way to use Tor with puppeteer in Javascript
Ximaz/postgres-ssl
This repository hosts a Docker image of the Alpine Postgres database server, but with automatic SSL certificates and authentication setup.
Ximaz/programming-language-workshop
Ximaz/repository-mirroring-action
A GitHub Action for mirroring a repository to another repository
Ximaz/saml-idp
A Python library to handle SAML Identity Provider side.
Ximaz/tor-proxy
Dockerfile to spawn a Tor proxy easily, with secured capabilities, thanks to docker-compose.
Ximaz/vector-in-c
This project aims to re-build the most powerfull vector type in C at ground-0 level, with the most optimized memory management and the most accessible features.
Ximaz/ximaz