file[PowerShell] Get File List as JSON File The purpose I will save files, including those within subfolders on Windows, to a JSON file in JSON format. Impl...2025.07.28filePowerShellps1
WSLCreate a command in Vite that allows access from outside the local machine The purpose When you run the following command in a Vite project to start the server, you can access it from your l...2025.07.24WSL
Threejs(Java script)[JavaScript] Get parent folder name from full path The purpose I will get the parent folder name from a full path using JavaScript. This works for both URLs and f...2025.07.24Threejs(Java script)
JavaScript[JavaScript][Unarchiver.js] Retrieving Zip/RAR Contents from a Server The purpose Using JavaScript, I will retrieve the contents of Zip/RAR files on a server without saving the files lo...2025.07.23JavaScript
JavaScript[JavaScript][zip.js] Retrieving Zip Contents from a Server The purpose Using JavaScript, I will retrieve the contents of a Zip file on a server without saving the files locall...2025.07.23JavaScript
HTML-webkit-text-stroke behaves erratically (draws a border around text) [with alternatives available] The purpose In HTML, the -webkit-text-stroke style is available for outlining text. (Although it has -webkit- prefi...2025.07.22HTML
WSLDownload source for link icons for various social media platforms, etc. The purpose When creating web pages, I often link to platforms like X. I've compiled the locations of the icons...2025.07.22WSL
AIRunning Flux.1 on Local Stable Diffusion Forge in a CUDA-less Environment (CPU) The purpose Normally, Stable Diffusion Forge requires an Nvidia GPU (like GeForce). The article below introduced...2025.07.18AI
JavaScriptCreating Unique Strings (UUIDs) in JavaScript The purpose Creating Unique Strings (UUIDs) in JavaScript. Example I'll give the class a unique string (UUID)...2025.07.18JavaScript
Windows[Workaround] Print Screen Not Working in Windows The purpose It's frustrating when something that used to work fine, like the Print Screen function in Windows 1...2025.07.17Windows