Skip to content

Instantly share code, notes, and snippets.

View district10's full-sized avatar
😀
good good study, day day up

TANG ZhiXiong district10

😀
good good study, day day up
View GitHub Profile
# Percol: https://github.com/mooz/percol
# cd ~/.percol.d && ln -s to/this/file/percolrc rc.py
percol.view.PROMPT = ur"<bold><yellow>QWERY </yellow></bold> %q"
# Emacs like
percol.import_keymap({
"C-h" : lambda percol: percol.command.delete_backward_char(),
"C-d" : lambda percol: percol.command.delete_forward_char(),
"C-k" : lambda percol: percol.command.kill_end_of_line(),
@district10
district10 / README.md
Last active September 5, 2017 05:43
WhuRS

GIST 使用指南

注:

不介绍 [Gist] 是什么,只说说使用 Gist 的时候需要注意的地方。

Gist 用于补充说明地图源码(Markdwon 方便书写)

Gist Notes:

@district10
district10 / whurs.md
Last active August 29, 2015 14:07
WhuRS

WhuRS

This is a GIS System.

Our Project(s)

@district10
district10 / AttributionQueryForm.cs
Last active August 29, 2015 14:07
Shit like a shit
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ESRI.ArcGIS.Controls;
using ESRI.ArcGIS.Carto;