Skip to content

Instantly share code, notes, and snippets.

@haccanri
haccanri / bib_downloader.py
Created April 21, 2015 06:59
A script to extract title from hand-written bib items and download the bibtex item from Google Scholar with the help of scholar.py (https://github.com/hildensia/scholar).
# -*- coding: utf-8 -*-
"""
Created on Mon Mar 23 21:13:21 2015
@author: Qing
A script to extract title from hand-written bib items and download the bibtex item
from Google Scholar with the help of scholar.py (https://github.com/hildensia/scholar).
"""
from subprocess import Popen, PIPE
@haccanri
haccanri / 0_reuse_code.js
Last active August 29, 2015 14:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console