Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en" class="breakpoint-medium">
<head>
<meta charset="utf-8">
<title>Metaquery Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta name="breakpoint" content="small" media="(max-width: 480px)">
<meta name="breakpoint" content="medium" media="(min-width: 481px) and (768px)">
<=21DOCTYPE html PUBLIC =22-//W3C//DTD XHTML 1=2E0 Strict//EN=22 =22http:=
//www=2Ew3=2Eorg/TR/xhtml1/DTD/xhtml1-strict=2Edtd=22>=0A<html xmlns=3D=22=
http://www=2Ew3=2Eorg/1999/xhtml=22>=0A<head>=0A<meta http-equiv=3D=22Con=
tent-Type=22 content=3D=22text/html; charset=3Dutf-8=22>=0A<meta name=3D=22=
viewport=22 content=3D=22width=3Ddevice-width, initial-scale=3D1=2E0=22>=0A=
<title>Anthony is now following your reviews on Goodfilms=2E</title>=0A<s=
tyle type=3D=22text/css=22 data-immutable=3D=22true=22>=0A=09=09table td =
=7Bborder-collapse: collapse;=7D=0A=0A=09=09=40media only screen and (-we=
bkit-min-device-pixel-ratio: 2) =7B=0A /* Put your iPhone 4g styles =
in here */=0A=09=09=7D=0A=0A=09=09/* Following Android targeting from:=0A=

NG MELB NOVEMBER

Talks

  • Alan Harper - Something something GO
  • Ben Schwarz - Something something Progressive Enhancement

But first

  • PIZZA!
@geelen
geelen / europe.md
Last active December 28, 2015 09:19
  • Lisbon
  • Madrid
  • Barcelona
  • Marseille
  • Lyon
  • Milan
  • Zurich
  • Munich
  • Prague
  • Berlin
results = [["something", "i", "want"], ["to", "copy", "to"], ["excel", "lol", "ol"]]
open('|pbcopy', 'w') { |w| w << results.map { |r| r.join("\t") }.join("\n") }
SELECT submissions.*
FROM submission
INNER JOIN
(
SELECT submission_id, max(id) as max_id
FROM statuses
GROUP BY submission_id
) sub_query
ON submissions.id = sub_query.submission_id
INNER JOIN statuses
@geelen
geelen / haskell.sh
Created September 17, 2013 05:20
Real-world benchmarks
$ time ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3
real 0m0.074s
user 0m0.006s
sys 0m0.012s
var http = require('http'),
request = require('request');
var prodServer = process.env.PROD_SERVER
var target = process.env.TARGET
var app = http.createServer(function (req, resp) {
var origin;
if (req.headers.origin.match(/(localhost|\.dev|\.local)\:\d+$/)) {
origin = req.headers.origin;
@geelen
geelen / ng_melb_august.md
Last active December 21, 2015 20:49
ngMelb Analogueue Blogueueue