Skip to content

Instantly share code, notes, and snippets.

View Zeinok's full-sized avatar

Ethan Lin Zeinok

  • National Yunlin University of Science and Technology
  • Taiwan
View GitHub Profile
@Zeinok
Zeinok / tma-featured.sh
Created September 27, 2020 12:51
generate m3u/m3u8 from modarchive.org featured modules
@Zeinok
Zeinok / record.cmd
Created April 6, 2020 04:19
jsidplay2 ripper (2018)
@echo off
setlocal EnableDelayedExpansion
set jsidplay2=jsidplay2_console-3.9.exe
set/p sidfile=Enter SID file (you can drag file to here and press enter):
set track=1
set/p track=Which track?(default=1):
set/p length=Enter length(mm:ss)(if no just press enter):
choice /m "Record channel 4?"
set record4=%errorlevel%
echo Recording master audio... (0.wav)
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active April 29, 2024 16:56
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@Zeinok
Zeinok / keybase.md
Created June 5, 2019 12:48
Keybase verification

Keybase proof

I hereby claim:

  • I am Zeinok on github.
  • I am zeinok (https://keybase.io/zeinok) on keybase.
  • I have a public key whose fingerprint is F0FF 20A0 58FF 896A F64B 7896 F58E C08A CD73 521B

To claim this, I am signing this object:

@Zeinok
Zeinok / ffprompt.cmd
Created May 27, 2017 12:30
ffprompt.cmd
@echo off
::Publish with MIT License
if NOT "%~1"=="__CMDSTARTED__" cmd.exe /q /k %0 __CMDSTARTED__
if NOT "%~1"=="__CMDSTARTED__" exit /b
echo.
set ffpath=%~dp0\bin
pushd %ffpath%
if %errorlevel% NEQ 0 call :err %errorlevel%
if %errorlevel% EQU 1 echo Can't find bin folder, quitting... & pause & exit /b 1
set ffpath=%cd%