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
TypeScript 4 hrs 36 mins ███████▏░░░░░░░░░░░░░ 34.5% | |
Other 2 hrs 30 mins ███▉░░░░░░░░░░░░░░░░░ 18.9% | |
JSON 1 hr 16 mins ██░░░░░░░░░░░░░░░░░░░ 9.6% | |
Text 1 hr 11 mins █▉░░░░░░░░░░░░░░░░░░░ 9.0% | |
Docker 54 mins █▍░░░░░░░░░░░░░░░░░░░ 6.9% |
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
“Radiate boundless love towards the entire world…” | |
— The Buddha | |
Updated at 11 Sept 2024, 04:17:04 GMT+8 |
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
/* 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 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 |
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
TypeScript 2 hrs 28 mins ██████░░░░░░░░░░░░░░░ 29.0% | |
Astro 1 hr 52 mins ████▌░░░░░░░░░░░░░░░░ 21.9% | |
JSON 1 hr 48 mins ████▍░░░░░░░░░░░░░░░░ 21.2% | |
JavaScript 35 mins █▍░░░░░░░░░░░░░░░░░░░ 7.0% | |
Other 31 mins █▎░░░░░░░░░░░░░░░░░░░ 6.2% |