A day may come when we use this space for something useful.
But it is not this day! This day we fight show these meaningless stats.
Here's some of the code that can be found in this profile (you're welcome, my future self):
📚 General purpose libraries
- FileParser [C#]: a file... parser
- SheepTools [C#]: general-purpose toolbox library
- dotnet-combine [C#]: CLI tool that merges source code files into a single one and/or zips them
♟ Chess
- Lynx [C#]: my very first chess engine, which
almostbeats me already! - Lynx_BOT: an adapter to make Lynx play in lichess.org
- lichess-challenger [C#]: a CLI tool to challenge other chess engines in lichess.org
- LichessTournamentAggregator [C#]: command line application that aggregates results of multiple lichess.org tournaments
- ChessComTournamentAggregator [C#]: command line application that aggregates results of multiple chess.com tournaments
🎅 Advent of Code
- AoCHelper [C#]: support library for solving AoC puzzles
- AdventOfCode.Template [C#]: template repository for solving AoC puzzles
- AdventOfCode.MultiYearTemplate [C#]: multi-year template repository for solving AoC puzzles
- AoC2023 [C#]: AoC 2023 solutions
- AoC2022 [C#]: AoC 2022 solutions
- AoC2021 [C#]: AoC 2021 solutions
- AoC2020 [C#]: AoC 2020 solutions
- AoC2019 [C#]: AoC 2019 solutions
- AoC2018 [C#]: AoC 2018 solutions
- AoC2015 [C#]: AoC 2015 solutions
🥊 Competitive programming
- 36_Catalysts_Coding_Contest [C#]: contest solutions
- 35_Catalysts_Coding_Contest [C#]: contest solutions
- 34_Catalysts_Coding_Contest [C#]: contest solutions
- 33_Catalysts_Coding_Contest [C#]: contest solutions
- 29_Catalysts_Coding_Contest [C#]: contest solutions
- Google_HashCode_2021 [C#]: contest solutions
- Google_HashCode_2020 [C#]: contest solutions
- Google_HashCode_2018 [C#]: contest solutions
- Google_Code_Jam_2020 [C++]: contest solutions
- Google_Code_Jam_2018 [C++]: contest solutions
- Google_Code_Jam_2017 [C++]: contest solutions
- Tuenti_Challenge_10 [C#]: contest solutions
- Codeflows_2020 [C#]: contest solutions
- Acepta_el_reto [C++]: Acepta el Reto solutions in C++
- UVa_OnlineJudge [C++]: (UVa) Online Judge solutions in C++
- AceptaElReto_Template [C++]: template for solving Acepta el Reto problems in C++
Arduino
- SerialPortReader [C++]: Windows serial port reader
- TwoMotors [C++]: library that allows an Arduino to control 2 DC motors
- NECIRrcv [C++]: fork of Joe Knapp's library that allows an Arduino to get IR codes
- NewPing [C++]: mirror of Tim Eckel's library that allows an Arduino to efficiently deal with ultrasonic sensors
Miscellaneous
- eduherminio.github.io: source code for eduherminio.github.io
- R_Playground [R]: R playground
- Traffic_Sign_Detection [C++]: Traffic Sign Detection from pictures using OpenCV
- AWS_Lambda_HelloWorldTwitter_PoC [C#]: basic AWS Lambda PoC that publishes 'Hello World' to twitter
- Blazor_DownloadFile_PoC [C#]: PoC of how to generate and download a file using Blazor WebAssembly (.NET Standard 2.1)
- AspNetCore.SignalR_PoC [C#]: SignalR PoC (.NET Core 2.1, this is probably irrelevant right now)