Skip to content

Instantly share code, notes, and snippets.

View egh's full-sized avatar
💭
working

Erik Hetzner egh

💭
working
View GitHub Profile
@egh
egh / Washington Monthly.js
Created May 13, 2011 00:42 — forked from adam3smith/Washington Monthly.js
Washington Monthly.js
{
"translatorID":"e623eec7-ad54-4201-b709-654bf3fd7f70",
"label":"Washington Monthly",
"creator":"Sebastian Karcher",
"target":"^https?://www\\.washingtonmonthly\\.com",
"minVersion":"1.0",
"maxVersion":"",
"priority":100,
"inRepository":"1",
"translatorType":4,
@egh
egh / pull_request.md
Last active September 15, 2015 20:51 — forked from diiq/pull_request.md
Pull Request Template

name: pr

key: pr

--

Link to story: https://www.pivotaltracker.com/story/show/$1

What this PR does:

${2:Explain in a few sentences what functionality changed, and how.}

${3:Can your changes be seen by a user? Then add a screenshot. Is it an interaction? Perhaps a recording.}

@egh
egh / wl-fastfind.el
Created October 19, 2014 19:19
Wanderlust fastfind
;;; wl-fastfind.el --- Prompt for a query string and display search results.
;; Copyright (C) 2014 Erik Hetzner <egh@e6h.org>
;; Author: Erik Hetzner <egh@e6h.org>
;; Keywords: mail, net news
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
@egh
egh / api-access-example.py
Last active August 29, 2015 14:06
python rich citations api access example
#!/usr/bin/env python
# Get the authors from a paper via api.richcitations.org
# call as api-access-example.py 10.1371/journal.pone.0106530
import json
import requests
import sys
BASE_URL='http://api.richcitations.org/v0/'