Skip to content

Instantly share code, notes, and snippets.

@pjaspers
pjaspers / gist:7706719
Last active December 29, 2015 17:49
Mojo Top 50 Albums 2013

Source

  1. Bill Callahan - Dream River Standout track: Small Plane
  2. Daft Punk - Random Access Memories Standout track: Get Lucky
  3. David Bowie - The Next Day Standout track: Where Are We Now?
  4. Arctic Monkeys - AM Standout track: R U Mine?
  5. John Grant - Pale Green Ghosts Standout track: Glacier
  6. Deerhunter - Monomania Standout track: Monomania
  7. Mark Kozelek & Jimmy Lavalle - Perils From The Sea Standout track: Gustavo
  8. Vampire Weekend - Modern Vampires Of The City Standout track: Step
@pjaspers
pjaspers / gist:7804871
Created December 5, 2013 13:07
25 Movies From 2013 [Source](http://vimeo.com/80862133)
Frances ha
the worlds end
the broken circle breakdown
the bling ring
pain and gain
the great beauty
(kate) blue jasmine
nebraska
beyond the hills
the great gatsby
@pjaspers
pjaspers / universal_image_expander.js
Last active December 31, 2015 22:39
Expand various image providers, without having a lot of duplicate code. Install by hand, like an animal, or use [gasoline](https://github.com/pjaspers/gasoline)
//
// Expand various image providers, without having a lot of duplicate code.
//
// Install by hand, like an animal, or use [gasoline](https://github.com/pjaspers/gasoline)
//
Campfire.UniversalImageExpander = Class.create({
initialize: function(chat) {
this.chat = chat;
this.services = {
dribbble: /^https?:\/\/[www.]?dribbble.com\/shots\/([A-Za-z0-9]+)/,
Geachte,
De bedragen die u in rekening worden gebracht zijn helemaal niet
willekeurig, het feit dat u in de complexe regelgeving a.h.w. door de
bomen het bos niet meer ziet, draagt uiteraard wel bij tot het gevoel
van schijnbare willekeur. Ik probeer even wat licht in de duisternis
te werpen.
Zodra uw pakket de EU binnenkomt, rust er een belastingschuld op de
goederen. Hoe die schuld er precies uit ziet, waaruit die is
#!/bin/bash
D=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
OBJC=`awk '/^__OBJC__/ {print NR + 1; exit 0; }' $0`
RUBIES=`awk '/^__RUBY__/ {print NR + 1; exit 0; }' $0`
APP=`tail -n+$RUBIES $0`
# I moved the actual tests to another file
cat tests.x > /tmp/YOLOtests.m
@pjaspers
pjaspers / gist:9131345
Last active April 28, 2022 07:52
ICQ list.
000787466 @bramus
006904094 @inferis
008093150 @tomklaasen
010686174 @to1ne
011006380 @tijs
023055424 @crahan
063846821 @junkiesxl
075540649 @maxvoltar
084511154 @atog
102812969 @nilo
#! /usr/bin/env ruby
require "yaml"
require "pathname"
banner = <<BANNER
Looks for a config/database.yml file and supplies the command to get a
database dump/import. (mysql or postgres)
dumper <rails_env>
@pjaspers
pjaspers / keybase.md
Created April 4, 2014 15:21
keybase.md

Keybase proof

I hereby claim:

  • I am pjapsers on github.
  • I am pjaspers (https://keybase.io/pjaspers) on keybase.
  • I have a public key whose fingerprint is 55A7 095C 045A 5B11 76F5 9875 1FA2 68F4 5359 D229

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am pjaspers on github.
  • I am pjaspers (https://keybase.io/pjaspers) on keybase.
  • I have a public key whose fingerprint is 55A7 095C 045A 5B11 76F5 9875 1FA2 68F4 5359 D229

To claim this, I am signing this object:

@pjaspers
pjaspers / ATPFM.playground
Last active August 29, 2015 14:02
The ATP thshirt code in Swift. Paste in a playground, and you should see http://cl.ly/image/3W2P0N0d3b0u
import UIKit
class ATPLogoView: UIView {
override func drawRect(dirtyRect: CGRect) {
let fontName = "MyriadPro-Semibold"
let title = "Accidental Tech Podcast"
let initials = "ATP"
let rect = CGRectMake(CGPointZero.x, CGPointZero.y, self.bounds.size.height, self.bounds.size.width)
let w = rect.size.width
let offsetY = w * -0.07