Skip to content

Instantly share code, notes, and snippets.

View sydney0zq's full-sized avatar
🎯
Focusing

Forest sydney0zq

🎯
Focusing
View GitHub Profile
@sydney0zq
sydney0zq / bilibili_download_them_all.py
Created May 18, 2017 23:54 — forked from Sg4Dylan/bilibili_download_them_all.py
通过You-get批量下载Bilibili合集视频
#!/usr/bin/env python
#coding:utf-8
# Author: Sg4Dylan --<sg4dylan#gmail.com>
# Purpose: A simple script to download video from Bilibili
# Created: 08/07/2016
import sys
from subprocess import call
def check_and_go(args):
@sydney0zq
sydney0zq / 0_reuse_code.js
Created May 17, 2017 05:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console