An open API service indexing awesome lists of open source software.

https://github.com/bc1bb/pieces-of-code

🤓 Here are stored pieces of code that can be useful to anyone in a few language and under The Unlicense
https://github.com/bc1bb/pieces-of-code

c css html python python3

Last synced: 5 months ago
JSON representation

🤓 Here are stored pieces of code that can be useful to anyone in a few language and under The Unlicense

Awesome Lists containing this project

README

          

# Pieces of code
All Python code available here respects the [black code style](https://github.com/psf/black)
- [`checkGames.py`](checkGames.py): Python3 function to get *local* info about a given steam game, available only on Windows [MORE](checkGams.py/README.md),
- [`cours`](cours): Stuff written during classes,
- [`custom-css-for-emby.css`](custom-css-for-emby.css): Custom CSS that will hide the "Get Emby Premiere" button and will change the logo to "Not Netflix" [MORE](custom-css-for-emby.css/README.md),
- [`darkmode.html`](darkmode.html): example usage of `prefers-color-scheme: dark` (dark mode),
- [`discordWordCounter.py`](discordWordCounter.py): Discord bot that gets triggerred whenever any user sends a certain string into a Discord guild [MORE](discordWordCounter.py/README.md),
- [`fakeclient.py`](fakeclient.py): tiny Python2 tool that will connect to any EVE Online server and scrap info from it [MORE](fakeclient.py/README.md),
- [`freereseau.sh`](freereseau.sh): Petit utilitaire pour vérifier l'état du réseau de DSLAMs Free [MORE](freereseau.sh/README.md),
- [`get-last-github-release-source`](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`](HtpcWifi): Batch script to automatically connect to Wi-Fi (iPhones sucks),
- [`learning.py`](learning.py): Collection of Python3 scripts I wrote when I started learning Python,
- [`multicall-bin-example.c`](multicall-bin-example.c): example of basic multi call binary in C/C++,
- [`pico-8`](pico-8): Pico 8 games that cannot really be called games,
- [`RandomString64Bytes.cs`](RandomString64Bytes.cs): Csharp function that will return a random 64 Bytes string [MORE](RandomString64Bytes.cs/README.md),
- [`server-tools`](server-tools): Tools I use daily on my Arch Linux server,
- [`simpleKeygen`](simpleKeygen): Very simple educational projet of keygen for Windows 95, NT 4.0 and Office 97,
- [`socketServer.py`](socketServer.py): Very simple socket server for testing purposes [MORE](socketServer.py/README.md),
- [`telegram-ssh.sh`](telegram-ssh.sh): Get a warning on very sucessful login on your server [MORE](telegram-ssh.sh/README.md).

## [`lycee`](cours/lycee) / High School
Things I have written in last year of HS (sorted by time invested):
- [`TkDiff`](cours/lycee/python/tkdiff/): Graphical interface for `difflib.unified_diff(f1, f2, lineterm=nl)` in Python+Tk [MORE](cours/lycee/python/tkdiff/README.md),
- [France IOI](cours/lycee/python/franceioi/): All scripts I have written for France IOI in Python,
- [Calculatrice élémentaire](cours/lycee/php/tp6.php): Calculator done with only one input in PHP,
- [`convertisseur.cpp`](cours/lycee/convertisseur.cpp/convertisseur.cpp): CLI Currency Converter in C++.