Last active
December 20, 2015 10:31
-
-
Save variousauthors/6116324 to your computer and use it in GitHub Desktop.
Sunniest month ever record broken in Vancouver.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// apparently we had a really sunny month? | |
$.each(july, function(index, days) { | |
if (programming) { | |
$.each(house.windows, function(index, window) { | |
window.close(); | |
}); | |
house.ac.open(); | |
self.on('sunrise', go_get_coffee); | |
self.on('sunset', go_get_coffee); | |
} else { | |
// I work a few days a week at a coffee shop | |
// wouldn't you? | |
while(customers) { | |
orders = customers.get_orders() | |
$.each(orders, function(index, order) { | |
if ($.inArray(['spro-to-go', | |
'large-cappuccino', | |
'iced-espresso', | |
'macchiato-to-go', | |
'no-make'], order.drink) { | |
// NOP | |
} else { | |
self.work(order); | |
} | |
}); | |
} | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a big fan of,