Skip to content

Instantly share code, notes, and snippets.

@kuanb
kuanb / from_wa_sp.ipynb
Last active December 13, 2017 23:01
How to convert some points from WA state planar. A Gist for Georgia Andrews (https://www.codeforamerica.org/people/georgia-andrews).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orta
orta / Issue.md
Last active April 29, 2023 08:19
Disclosable Sections in a GH issue
Summary text. Hello World, how is it going?
@alexsoble
alexsoble / pre-rebase
Created July 7, 2015 18:32
A git hook to help you make good decisions about rebasing
askAboutGitBranches() {
echo "Is the branch you want to rebase already pushed to GitHub? (y/n) "
read RESPONSE
if [ "$RESPONSE" = "n" ]; then
rebaseAway
elif [ "$RESPONSE" = "y" ]; then
echo "Are you the only one committing on this branch? (y/n)"
read RESPONSE_2
if [ "$RESPONSE_2" = "y" ]; then
rebaseAway
@divideby0
divideby0 / LICENSE
Last active May 15, 2019 19:24
First Name Synonyms for Solr
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,