- Power on DIGA
- Plug in and power on TV Tuner, set DIGA to TS mode 2 input
- Power on DVHS and plug into TV Tuner
- Select iLink Dubbing from the menu and wait for error to appear. Clear the error and wait until TV picture appears again
- Go to DIGA TS mode settings
- Play tape, set TS mode to 1, exit fast and smash record
- If you're lucky it ignores the DRM flag and recording
- If you're even luckier timecode breaks and tape swaps don't stop the recording
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// * 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name auto kuroshiro | |
// @namespace jkss | |
// @include http://*.co.jp | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var kspool = 0; | |
function textNodesUnder(el) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
IN="/media/Music/iTunes Media/Music/" | |
OUT="/home/akasaka/Music/From_iTunes" | |
FILES=$(find "$IN/" -type f ! -name '.DS_Store') | |
IFS=$'\n' | |
mkdir -p "$OUT" | |
cd "$OUT" | |
for file in $FILES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#### CONFIG #### | |
vk_token= # Oauth token with status scope | |
vk_prefix="✇" | |
notify_time=5000 | |
MPD_HOST="/mpd/socket" | |
LCD_HOST="127.0.0.1" | |
LCD_PORT="13666" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** src/vk-smileys.orig.cpp 2018-08-23 21:07:33.069290031 +0500 | |
--- src/vk-smileys.cpp 2018-08-23 21:06:30.741934284 +0500 | |
*************** | |
*** 1,7 **** | |
#include <fstream> | |
#include <glib.h> | |
#include <util.h> | |
! | |
#include <cpputils/trie.h> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<!-- Title. --> | |
<key>ALERTS</key> | |
<string>通知</string> | |
<!-- Header for alert type selection. --> | |
<key>ALERT_TYPE</key> |
Acknowledgements:
Terminal toolbar icon is licensed under the SIL Open Font License, version 1.1.
このアプリは有用である場合には、開発者に小さな寄付を送ることを検討してください Donate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Example code for Fade-In and Fade-Out | |
DEVICE ZXSPECTRUM128 | |
ORG 40000 | |
INCBIN "my_picture.scr" | |
ORG 30000 | |
TEST | |
EI | |
CALL CLR_ATTR |
NewerOlder