π»
This file contains hidden or 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
| TypeScript 1 hr 4 mins βββββββββββββββββββββ 44.4% | |
| JSON 1 hr 3 mins βββββββββββββββββββββ 43.6% | |
| TSConfig 8 mins βββββββββββββββββββββ 5.8% | |
| YAML 3 mins βββββββββββββββββββββ 2.3% | |
| JavaScript 1 min βββββββββββββββββββββ 1.2% |
This file contains hidden or 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
| βThe smallest act of kindness is worth more than the | |
| grandest intention.β | |
| β Oscar Wilde | |
| Updated 5 May 2026, 05:08:08 GMT+8 |
This file contains hidden or 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
| /* 1. Timer */ | |
| function padZero (n) { | |
| if (n < 10) return '0' + n; | |
| else return n.toString() | |
| } | |
| t = Math.floor(Math.max((time - inPoint), 0)); | |
| min = Math.floor((t % 3600) / 60); | |
| sec = padZero(Math.floor(t % 60)); | |
| `${min}:${sec}` |
This file contains hidden or 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
| Softwares Download Link for Windows | |
| - | |
| Collected by rnmeow, licensed under CC-BY. | |
| https://creativecommons.org/licenses/by/3.0/tw | |
| - | |
| 7-Zip: https://www.7-zip.org | |
| ("I RECOMMEND" WinRAR: https://www.win-rar.com/download.html) | |
| ADB and Fastboot++: https://github.com/K3V1991/ADB-and-FastbootPlusPlus | |
| Android Studio: https://developer.android.com/studio | |
| CDBurnerXP: https://cdburnerxp.se/zh-cht/home |