Pinned Repositories
.dots
My (un)assortment of dotfiles
alter2000
meirl
alter2000.github.io
c-practice
epitech-NWP_myftp_2019
pure C99 FTP server implementation
epitech-PSU_2019_malloc
C99 {malloc,realloc,free} reimplementation, best-in-my-class efficiency
epitech-PSU_42sh_2018
tcsh reimplementation in pure C99 following Epitech coding style guide, no pretty syntax error printing
epitech-PSU_strace_2019
basic strace reimplementation in C99, only `-s` and `-p` flags implemented
pres
Presentations with mdp or reveal.js + pandoc
alter2000's Repositories
alter2000/.dots
My (un)assortment of dotfiles
alter2000/alter2000
meirl
alter2000/alter2000.github.io
alter2000/dashboard-data
test data for epi dashboard through https://my-json-server.typicode.com/
alter2000/epitech-ASM_minilibc_2019
numerous libc functions redone in assembly
alter2000/epitech-CNA_groundhog_2019
my first numerical analysis project ever; figuring out what happens in Python data science land with standard deviations and moving averages
alter2000/epitech-CPE_BSQ_2018
Biggest Square Query (or something) -- old Epitech project
alter2000/epitech-FUN_imageCompressor_2019
naive K-means implementation in Haskell2010, focused on 3-dimensional spaces but can work in N dimensions with a 4-line diff
alter2000/epitech-FUN_wolfram_2019
first proper functional school project; 1D(+time dimension) cellular automata in Wolfram's universe
alter2000/epitech-mine
Most, if not all, of my Epitech repos. Nothing is touched after the project/BTTF deadline, unless noted
alter2000/epitech-NWP_myftp_2019
pure C99 FTP server implementation
alter2000/epitech-NWP_myteams_2019
C99 chat server+client; client implementation partially complete
alter2000/epitech-OOP_nanotekspice_2019
C++11 CLI-only SPICE-ish digital circuit emulation shell
alter2000/epitech-PSU_2019_malloc
C99 {malloc,realloc,free} reimplementation, best-in-my-class efficiency
alter2000/epitech-PSU_minishell1_2018
pure C99 command executor, following the Epitech coding style guide to a T
alter2000/epitech-PSU_my_printf_2018
pure C99 printf clone, supporting all POSIX pre-2008 flags, following Epitech style guide
alter2000/epitech-PSU_my_sokoban_2018
Sokoban TUI game, playable given a map file, following Epitech style guide
alter2000/epitech-PSU_strace_2019
basic strace reimplementation in C99, only `-s` and `-p` flags implemented
alter2000/epitech-script_formatter_2019
formatting shell scripts according to Epitech guidelines, AKA letting vim do all the work
alter2000/epitech-WEB_epytodo_2018
A JSON RESTful API using Flask and mySQL, no containers, no proper backend magic
alter2000/pres
Presentations with mdp or reveal.js + pandoc
alter2000/HAL
Haskell Around Lisp, an Epitech y3 project
alter2000/koak
Kaleidoscope compiler (JIT & AOT) as an LLVM frontend
alter2000/nix-user
my nix user config; can be used anywhere with nix
alter2000/nixos
my nixos config; almost interchangeable between 2 laptops and a vps
alter2000/paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
alter2000/pandoc
My pandoc config, meant to be a submodule for .dots
alter2000/tetris
A terminal interface for Tetris
alter2000/vim
My vim8 setup. No neovim, no vim<8 (unless packages are removed). Drop into ~/.vim and done.
alter2000/whanos
Cluster setup made to build projects from a certain organization into OCI containers and run them as pods on itself