This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1990-05-05": { | |
"1990-05-05 - Torsten Fenslau @ Clubnight": [ | |
"Out Of The Ordinary - Play It Again (\"The Los Ninos Remix\") [ZYX]", | |
"F.P.I. Project - Rich In Paradise (Go Back To My Roots) [ZYX]", | |
"Lee Marrow - Pain [Champion]", | |
"Rebel M.C. & Double Trouble - Street Tuff [Metronome]", | |
"Cameo - Word Up [Polygram]", | |
"Age Of Chance - Time's Up (Timeless)", | |
"Guru Josh - Infinity [V / VM - VVMCPS 01]", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* genshin-wish-history.php | |
* | |
* @see https://gist.github.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235 | |
* @see https://github.com/chillerlan/php-httpinterface | |
* | |
* @created 05.07.2023 | |
* @author smiley <[email protected]> | |
* @copyright 2023 smiley |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* gb2312-table.php | |
* | |
* @see https://en.wikipedia.org/wiki/GB_2312 | |
* @see http://www.herongyang.com/GB2312/Introduction-of-GB2312.html | |
* @see https://en.wikipedia.org/wiki/GBK_(character_encoding)#Encoding | |
* | |
* @created 30.01.2023 | |
* @author smiley <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* sjis-table.php | |
* | |
* QR Code ISO/IEC 18004:2000 - 8.4.5 Kanji Mode | |
* | |
* @see https://en.wikipedia.org/wiki/Shift_JIS#With_vendor_or_JIS_X_0213_extensions | |
* @see http://www.rikai.com/library/kanjitables/kanji_codes.sjis.shtml | |
* | |
* @created 29.01.2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* parse-dril-csv.php | |
* | |
* @see https://docs.google.com/spreadsheets/d/1juZ8Dzx-hVCDx_JLVOKI1eHzBlURHd7u6dqkb3F8q4w (every wint (@dril) tweet) | |
* @see https://gist.github.com/codemasher/d921cab21c3e684e6bb69219da900b4e (dril's entire timeline, fetched via the unofficial search API) | |
* @see https://gist.github.com/codemasher/67ba24cee88029a3278c87ff9a0095ba (Fetch your twitter timeline via the unofficial adaptive search API) | |
* | |
* @created 20.11.2022 | |
* @author smiley <[email protected]> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1594486665971892224": { | |
"id": 1594486665971892224, | |
"user_id": 16298441, | |
"user": null, | |
"created_at": 1668990219, | |
"text": "if you tell me The Mask is standing behind me i will turn around and try to look at it. Because my dumb ass thinks The Mask is real", | |
"source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>", | |
"retweet_count": 670, | |
"favorite_count": 7772, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Twitter timeline backup | |
* | |
* Required: | |
* - PHP 8.1+ | |
* - cURL extension enabled | |
* - Windows: | |
* - download https://windows.php.net/downloads/releases/php-8.1.12-Win32-vs16-x64.zip (or a newer available version) | |
* - unzip to a folder of your choice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* spotify lyrics proof-of-concept | |
* | |
* @created 22.09.2022 | |
* @author smiley <[email protected]> | |
* @copyright 2022 smiley | |
* @license MIT | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This code generates an SVG QR code with rounded corners. It uses a round rect for each square and then additional | |
* paths to fill in the gap where squares are next to each other. Adjacent squares overlap - to almost completely | |
* eliminate hairline antialias "cracks" that tend to appear when two SVG paths are exactly adjacent to each other. | |
* | |
* composer require chillerlan/php-qrcode (tested with version v5 dev-main) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Fetch artist/album metadata from the "inofficial" Spotify web client API | |
* no Spotify account or developer access required | |
* | |
* @created 02.02.2022 | |
* @copyright 2022 smiley <@codemasher> | |
* @license WTFPL | |
*/ |
NewerOlder