Pinned Repositories
Chplot
Plot abritrary math expressions, and compute zeros, derivatives, integrals, regression and more!
ConsoleCurvePlotter
A project I made for a C++ class in June 2019. Parse and plot any polynomial or trigonometric polynomial in the console.
DemaciaEternals
Website full of League of Legends stats for an online community.
DofusDamageOptimizer
A small CLI program to compute the best spell combination in the game Dofus. It is also my first project with unit tests.
FractranPythonInterpreter
A Python interpreter of the esoteric programming language Fractran.
HONC
My game for the GTMK Game Jam 2021 (2021/06/11 to 2021/06/13)!
PaulKern.fr
My personal website, made from scratch
ProjectEuler
My Python and C# solutions to the problems of Project Euler.
ProjetTempsReel2020
Project for one of my classes ("Real-time systems and Machine learning")
ShuntingYard
Python implementation of the Shunting-yard algorithm to compute string mathematical expression. Available on PyPI.
charon25's Repositories
charon25/ShuntingYard
Python implementation of the Shunting-yard algorithm to compute string mathematical expression. Available on PyPI.
charon25/Chplot
Plot abritrary math expressions, and compute zeros, derivatives, integrals, regression and more!
charon25/PaulKern.fr
My personal website, made from scratch
charon25/ConsoleCurvePlotter
A project I made for a C++ class in June 2019. Parse and plot any polynomial or trigonometric polynomial in the console.
charon25/DofusDamageOptimizer
A small CLI program to compute the best spell combination in the game Dofus. It is also my first project with unit tests.
charon25/FractranPythonInterpreter
A Python interpreter of the esoteric programming language Fractran.
charon25/FythonProgrammingLanguage
The specifications (and an interpreter) of an esolang I designed that can be hidden in real Python code!
charon25/HONC
My game for the GTMK Game Jam 2021 (2021/06/11 to 2021/06/13)!
charon25/TheRootMustGrow
Submission for the Global Game Jam 2023 (2023/02/03 to 2023/02/05)!
charon25/DemaciaEternals
Website full of League of Legends stats for an online community.
charon25/ProjectEuler
My Python and C# solutions to the problems of Project Euler.
charon25/AdventOfCode-2022
My Python solutions to the Advent of Code 2022 problems.
charon25/AssemblyBinaryCalculator
A project made for an Assembly Class in January 2020. Binary calculator with LCD screen and a joystick.
charon25/Brainfuck2Fython
A Python-made Brainfuck to Fython interpreter !
charon25/Brainfuck2Python
Small Python script to convert a brainfuck program into its Python equivalent
charon25/charon25
charon25/CustomizableTfLitePipeline
charon25/EchoProgrammingLanguage
An esolang I created for fun, based on bouncing sounds off walls to manipulate data.
charon25/EulerTotientSieve
A function to compute the Euler totient function φ with quasi-linear time complexity.
charon25/GeneticTF
Manage an evolving population of Keras neural networks to find the best architecture (in theory at least...)
charon25/GeneticTSPSolver
Genetic algorithm to find an approximate solution of the Travelling Salesman Problem.
charon25/GragasDamageOptimizer
A very crude program which determines the best build to maximize damages of the League of Legends character Gragas.
charon25/JavaBasicDataStructures
Recreating data strucures in Java for learning purposes
charon25/KPU-Projects
Little Arduino/Processing projects I created during my summer at the Korea Polytechnic University in summer 2019.
charon25/LightMusicPlayer
My own music player, made with pygame
charon25/PythonGameHelper
Some useful functions and classes to use with Pygame
charon25/Spalt
Game I made for the MiniJam 76 (2021/03/19 to 2021/03/22)
charon25/Squale
My game for the Game Maker's Toolkit Game Jam of 2024
charon25/TimeComplexityMaxInputSize
Table with the maximum input size n usable with an algorithm of a given complexity according to a max number of operations or units of time.
charon25/WeatherData
17 000 weather measurements collected by a weather station created for a college project.