Skip to content

Instantly share code, notes, and snippets.

View chai2010's full-sized avatar

柴树杉 chai2010

View GitHub Profile
@chai2010
chai2010 / rust_udl.xml
Last active August 29, 2015 14:21 — forked from heimp/rust_udl.xml
<NotepadPlus>
<UserLang name="rust" ext="rs" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00// 00/// 01 02 03/* 03/** 03/*! 04*/</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2">0x 0b</Keywords>
@chai2010
chai2010 / main.go
Created August 29, 2014 06:58 — forked from icub3d/main.go
package main
import (
"bufio"
"bytes"
"flag"
"fmt"
"github.com/golang/groupcache"
"github.com/ha/doozer"
"io"