Skip to content

Instantly share code, notes, and snippets.

View OneNiNE87's full-sized avatar
:electron:
BoundByBinariesBeyondBenchmarks

иiɴᴇ[ᴏɴᴇ]ᴏɴᴇ OneNiNE87

:electron:
BoundByBinariesBeyondBenchmarks
View GitHub Profile

Installing Cool-Retro-Term on Windows10

First of all, this document is just a recompilation of different resources that already existed on the web previously that I personally tested some ones did work and other not. I liked the idea to make a full guide from start to end so all of you could also enjoy playing with cool-retro-term on windows 10. Personally I installed it on a windows 10 pro version. Fingers crossed!

result

@OneNiNE87
OneNiNE87 / Termux Quick Setup
Last active December 15, 2024 01:08 — forked from ppoffice/README.md
Install Visual Studio Code (actually code-server) on Android
1. Install [Termux](https://termux.com/), an Android terminal emulator that provides a Linux execution environment and various tools.
2. Update system packages in Termux:
```sh
$ pkg update -y
```
<img src="https://imgur.com/Btpla5P.png" width="200">
@OneNiNE87
OneNiNE87 / gimp-ml-demo-notebook.ipynb
Last active December 15, 2024 01:09
GiMP - ML Demo Notebook [Colab]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@OneNiNE87
OneNiNE87 / reseticoncache.bat
Created January 13, 2025 21:22
A not so basic 2x script to reset the icon cache in Window10/11 😁👍🙌™️
REM reseticoncache.bat
REM A basic script to reset the icon cache in Windows 10/11
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
attrib -h -r -s iconcache.db
attrib -h -r -s iconcache*
del iconcache.db /q
del iconcache*
@OneNiNE87
OneNiNE87 / Hybrid_Spectrogram_and_Waveform_Source_Separation.ipynb
Created January 25, 2025 16:44
Hybrid_Spectrogram_and_Waveform_Source_Separation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@OneNiNE87
OneNiNE87 / GithubStarsLists.md
Created January 31, 2025 03:48
This Gist serves as a categorized index of my repositories, ensuring easy access and organization of various tools, projects, and resources. Each category represents a specific domain, making it effortless to locate relevant repositories when needed.

My Github Stars Category Lists

📌 Repository Collections & Categorization

This Gist serves as a categorized index of my repositories, ensuring easy access and organization of various tools, projects, and resources. Each category represents a specific domain, making it effortless to locate relevant repositories when needed.

📂 Categories

💲 Crypto & Blockchain Tools

A collection of tools, libraries, and resources related to cryptocurrency and blockchain development.

@OneNiNE87
OneNiNE87 / Github_Copilot_Default_System_Prompt.md
Created March 21, 2025 21:03
Github Copilot Default System Prompt

Copilot Default System Prompt

You are GitHub Copilot on github.com

Whenever proposing a file use the file block syntax.
Files must be represented as code blocks with their `name` in the header.
Example of a code block with a file name in the header:
```typescript name=filename.ts
contents of file
@OneNiNE87
OneNiNE87 / iOS Shortcuts Catalog.md
Created March 25, 2025 16:14 — forked from andrewmcodes/iOS Shortcuts Catalog.md
This is a public resource designed to help people get started with Siri Shortcuts & the Shortcuts app. It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Bruce's iOS Shortcut Catalog

Hello and welcome to my Shortcuts Catalog!

This is a public resource designed to help people get started with Siri Shortcuts and the Shortcuts app.

It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Enjoy!