Skip to content

Instantly share code, notes, and snippets.

View nange's full-sized avatar

LanceLi nange

  • Chengdu, China
View GitHub Profile
@nange
nange / R2A.js
Last active August 29, 2015 14:03
R2A
/**
* Constructor
*/
module.exports = R2a;
function R2a(romanNum) {
this.ds = [
['M'],
['CM', 'DCCC', 'DCC', 'DC', 'D', 'CD', 'CCC', 'CC', 'C'],
['XC', 'LXXX', 'LXX', 'LX', 'L', 'XL', 'XXX', 'XX', 'X'],
@nange
nange / quickSort.js
Created August 11, 2014 16:12
快速排序
function quickSort(array, start, end) {
var k = array[start];
var s = start;
var e = end;
while (start < end) {
while (end > start) {
if (array[end] < k) {
array[start] = array[end];
package main
import (
"flag"
"fmt"
"log"
"os"
"runtime/pprof"
"strconv"
"sync"
@nange
nange / GFWList.bak
Created March 10, 2017 03:25
proxy switchyomega
{"+GFWed":{"bypassList":[{"conditionType":"BypassCondition","pattern":"<local>"}],"color":"#99ccee","fallbackProxy":{"host":"127.0.0.1","port":1080,"scheme":"socks5"},"name":"GFWed","profileType":"FixedProfile","revision":"153abe56d04"},"+__ruleListOf_自动切换":{"color":"#99dd99","defaultProfileName":"direct","format":"AutoProxy","matchProfileName":"GFWed","name":"__ruleListOf_自动切换","profileType":"RuleListProfile","revision":"153abdf798a","ruleList":"","sourceUrl":"https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt","lastUpdate":null},"+自动切换":{"color":"#99dd99","defaultProfileName":"__ruleListOf_自动切换","name":"自动切换","profileType":"SwitchProfile","revision":"153abd3207f","rules":[{"condition":{"conditionType":"HostWildcardCondition","pattern":"raw.githubusercontent.com"},"profileName":"GFWed"}]},"-confirmDeletion":true,"-downloadInterval":1440,"-enableQuickSwitch":false,"-monitorWebRequests":true,"-quickSwitchProfiles":[],"-refreshOnProfileChange":true,"-revertProxyChanges":true,"-showInspectMenu"
@nange
nange / gitstars.json
Last active February 22, 2018 06:05
github stars manager for production
{"lastModified":1519279508824,"tags":[{"name":"grpc交互","id":1519278515055,"repos":[111431261]},{"name":"中间人攻击","id":1519278572357,"repos":[116576783]},{"name":"网络嗅探","id":1519278583296,"repos":[116576783]},{"name":"大数据处理","id":1519278753296,"repos":[23653453]},{"name":"go打包静态文件","id":1519278782254,"repos":[85126896]},{"name":"流转socks5协议","id":1519278852770,"repos":[112319250]},{"name":"算法可视化","id":1519279508823,"repos":[58836534]}]}