Skip to content

Instantly share code, notes, and snippets.

@coolcodr
coolcodr / 0_reuse_code.js
Created April 6, 2016 15:08
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
@coolcodr
coolcodr / ril2ip.py
Created May 7, 2012 14:16 — forked from sdb/ril2ip.py
copy bookmarks from Read It Later to Instapaper
#! /usr/bin/env python
"""
Script to copy all bookmarks from Read It Later to Instapaper.
See also http://readitlaterlist.com/api/docs/#get
and http://www.instapaper.com/api/simple
"""
import urllib, urllib2, json