Skip to content

Instantly share code, notes, and snippets.

View vladkorotnev's full-sized avatar
💭
What's happening?

Akasaka Ryuunosuke vladkorotnev

💭
What's happening?
View GitHub Profile
@vladkorotnev
vladkorotnev / ksh.userscript.js
Last active November 13, 2018 12:24
KuroShiro furigana for Pentadactyl
// ==UserScript==
// @name auto kuroshiro
// @namespace jkss
// @include http://*.co.jp
// @version 1
// @grant none
// ==/UserScript==
var kspool = 0;
function textNodesUnder(el) {
@vladkorotnev
vladkorotnev / svx2wav.c
Last active May 28, 2023 00:57
Small sunvox to wav converter based upon the example from the library archive
//
// * Using SunVox as a filter for some user-generated signal
// (with export to WAV)
//
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <dlfcn.h>
#include <signal.h>
@vladkorotnev
vladkorotnev / 0_memo.md
Last active November 24, 2022 08:24
D-VHS bitstream dump memo

Glitch setup

  1. Power on DIGA
  2. Plug in and power on TV Tuner, set DIGA to TS mode 2 input
  3. Power on DVHS and plug into TV Tuner
  4. Select iLink Dubbing from the menu and wait for error to appear. Clear the error and wait until TV picture appears again
  5. Go to DIGA TS mode settings
  6. Play tape, set TS mode to 1, exit fast and smash record
  7. If you're lucky it ignores the DRM flag and recording
  8. If you're even luckier timecode breaks and tape swaps don't stop the recording
@vladkorotnev
vladkorotnev / 0001-Show-NSX-1-lyrics.patch
Last active July 3, 2023 12:03
Patch for Sekaiju1.8 to show NSX-1 lyrics
From a5446728d4610365746dba91cd996d646914d33c Mon Sep 17 00:00:00 2001
From: akasaka <[email protected]>
Date: Sat, 17 Jun 2023 11:41:35 +0900
Subject: [PATCH] Show NSX-1 lyrics
---
Sekaiju7.8/src/PianoRollKeyTimeView.cpp | 77 +++++++++++++++++++++++++
1 file changed, 77 insertions(+)
diff --git a/Sekaiju7.8/src/PianoRollKeyTimeView.cpp b/Sekaiju7.8/src/PianoRollKeyTimeView.cpp