Skip to content

Instantly share code, notes, and snippets.

View UnluckyNinja's full-sized avatar
🙁
😢

UnluckyNinja UnluckyNinja

🙁
😢
View GitHub Profile
@UnluckyNinja
UnluckyNinja / liverecord.groovy
Last active August 24, 2016 05:51 — forked from sunny00123/liverecord.groovy
recording of bilibili live streams
#!/usr/bin/env groovy
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
def ARGS = [
UID : "276904", // B站UID
ROOMID : "131985", // 直播间的房间编号,不是地址编号
OUTPUTDIR : /F:\FLV\workground\ffmpeg\bin\output/, // 录制文件输出目录
FFMPEG : /F:\FLV\workground\ffmpeg\bin\ffmpeg.exe/, // ffmpeg可执行程序位置
CHECK_INTERVAL : 60, // 直播检测线程的调度间隔,单位:秒
@UnluckyNinja
UnluckyNinja / crypto-wrong-answers.md
Created November 18, 2015 13:02 — forked from paragonie-scott/crypto-wrong-answers.md
An Open Letter to Developers Everywhere (About Cryptography)