🤓 Here are stored pieces of code that can be useful to anyone in a few language and under The Unlicense
| checkGames.py | ||
| cours | ||
| custom-css-for-emby.css | ||
| darkmode.html | ||
| discordWordCounter.py | ||
| fakeclient.py | ||
| freereseau.sh | ||
| get-last-github-release-source | ||
| HtpcWifi | ||
| learning.py | ||
| multicall-bin-example.c | ||
| pico-8 | ||
| RandomString64Bytes.cs | ||
| server-tools | ||
| simpleKeygen | ||
| socketServer.py | ||
| telegram-ssh.sh | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Pieces of code
All Python code available here respects the black code style
checkGames.py: Python3 function to get local info about a given steam game, available only on Windows MORE,cours: Stuff written during classes,custom-css-for-emby.css: Custom CSS that will hide the "Get Emby Premiere" button and will change the logo to "Not Netflix" MORE,darkmode.html: example usage ofprefers-color-scheme: dark(dark mode),discordWordCounter.py: Discord bot that gets triggerred whenever any user sends a certain string into a Discord guild MORE,fakeclient.py: tiny Python2 tool that will connect to any EVE Online server and scrap info from it MORE,freereseau.sh: Petit utilitaire pour vérifier l'état du réseau de DSLAMs Free MORE,get-last-github-release-source: Tiny shell/Python 2/3 function will get the link of the sources of the last GitHub release of a certain repo,HtpcWifi: Batch script to automatically connect to Wi-Fi (iPhones sucks),learning.py: Collection of Python3 scripts I wrote when I started learning Python,multicall-bin-example.c: example of basic multi call binary in C/C++,pico-8: Pico 8 games that cannot really be called games,RandomString64Bytes.cs: Csharp function that will return a random 64 Bytes string MORE,server-tools: Tools I use daily on my Arch Linux server,simpleKeygen: Very simple educational projet of keygen for Windows 95, NT 4.0 and Office 97,socketServer.py: Very simple socket server for testing purposes MORE,telegram-ssh.sh: Get a warning on very sucessful login on your server MORE.
lycee / High School
Things I have written in last year of HS (sorted by time invested):
TkDiff: Graphical interface fordifflib.unified_diff(f1, f2, lineterm=nl)in Python+Tk MORE,- France IOI: All scripts I have written for France IOI in Python,
- Calculatrice élémentaire: Calculator done with only one input in PHP,
convertisseur.cpp: CLI Currency Converter in C++.