{"id":28450540,"url":"https://github.com/bc1bb/pieces-of-code","last_synced_at":"2026-02-09T03:03:44.591Z","repository":{"id":140101534,"uuid":"248978248","full_name":"bc1bb/pieces-of-code","owner":"bc1bb","description":"🤓 Here are stored pieces of code that can be useful to anyone in a few language and under The Unlicense","archived":false,"fork":false,"pushed_at":"2024-11-16T13:06:15.000Z","size":225,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T15:08:05.302Z","etag":null,"topics":["c","css","html","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bc1bb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-21T13:09:10.000Z","updated_at":"2024-11-16T13:06:19.000Z","dependencies_parsed_at":"2024-02-27T22:27:28.892Z","dependency_job_id":"74ff9dbf-dd88-4b1a-b58f-2396fb5b17f2","html_url":"https://github.com/bc1bb/pieces-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bc1bb/pieces-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc1bb%2Fpieces-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc1bb%2Fpieces-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc1bb%2Fpieces-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc1bb%2Fpieces-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bc1bb","download_url":"https://codeload.github.com/bc1bb/pieces-of-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc1bb%2Fpieces-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29255388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","css","html","python","python3"],"created_at":"2025-06-06T15:08:05.318Z","updated_at":"2026-02-09T03:03:44.586Z","avatar_url":"https://github.com/bc1bb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pieces of code\nAll Python code available here respects the [black code style](https://github.com/psf/black)\n- [`checkGames.py`](checkGames.py): Python3 function to get *local* info about a given steam game, available only on Windows [MORE](checkGams.py/README.md),\n- [`cours`](cours): Stuff written during classes,\n- [`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),\n- [`darkmode.html`](darkmode.html): example usage of `prefers-color-scheme: dark` (dark mode),\n- [`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),\n- [`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),\n- [`freereseau.sh`](freereseau.sh): Petit utilitaire pour vérifier l'état du réseau de DSLAMs Free [MORE](freereseau.sh/README.md),\n- [`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,\n- [`HtpcWifi`](HtpcWifi): Batch script to automatically connect to Wi-Fi (iPhones sucks),\n- [`learning.py`](learning.py): Collection of Python3 scripts I wrote when I started learning Python,\n- [`multicall-bin-example.c`](multicall-bin-example.c): example of basic multi call binary in C/C++,\n- [`pico-8`](pico-8): Pico 8 games that cannot really be called games,\n- [`RandomString64Bytes.cs`](RandomString64Bytes.cs): Csharp function that will return a random 64 Bytes string [MORE](RandomString64Bytes.cs/README.md),\n- [`server-tools`](server-tools): Tools I use daily on my Arch Linux server,\n- [`simpleKeygen`](simpleKeygen): Very simple educational projet of keygen for Windows 95, NT 4.0 and Office 97,\n- [`socketServer.py`](socketServer.py): Very simple socket server for testing purposes [MORE](socketServer.py/README.md),\n- [`telegram-ssh.sh`](telegram-ssh.sh): Get a warning on very sucessful login on your server [MORE](telegram-ssh.sh/README.md).\n\n## [`lycee`](cours/lycee) / High School\nThings I have written in last year of HS (sorted by time invested):\n- [`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),\n- [France IOI](cours/lycee/python/franceioi/): All scripts I have written for France IOI in Python,\n- [Calculatrice élémentaire](cours/lycee/php/tp6.php): Calculator done with only one input in PHP,\n- [`convertisseur.cpp`](cours/lycee/convertisseur.cpp/convertisseur.cpp): CLI Currency Converter in C++.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc1bb%2Fpieces-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbc1bb%2Fpieces-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc1bb%2Fpieces-of-code/lists"}