Skip to content

Instantly share code, notes, and snippets.

@chrisvfritz
chrisvfritz / index.html
Created November 18, 2014 19:22
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>
@JayHoltslander
JayHoltslander / README.md
Created September 25, 2015 21:04 — forked from magnetikonline/README.md
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.
@xlz
xlz / firmware-5.txt
Last active November 12, 2025 09:08
Readable Kinect v2 USB transactions
0000000 53 69 67 6e 0c 01 00 00 00 00 00 00 78 44 79 5c >Sign........xDy\<
0000020 f2 f0 6a 24 c5 2f 3f 13 5e 7c 71 72 aa 5e b8 c3 >..j$./?.^|qr.^..<
0000040 da d1 8f 22 0a ec c6 dc be e9 c6 7f ef 4c 8f b4 >...".........L..<
0000060 d5 db 9a 28 04 a5 bc 2d 2b 18 31 bd 6e 85 fa a3 >...(...-+.1.n...<
0000100 21 53 18 86 21 73 30 27 77 ac d7 e6 ef aa 40 ca >!S..!s0'w.....@.<
0000120 20 a2 dc d8 b7 e1 e3 d6 16 65 2d d5 f4 74 31 b2 > ........e-..t1.<
0000140 b8 d3 cd 5c 50 fe 06 44 47 7c 84 48 04 d2 19 91 >...\P..DG|.H....<
0000160 af f0 ae a4 ba ad 47 3a 1e 8c 05 29 09 03 5d 24 >......G:...)..]$<
0000200 69 d3 56 f0 2f 09 90 37 7c 8b df 58 7b 13 0f fa >i.V./..7|..X{...<
0000220 0d f4 33 41 a1 f6 3a 6f 02 b9 26 7d da 1b df f6 >..3A..:o..&}....<
@moeiscool
moeiscool / ffmpegToWeb.js
Last active April 4, 2025 10:37
FLV Live Stream to Web Page with flv.js, FFMPEG, and Express Web Server (Node.js)
// Shinobi (http://shinobi.video) - FFMPEG FLV over HTTP Test
// How to Use
// 1. Navigate to directory where this file is.
// 2. Run `npm install express`
// 3. Start with `node ffmpegToWeb.js`
// 4. Get the IP address of the computer where you did step 1. Example : 127.0.0.1
// 5. Open `http://127.0.0.1:8001/` in your browser.
var child = require('child_process');
var events = require('events');
@JuneKelly
JuneKelly / BaselineTest.txt
Created December 12, 2017 13:45
Full text of the Baseline Test from Blade Runner 2049
A blood black nothingness began to spin.
Began to spin.
Let's move on to system.
System.
Feel that in your body.
@joshuakraemer
joshuakraemer / instructions.md
Last active April 14, 2026 19:56
How to install Windows Media Player 11 to a Proton prefix
  1. Download Windows Media Player 11, 64 bit (wmp11-windowsxp-x64-enu.exe):
    $ cd /tmp/
    $ curl -O https://web.archive.org/web/20190512112704/https://download.microsoft.com/download/3/0/8/3080C52C-2517-43DE-BDB4-B7EAFD88F084/wmp11-windowsxp-x64-enu.exe
  2. Extract the archive:
    $ cabextract wmp11-windowsxp-x64-enu.exe -d wmp11
  3. Run and close the game through Steam. A Proton prefix is created on the first run.
  4. Go to the game's folder inside Steam's compatdata folder:
    $ cd $HOME/.local/share/Steam/steamapps/compatdata/287290
  5. Set prefix to Windows XP: $ WINEPREFIX=$PWD/pfx wine winecfg
@haideralipunjabi
haideralipunjabi / main.py
Created June 15, 2020 02:30
Python Script to scrape an OpenDirectory
import requests
from bs4 import BeautifulSoup as soup
import os
from progress.bar import Bar
import wget
from urllib.parse import unquote
base = "http://www.meeshdesigns.com/Western%20Fonts/"
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}
@emilianavt
emilianavt / BestVTuberSoftware.md
Last active July 12, 2026 14:34
Best VTuber Software

Best VTuber software

This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.

Additional explanations:

  • iPhone means that an iPhone is basically required
  • iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
  • VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
  • Tobii means that the Tobii eye tracker is supported
@DenchiSoft
DenchiSoft / ip.txt
Created March 29, 2021 00:21
ip.txt syntax for experimental VTube Studio network tracking with OpenSeeFace
# To listen for remote connections, change this to 0.0.0.0 or your actual IP on the desired interface.
ip=0.0.0.0
# This is the port the server will listen for tracking packets on.
port=11573