Skip to content

Instantly share code, notes, and snippets.

Docs here:
http://www.flickr.com/services/api/flickr.photos.search.htm
Interactive API Explorer for that method here:
http://www.flickr.com/services/api/explore/flickr.photos.search
Find a place. Like this:
# Copyright Jehiah Czebotar 2013
# http://jehiah.cz/
import tornado.options
import glob
import os
import sqlite3
import logging
import datetime
import csv
@macdiva
macdiva / tmux-named
Created November 19, 2013 15:42 — forked from indirect/tmux-named
#!/bin/bash
# Set up paths and whatnot
test -e ~/.bashrc && source ~/.bashrc
# We need tmux. Obvs.
if [[ -z `which tmux` ]]; then echo "You need tmux first!"; exit 1; fi
# Named variables are much more flexible
name="$1"
@macdiva
macdiva / gist:9515847
Last active August 29, 2015 13:57
Ben's prompt
Today started like your typical day. You woke up, showered, had breakfast. But during your commute, you saw the most extraordinary thing, but you couldn't hear it. What was it?

Keybase proof

I hereby claim:

  • I am MacDiva on github.
  • I am macdiva (https://keybase.io/macdiva) on keybase.
  • I have a public key whose fingerprint is CBC3 5D27 B08C 65A6 98D5 0AAB 46DC 305D F033 28EB

To claim this, I am signing this object:

@macdiva
macdiva / index.html
Created June 24, 2015 01:38
In-class exercise of Anscombe's quartet
<!DOCTYPE html>
<meta charset="utf-8">
<style type="text/css">
/*css to go here*/
svg {
border: 1px solid #f0f;
}