Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html> <!-- 使用 HTML5 doctype,不区分大小写 -->
<html lang="zh-cmn-Hans"> <!-- 更加标准的 lang 属性写法 http://zhi.hu/XyIa -->
<head>
<!-- 声明文档使用的字符编码 -->
<meta charset='utf-8'>
<!-- 优先使用 IE 最新版本和 Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<!-- 页面描述 -->
<meta name="description" content="不超过150个字符"/>
<!-- 页面关键词 -->
@maple-leaf
maple-leaf / introrx.md
Created June 20, 2019 09:28 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@maple-leaf
maple-leaf / search.sh
Created March 21, 2019 09:05 — forked from miguelmota/search.sh
Homebrew fix "Calling fails_with :gcc_4_0 is disabled! There is no replacement." or similar errors
find /usr/local/Cellar -regex '.*\.rb' -exec grep -r fails_with {} \;
# then comment out lines with fails_with
@maple-leaf
maple-leaf / multipart_upload.go
Created November 15, 2018 02:05 — forked from mattetti/multipart_upload.go
Example of doing a multipart upload in Go (golang)
package main
import (
"bytes"
"fmt"
"io"
"log"
"mime/multipart"
"net/http"
"os"
@maple-leaf
maple-leaf / tmux-cheatsheet.markdown
Created May 23, 2018 09:18 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@maple-leaf
maple-leaf / GIF-Screencast-OSX.md
Created May 3, 2017 07:21 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@maple-leaf
maple-leaf / README.md
Created April 25, 2017 12:48 — forked from githubutilities/README.md
Shadowsocks proxy and ssh proxy

Shadowsocks Proxy

apt-get install python-pip
pip install shadowsocks

sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
Axure RP 7.0注册码
用户名:axureuser
序列号:8wFfIX7a8hHq6yAy6T8zCz5R0NBKeVxo9IKu+kgKh79FL6IyPD6lK7G6+tqEV4LG
@maple-leaf
maple-leaf / shadowsocks_ssh
Created July 27, 2016 01:46 — forked from gnepud/shadowsocks_ssh
shadowsocks / ssh proxy
----- shadowsocks ------
server
easy_install pip
pip install shadowsocks
vi /etc/shadowsocks.json
{
"server":"server_ip",
"server_port":8388,
"local_address": "127.0.0.1",
"local_port":1080,
/*!
* jquery.addrule.js 0.0.2 - https://gist.github.com/yckart/5563717/
* Add css-rules to an existing stylesheet.
*
* @see http://stackoverflow.com/a/16507264/1250044
*
* Copyright (c) 2013 Yannick Albert (http://yckart.com)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
* 2013/11/23
**/