Skip to content

Instantly share code, notes, and snippets.

View ladyrassilon's full-sized avatar

Gemma Hentsch ladyrassilon

View GitHub Profile
@ladyrassilon
ladyrassilon / geotweet.json
Created May 18, 2015 21:07
example json twitter search results
{
"search_metadata": {
"count": 15,
"completed_in": 0.092,
"max_id_str": "600405536929026050",
"since_id_str": "0",
"next_results": "?max_id=600405492113022975&q=nepal&include_entities=1",
"refresh_url": "?since_id=600405536929026050&q=nepal&include_entities=1",
"since_id": 0,
"query": "nepal",
@ladyrassilon
ladyrassilon / .gitignore
Created June 26, 2015 16:58
My Overthought-out default gitignore
#https://github.com/github/gitignore/blob/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
HOST_IP = "192.168.34.86"
UDP_PORT = 5557
SHARE_PATH = "/Volumes/ford_media_server/"
# SHARE_PATH = "/Users/rassilon/temp/"
INPUT_SHARE_PATH = "/Users/rassilon/temp/input/"
OUTPUT_SHARE_PATH = "/Users/rassilon/temp/output/"
RUN_COMMANDS = {
"MacOS":"/Applications/Adobe\ After\ Effects\ CS5.5/aerender -project %s -comp \"Comp 1\" -output %s -reuse"
MESSAGE = """
{
"media_assets":
[
"dslr_captures/simulator/033060009438_65.jpg",
"dslr_captures/simulator/033060009438_66.jpg",
"dslr_captures/simulator/033060009438_67.jpg"
],
"listen_port": 12006,
"rfid":
@ladyrassilon
ladyrassilon / lauraessay.txt
Created January 12, 2012 18:39
Laura's Essay
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam tellus quam, ultrices eu semper quis, elementum id elit. Sed facilisis, libero sit amet fermentum pellentesque, tortor lectus commodo justo, vitae consectetur felis ligula vitae quam. Proin quis orci sed nunc bibendum venenatis ultricies id leo. Suspendisse semper bibendum tortor, eu condimentum lacus hendrerit ut. In imperdiet hendrerit massa ut dictum. Nulla sed luctus enim. Donec justo metus, commodo rutrum tempor sit amet, tempus quis augue. Duis a orci non quam sodales pulvinar sit amet vel enim. Ut vulputate vulputate elementum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer eget enim consequat nisi auctor dapibus vel ac nulla.
Maecenas congue sapien vel urna posuere id consectetur neque aliquam. Duis interdum lorem non nisl feugiat congue. Curabitur imperdiet auctor pharetra. Nam vel enim orci, vitae iaculis elit. Maecenas justo orci, tincidunt nec gravida nec, scelerisque nec urna. Aliquam a
@ladyrassilon
ladyrassilon / gist:3403900
Created August 20, 2012 13:16
method missing on notifier
class Notifier < ActionMailer::Base
def method_missing(method_name, *args, &block)
puts method_name
body = "Method name - #{method_name} \n"
mail(:to => Notifier.emergency, :subject => "Notifier is missing a called method", :body => body)
#I've tried putting in super and not super here
end
def respond_to?(method_name, include_private = false)
true
end
@ladyrassilon
ladyrassilon / mutable_global_scope_in_class_definitions.ipynb
Last active November 17, 2015 14:00
The Global Problems with definiing Mutable Objects in Class Scope
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 bottles of beer on the wall, 99 bottles of beer,
Take one down and pass it around,
98 bottles of beer on the wall.
98 bottles of beer on the wall, 98 bottles of beer,
Take one down and pass it around,
97 bottles of beer on the wall, 97 bottles of beer,
Take one down and pass it around,
96 bottles of beer on the wall.
96 bottles of beer on the wall.
96 bottles of beer on the wall, 96 bottles of beer,
@ladyrassilon
ladyrassilon / dummy.sdf
Created May 23, 2013 16:36
sample sdf document
[
{
"lang": "en",
"fields": {
"geographic_domain": "GB",
"description": "Id sriracha art party, est stumptown try-hard leggings YOLO hoodie. Meh adipisicing tattooed ethnic, dolor reprehenderit umami beard selfies. Skateboard twee meggings, chambray fap eiusmod occupy sint cred bespoke brooklyn biodiesel sriracha. Cardigan brooklyn mcsweeney's, exercitation laborum biodiesel godard banjo raw denim actually. Trust fund pitchfork fingerstache id. Sed enim keytar hashtag irony dolor, brunch 3 wolf moon iphone next level disrupt. Selvage nulla pour-over assumenda, chambray selfies ethical VHS skateboard aesthetic actually 3 wolf moon cray consequat occupy.",
"tags": [
"weightloss",
"gettingactive"
],
@ladyrassilon
ladyrassilon / town_list.json
Last active December 17, 2015 19:39
Town list
{
"Ellesmere": 3,
"Ludlow": 1,
"Whixall": 1,
"Whitchurch": 1,
"Church Stretton": 1,
"Shrewsbury": 12,
"Bishops Castle": 1
}