Skip to content

Instantly share code, notes, and snippets.

View Mnkai's full-sized avatar
💭
I'm currently busy with my primary work. Some delays are expected.

Mnkai

💭
I'm currently busy with my primary work. Some delays are expected.
View GitHub Profile
@Mnkai
Mnkai / inreachwx.go
Created September 7, 2023 16:43 — forked from mattstep/inreachwx.go
Hack for getting wx reports via inreach messaging.
package main
import (
"fmt"
"io/ioutil"
"net/http"
"net/url"
"strings"
)
LBL "COMPINT"
"Loop count:"
PROMPT
STO 00
"Deposit amount "
├"per loop:"
PROMPT
STO 01
"Interest rate ("
├"e.g., 1.05):"
<?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>
<key>ANSIBlackColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGjCwwTVSRudWxs0w0ODxARElVO
U1JHQlxOU0NvbG9yU3BhY2VWJGNsYXNzRjAgMCAwABABgALSFBUWF1okY2xhc3NuYW1l
WCRjbGFzc2VzV05TQ29sb3KiFhhYTlNPYmplY3QIERokKTI3SUxRU1ddZGp3foWHiY6Z
# vim:ft=zsh ts=2 sw=2 sts=2
#
# Minorister
# Dirty mix of agnoster and paradox theme, now only with foreground colours!
# I missed paradox theme of prezto even after installing oh-my-zsh
#
#
# # README
#
# In order for this theme to render correctly, you will need a
@Mnkai
Mnkai / README.md
Last active October 18, 2020 11:50
AppleStreamDump

AppleStreamDump

Dumps apple HLS stream format - including alternative audio tracks and all subtitles

Dependencies

  • m3u8
  • ffmpy (and ffmpeg)
  • pycountry

Caveats

  • mov_text format is used for webvtt conversion - thus output container should support mov_text (e.g., mp4)
@Mnkai
Mnkai / unixtime.txt
Last active December 13, 2020 12:11
Free42 Unix time converter
LBL "EPOCH"
DATE
TIME
LBL "T2Ep"
X<>Y
1970.0101
X<>Y
DDAYS
24
×
@Mnkai
Mnkai / aspectratio.txt
Last active October 17, 2020 11:02
Free42 Aspect ratio calculator
LBL "ASPECTRTO"
LSTO "X"
X<>Y
LSTO "Y"
X<>Y
XEQ "GCD"
LSTO "GCD"
RCL "Y"
X<>Y
/
@Mnkai
Mnkai / 10-mtrack.conf
Last active July 24, 2020 16:26
Pinebook Pro mtrack xinput example conf
Section "InputClass"
MatchIsTouchpad "on"
Identifier "Touchpads"
Driver "mtrack"
# Personal preference - overall sensitivity
Option "Sensitivity" "0.6"
# Distance to move before start emulating two finger scroll mouse event
Option "ScrollDistance" "50"
@Mnkai
Mnkai / obengit.sh
Last active October 6, 2019 11:12
Obengit (Depends on Tc and mpv)
#!/bin/bash
STREAMER_STREAM_URL="STREAM_URL_HERE"
open /Applications/Tc.app
mpv "$STREAMER_STREAM_URL" 2> /dev/stdout | grep -Fxq "offline"
while [ $? -ne 0 ]; do
echo "Streamer is offline! Retrying after 10 seconds..."
sleep 10

MVAF (Minori Video Archiving Format) v1

목차

  • MVAF에 대하여
  • 레퍼런스 파라미터
  • 벤치마크
    • BanG Dream! 2nd Season! Ep01 (Abema)
      • VMAF
      • SSIM
      • PSNR