Skip to content

Instantly share code, notes, and snippets.

View nitrate92's full-sized avatar
🅱️
wowza

nitrate92

🅱️
wowza
  • hell
  • 01:10 (UTC -04:00)
View GitHub Profile
@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@thepwrtank18
thepwrtank18 / keys.md
Last active May 3, 2024 14:00
Windows XP/2003 Product Keys

Windows XP/2003 Product Keys

These keys have been tested to work. These are a combination of keys from Chinese websites, trial keys inside ISO's, auto-activate keys in OEM ISO's, and directly from Microsoft's website, all aggregated for your convenience.

Usage

In order to use these keys, you need the right edition of Windows XP/2003. Not just Home/Pro/Enteprise/etc, whether it's a Retail, OEM or Volume version. There's a clear cut way to check this.

If you see this, you have a Retail copy.
image

@fadden
fadden / detok.cpp
Last active April 9, 2024 20:10
WebTV tellyscript decompressor and de-tokenizer
/*
* WebTV tellyscript decompressor and de-tokenizer.
*
* Usage: detok input.tok output.txt
*
* The output file will be overwritten if it exists.
*
* **************************************************************************
*
* Tellyscript is a C-like language invented by Andy Rubin for use at WebTV.
@Gladuin
Gladuin / tutorial.md
Last active January 19, 2024 11:04
This is a tutorial on how you can backup and restore your Discord favorite gifs (on windows)

This won't work anymore because Discord moved to cloud storage for the gifs

Backup

  1. Open Discord.
  2. Press CTRL, SHIFT and I on your keyboard at the same time.
  3. In the newly opened window, at the top, click the >> button, and then click on Application.
    Image 1
  4. Once in the Application tab, click the little triangle next to Local Storage, and then click on https://discordapp.com.
    Image 2
@Fuwn
Fuwn / xp.md
Last active May 19, 2024 13:37
Windows XP All Editions Universal Product Keys Collection.

Although Microsoft does not support Windows XP updates any more, I’m sure there are still many users using it due to their personal habits or job demands. Therefore XP’s product keys may be necessary even now, and Fuwn provided you with the most comprehensive Windows XP product keys here, just in order to provide some convenience.

The following CD-KEYs are official and original from Microsoft, mainly used for Windows XP Professional Service Pack 2/3 VOL/VLK system images which are the easiest ones to find on the Internet. Their biggest advantage is your Windows XP will be activated after using these CD-KEYs to complete installation.

// Windows XP Pro Product Keys //

@ocihangir
ocihangir / Leo2UART.ino
Created December 6, 2015 00:46
This code converts Arduino Leonardo into a USB to UART converter
/*
* This code converts Arduino Leonardo into a USB to UART converter
*/
int incomingByte = 0;
void setup() {
// initialize serial:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only