Skip to content

Instantly share code, notes, and snippets.

@antiharmonic
antiharmonic / steam_screenshot_extraction.py
Created June 10, 2021 14:34
Extract steam screenshots from appid named dirs to human readable dirs.
#!/bin/env python3
# This has a lot of problems, e.g. I should have used os.path.join()
# and as such this has only been used in my own little WSL world.
# replace steam_libraries, ssdir, and extractdir with your values. Probably could just run
# with steam_libraries as empty and then the script would just pull everything from store.steampowered.com
# instead of locally
# this was just a quick hack because I wanted to backup my screenshots in a format that wasa little more readable.
@snehasinghals
snehasinghals / add.newfile.txt
Last active December 16, 2025 05:58
Sample.txt file
Adding a new file to see changes in revision !
@Brakah777
Brakah777 / index.html
Last active December 16, 2025 05:53
Terminator by Aéza provides free access to virtual machines with up to 4 cores, 4GB RAM, and 40GB SSD, offering both Windows and Debian operating systems.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terminator by Aéza</title>
<style>
html, body {
margin: 0;
height: 100%;
@csTom2024
csTom2024 / V2Nodes_config.txt
Created December 16, 2025 05:51
V2Nodes_config.txt do not anything .即時分享程式碼、筆記和程式片段
即時分享程式碼、筆記和程式片段
@Postrediori
Postrediori / MSVS-Links.md
Last active December 16, 2025 05:50
MS Visual Studio Installers and ISO direct links
@d7samurai
d7samurai / .readme.md
Last active December 16, 2025 05:48
Minimal D3D11

Minimal D3D11

Minimal D3D11 reference implementation: An uncluttered Direct3D 11 setup + basic rendering primer and API familiarizer. Complete, runnable Windows application contained in a single function and laid out in a linear, step-by-step fashion that should be easy to follow from the code alone. ~200 LOC. No modern C++, OOP or (other) obscuring cruft. View on YouTube

hollowcube

Other gists in this series:

@blackhatsem
blackhatsem / Black Hat SEO
Created September 25, 2017 05:09
Black Hat SEO
In search engine optimization (SEO) terminology, black hat SEO refers to the use of aggressive SEO strategies, techniques and tactics that focus only on search engines and not a human audience, and usually does not obey search engines guidelines.
Some examples of black hat SEO techniques include keyword stuffing, invisible text, doorway pages, adding unrelated keywords to the page content or page swapping (changing the webpage entirely after it has been ranked by search engines).
@joanbm
joanbm / cuda-10.2-fix-glibc-2.42.patch
Created August 3, 2025 19:59
Fix for CUDA 10.2 for glibc 2.42
From 598bc565905de1de2146e781013882bc9577ff21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Bruguera=20Mic=C3=B3?= <[email protected]>
Date: Sun, 3 Aug 2025 19:43:40 +0000
Subject: [PATCH] Updates headers for glibc-2.42
Match the extern definitions in cuda-crt headers with the changes in glibc-2.42.
/usr/include/bits/mathcalls.h(206): error: exception specification is
incompatible with that of previous function "rsqrt"
/opt/cuda-10.2/include/crt/math_functions.h(684): here
@mjkstra
mjkstra / arch_linux_installation_guide.md
Last active December 16, 2025 05:44
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@throwaway96
throwaway96 / notes.md
Last active December 16, 2025 05:41
Enabling debug and getting root on LG webOS by modifying NVM

Warnings

What you do with this information is your own responsibility. If you brick your TV trying this, it's not my fault. You should probably have some electronics experience if you want to attempt this.

This is going to involve opening your TV and attaching wires to the pins of an integrated circuit. If you're not comfortable with that, this is not for you.

This document is a work in progress.

debugstatus

LG TVs since at least the era of NetCast and "Global Platform" (webOS predecessors) have had the notion of a debug level, generally called "debugstatus". There are three modes: DEBUG, EVENT, and RELEASE. TVs normally operate in RELEASE mode. DEBUG mode enables a variety of logging and other debugging features in webOS, including access to the bootloader console and debug menus via serial. EVENT is similar to DEBUG, although it may not enable as much logging and has other relatively minor differences.