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"
)
@Mnkai
Mnkai / lotteaircargo.sh
Created November 28, 2018 13:57 — forked from perillamint/cjgls.sh
롯데 항공화물 추적 스크립트
#!/bin/bash
if [ "$1" = "" ]; then
echo "Usage: $0 <slip no>"
exit 1;
fi
curl -s "https://lglet.lottegl.com/view/tracking/import/$1" | elinks -dump 1 /dev/stdin
@Mnkai
Mnkai / convmdlp2.sh
Last active March 20, 2017 12:30 — forked from Lana-chan/md.sh
Zsh script for batch converting wav, flac, mp3 files into ATRAC3-LP2 format (MDLP)
#!/bin/zsh
mkdir aa3
for file in $PWD/*.(mp3|flac|wav) ; do
fullfilename=$(basename $file)
filename=${fullfilename%.*}
ffmpeg -nostats -loglevel panic -i $fullfilename -ar 44100 temp.wav
# ATRAC3Tool can be found here: https://github.com/Treeki/atrac3tool
@Mnkai
Mnkai / key.md
Created April 21, 2016 02:19
Twitter (un)official Consumer Key

Twitter Official Consumer Key

Twitter for Android

type:            PIN
Consumer key:    3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPhone

type:            PIN

Consumer key: IQKbtAYlXLripLGPWd0HUA