Skip to content

Instantly share code, notes, and snippets.

View JLHwung's full-sized avatar

Huáng Jùnliàng JLHwung

  • Waterloo, ON, Canada
View GitHub Profile
@JLHwung
JLHwung / gist:67034c52fd34c0c56807
Created September 14, 2015 03:26
openwrt update
# work for 14.04 15.05
alias opkg-upgrade = opkg upgrade $(opkg list-upgradable | awk -F ' - ' '/1/ {print $1}')
@JLHwung
JLHwung / SassMeister-input.scss
Created August 31, 2015 09:43
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// snippet from bootstrap-sass-official 3.3.5 breadcrumb component
// See https://github.com/sass/libsass/issues/1271
$seperator: '/';
.breadcrumb > li + li:before {
/* Expected: "/\00a0" */
@JLHwung
JLHwung / chinese_mainland_phone_regexp
Last active August 29, 2015 14:03
中华人民共和国境内地区移动终端通讯号码正则表达式
var chinese_mainland_phone_regexp = /^(((13[0-9]|145|147|15[0-3,5-9]|17[6-8]|18[0-2,5-9])[0-9])|(170[0,5,9]))([0-9]{7})$/i;