Skip to content

Instantly share code, notes, and snippets.

Topics that require their own independent social networks:
• Discussions about airport lounges
• Discussions about airports
• Discussions about being aboard planes
• Discussions about excess data roaming charges
• Discussions about movies that everyone is likely to see anyhow
• Discussions about cats (goes without saying)
require 'aws-sdk'
AWS.config({
access_key_id: '',
secret_access_key: ''
})
s3 = AWS::S3.new
bucket = s3.buckets['bucket-name']
drawChart = function(chapters) {
var data = {
// Create the dataset objects required for Chart.js
datasets: $.map(chapters, function(chapter, index) {
// Different shades of blue/green for each of the nine chapters
var red = 26;
var green = 67 + (16 * index);
var blue = 84 + (13 * index);
var colour = red + "," + green + "," + blue;
return {
[
[0,0,0,0,0,0,42,289,433,521,574,640,860,1023,1090,1090,1313,1339,1339,1339,1389,1682,1682,1819,1819,1852,1852,1852,1852,1920,1920,2054,2054,2061,2061,2289,2427,2427,2634,2636,2803,2835,2833,2833,3126,3203,3497,3573,3573,3593,3628,3628,3636,3636,3636,3636,3636,3636,3636,3646,3855,3956,4030,4125,4352,4352,4352,4352,4352,4352,4352,4904,4884,4884,4874,4869,4870,4867,4867,4859,4859,4854,4853,4858,4858,4852,4852,4850,4845,4835,4825,4812,4811,4811,4811,4811,4807,4809,4811,4812,4812,4812,4812,4812,4812,4812,4812,4811,4811,4811,4811,4811,4811,4811,4811,4811,4811,4811,4811,4811,4811,4809,4809,4809,4812,4814,4814,4814,4814,4814,4814,4814,4821,4821,4821,4821,4821,4821,4821,4821,4821,4821,4821,4821],
[1,1,1,1,1,1,1,1,1,1,1,1,520,520,520,520,520,1097,1097,1097,1097,1607,1607,1607,1607,2098,2098,2098,2098,2571,2571,2571,2571,3165,3165,3165,3165,3165,3165,3165,4100,4100,4100,4100,4100,4100,4652,4652,4652,4652,4652,4652,4652,4652,4652,4652,4890,4890,4890,4890,4890,4890,4890,4890,5408,5408,5612,5392,5393,5360,5299,5209,5
window.chapters = [];
var startTime = new Date('2012-06-11T11:10:00+10:00');
var processedChapters = 0;
// Loop through each of the nine chapters
for (var chapter = 0; chapter < 9; chapter++) {
// set up each chapter as an empty array to populate with the number of words
chapters[chapter] = [];
// Get the JSON data for the chapter’s versions
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# Load fonts from S3 only and not CloudFront because of cached CORS header issue
config.action_controller.asset_host = Proc.new do |source|
if source =~ /(.woff|.eot|.ttf)/
"http://#{ENV['ASSETS_AWS_BUCKET']}.s3-#{ENV['ASSETS_AWS_REGION']}.amazonaws.com"
else
"http://#{ENV["ASSETS_CLOUD_FRONT_DOMAIN"]}"
end
end
before 'deploy:symlink', 'deploy_assets'
desc 'Compile and upload the precompiled assets'
task :deploy_assets, :except => { :no_release => true } do
run_locally('bundle exec rake assets:clean && bundle exec rake assets:precompile')
upload('public/assets', "#{release_path}/public/assets", :via => :scp, :recursive => true)
upload('public/404.html', "#{release_path}/public/404.html", :via => :scp)
upload('public/500.html', "#{release_path}/public/500.html", :via => :scp)
end
@hughevans
hughevans / 2012
Created January 19, 2013 23:36
My top 10 from 2012. It was very hard to come up with so I gave priority to the tracks that came off solid albums that I played repeatedly all year.
Django Django - Default
Electric Guest - This Head I Hold
Poliça - Dark Star
The xx - Angles
Of Monsters of Men - Little Talks
Bat for Lashes - Laura
Beach House - Lazuli
Chairlift - Ghost Tonight
Citizens! - Reptile
Totally Enormous Extinct Dinosaurs - Household Goods
@hughevans
hughevans / index.html
Created August 24, 2012 02:34
No FOUT
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="wf-loading no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="wf-loading no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="wf-loading no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="wf-loading no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html class="no-js wf-loading" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
@hughevans
hughevans / gist:3082625
Created July 10, 2012 10:47 — forked from mtcmorris/gist:3082609
20 top films in the past 5 years
The Artist
Senna
Hanna
Headhunters (Hodejegerne)
The Help
Best Exotic Marigold Hotel
District 9 <- Fookin’ prawns!
Crazy Stupid Love
The Social Network
Black Swan