Skip to content

Instantly share code, notes, and snippets.

View Fuwn's full-sized avatar
✒️
亀の甲より年の功

Fuwn Fuwn

✒️
亀の甲より年の功
View GitHub Profile
@Fuwn
Fuwn / README.md
Last active November 13, 2024 12:05
Windows XP All Editions Universal Product Keys Collection.

Windows XP Logo

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. Here lies the most comprehensive list of Windows XP product keys.

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.

@Fuwn
Fuwn / WPLSIL.md
Last active September 10, 2019 02:05
What programming language should I learn?

In my opinion, it depends on your goal.

Lets broaden the field.

  • Learning from scratch :
    • Scenario 1
    • Q-: If your dad asked you what you want for your birthday, and you chose a car, which transmission would you choose?
      • A1: Manual → Go for C.
      • A2: Auto → Go for Java.
  • A3: My dad would never get me a car. (Practical thinking for 98.99% reader) → Python is for you.
@Fuwn
Fuwn / GPU Hierachy 2019.md
Created August 17, 2019 12:41
GPU Hierachy 2019.
/ Score GPU Base/ Boost Memory Power
Nvidia Titan RTX 100 TU102 1350/1770 MHz 24GB GDDR6 280W
Nvidia GeForce RTX 2080 Ti 98.4 TU102 1350/1635 MHz 11GB GDDR6 260W
Nvidia GeForce RTX 2080 Super 98.2 TU104 1650/1815 MHz 8GB GDDR6 250W
Nvidia GeForce RTX 2080 96.1 TU104 1515/1800 MHz 8GB GDDR6 225W
Nvidia Titan X 96.0 GP102 1405/1480 MHz 12GB GDDR5X 250W
Nvidia GeForce GTX 1080 Ti 96.0 GP102 1480/1582 MHz 11GB GDDR5X 250W
AMD Radeon RX 5700 XT 95.8 Navi 10 1605/1905 MHz 8GB GDDR6 225W
Nvidia GeForce RTX 2070 Super 94.1 TU104 1605/1770 MHz 8GB GDDR6 215W
@Fuwn
Fuwn / CPU Hierarchy 2019.md
Last active August 17, 2019 13:27
CPU Hierarchy 2019.
/ Gaming Score Application Score CPU Cores/ Threads Base/ Boost TDP
AMD Ryzen 9 3900X ~ ~ Zen 2 12 / 24 3.8 / 4.6 GHz 105W
Intel Core i9-9900K ~ ~ Coffee Lake-R 8 / 16 3.6 / 5.0 GHz 95W
Intel Core i9-9900KF ~ ~ Coffee Lake-R 8 / 16 3.6 / 5.0 GHz 95W
AMD Ryzen 7 3800X ~ ~ Zen 2 8 / 16 3.9 / 4.5 GHz 105W
AMD Ryzen 7 3700X ~ ~ Zen 2 8 / 16 3.6 / 4.4 GHz 65W
Intel Core i7-9700K ~ ~ Coffee Lake-R 8 / 8 3.6 / 4.9 GHz 95W
Intel Core i7-8700K 100 70.4 Coffee Lake 6 / 12 3.7 / 4.7 GHz 95W
Intel Core i7-8700 99.98 61.1 Coffee Lake 6 / 12 3.2 / 4.6 GHz 65W
@Fuwn
Fuwn / force-install-steam.bat
Last active May 30, 2024 17:27
A simple Batch script to force install Steam without administrator permissions on Windows
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "SteamSetup.exe"
@Fuwn
Fuwn / Memory.h
Last active September 26, 2022 20:07
CSGO Memory Addressing
#pragma once
#include <Windows.h>
#include <TlHelp32.h>
#include <iostream>
class MemoryManager {
private:
DWORD dwPID; // CS:GO process ID
@Fuwn
Fuwn / counter-incrament-boldening.scss
Last active June 22, 2021 21:29
Counter Increment Boldening
/* Counter Increment Boldening */
ol {
margin: 0 0 1.5em;
padding: 0;
counter-reset: item;
}
ol>li {
margin: 0;
padding: 0 0 0 2em;
@Fuwn
Fuwn / CS2Blender.md
Last active June 22, 2021 21:29
A semi-easy way to import Counter-Strike models into Blender
  1. Navigate to the game folder, then use GCFScape to open the .vpk files and extract the model(s).
  2. Use Crowbar to decompile the .mdl models into .smd model(s).
  3. Use VTFEdit to decompile the .vtf textures for the model(s) into .png textures.
  4. Use the addon Blender Source Tools to import .smd model(s) into Blender.
@Fuwn
Fuwn / Animated-Favicon.js
Last active April 13, 2024 20:52
A simple way to use a .gif as a favicon.
// Before attempting, use https://gifmaker.me/exploder/ to cut .gif into each frame.
var favicon_images = [
'http://website.com/img/tmp-0.gif',
'http://website.com/img/tmp-1.gif',
'http://website.com/img/tmp-2.gif',
'http://website.com/img/tmp-3.gif',
'http://website.com/img/tmp-4.gif',
'http://website.com/img/tmp-5.gif',
'http://website.com/img/tmp-6.gif'
@Fuwn
Fuwn / Request-AES-Key.js
Last active April 2, 2020 03:05
Request AES Key.
// You must have jQuery installed to use this script.
//
// --- How to use: ---
// 1. Install jQuery if not already installed.
// 2. Move THIS script into a safe directory.
// 3. Call THIS script in head via <script src="/path/to/Request-AES-Key.js"></script>
// 4. Copy THIS span tag and include somewhere on page; <span id="serverTime"></span>
// 5. Done.
var settings = { // Settings