Skip to content

Instantly share code, notes, and snippets.

View smy20011's full-sized avatar

smy20011 smy20011

  • Rice University
  • Houston
View GitHub Profile
@smy20011
smy20011 / 0-update.md
Created November 21, 2015 06:44 — forked from lynaghk/0-update.md
Angular.js from ClojureScript
@smy20011
smy20011 / 2bbcode
Last active June 24, 2016 19:59
A pandoc custom Lua script to translate to BBCode.
#!/bin/bash
format=${1:-markdown_github}
exec pandoc -f $format -t ~/bin/bbcode.lua
@smy20011
smy20011 / unblock.user.js
Last active September 15, 2017 21:58
Unblock bilibili without proxy
// ==UserScript==
// @name Unblock bilibili without proxy.
// @match https://www.bilibili.com/video/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
if (options.type == "articleError") {