Skip to content

Instantly share code, notes, and snippets.

View seanhandley's full-sized avatar
🧀
Eating cheese

Sean Handley seanhandley

🧀
Eating cheese
View GitHub Profile
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
# import the Auth Helper class
import hello_analytics_api_v3_auth
from apiclient.errors import HttpError
from oauth2client.client import AccessTokenRefreshError
@seanhandley
seanhandley / skitch2png.rb
Last active December 14, 2015 02:39 — forked from r10r/skitch2png.rb
#!/usr/bin/env ruby
# extracts the embedded PNG data from .skitch SVG files
require 'nokogiri'
require 'base64'
require 'fileutils'
IMAGE_HEADER = "data:image/png;base64,"
ARGV.each do |filename|

24 hours is a long time in the world of technology.

IN your average day, Google handles more than 3-billion searches, Twitter sees over 200-million tweets, and the iOS App-Store receives more than 500 app submissions.

What can you do with 24 hours?

Well, that's what we're hoping to find out. Enter: Hack Manchester, a 24-hour coding* competition in the heart of the world's first city of industry.

For a whole weekend 27th-28th October 2012, teams of up to four will be coding up a storm to solve a variety of challenges and present their rough-and-ready creations to an eager audience.

@seanhandley
seanhandley / LICENSE.txt
Created January 28, 2012 07:40 — forked from aemkei/LICENSE.txt
Binary Tetris - 140byt.es
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
<!DOCTYPE html>
<!-- saved from url=(0046)file:///C:/Users/Alex/Documents/Bootstrap.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bootstrap</title>
<link rel="shortcut icon" type="image/x-icon" href="http://getbootstrap.com/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>