While you and i have lips and voices
which are for kissing and to sing with,
who cares if some one-eyed son for a bitch
invents an instrument to measure Spring with?
-- e.e. cummings [ http://goo.gl/sqoME ]
While you and i have lips and voices
which are for kissing and to sing with,
who cares if some one-eyed son for a bitch
invents an instrument to measure Spring with?
-- e.e. cummings [ http://goo.gl/sqoME ]
[ | |
{ "keys": ["right"], "command": "null"}, | |
{ "keys": ["left"], "command": "null"}, | |
{ "keys": ["up"], "command": "null"}, | |
{ "keys": ["down"], "command": "null"} | |
] |
;;; Author: Abhishek Mishra <[email protected]> | |
; ; http://www.reddit.com/r/dailyprogrammer/comments/zfeb2/9062012_challenge_96_intermediate_parsing_english/ | |
; ; seven hundred and fourty-four million | |
; (-> 7 (* 100) (+ 40 4) (* 1000000) ) | |
; ; ten-million and ninety-four | |
; (-> 10 (* 1000000) (+ 90 4) ) |
# Add the fonts path | |
config.assets.paths << "#{Rails.root}/app/assets/fonts" | |
# Precompile additional assets | |
config.assets.precompile += %w( .svg .eot .woff .ttf ) |
; http://www.reddit.com/r/dailyprogrammer/comments/yj32c/8202012_challenge_89_intermediate_printing/ | |
; put http://pastebin.com/raw.php?i=v8AbQRFv in data/the-raven | |
; | |
; brainfuck printer printer | |
; ------------------------- | |
; lame version - spits 206325 bytes | |
; (defn change-set | |
; [op n] |
; http://www.reddit.com/r/dailyprogrammer/comments/y5sox/8132012_challenge_88_easy_vigenère_cipher/ | |
; this solution reads the problem & wikipedia in order to find the answer :) | |
(ns one.core | |
(:require [net.cgrand.enlive-html :as html]) | |
(:use [clojure.string :as str :only [split]] :reload)) | |
; | |
; part one - encrypt & decrypt | |
; |
RSpec.configure do |config| | |
# | |
# ... | |
# | |
config.include Rails.application.routes.url_helpers | |
end |
# E.g. rb-fsevent gem fails with | |
# fsevent/fsevent_watch.c:1:10: fatal error: 'stdio.h' file not found | |
# | |
# XCode 4.3.3 , OSX Lion 10.7.3 | |
# | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ |
# A DRY-ish config | |
common: &common | |
adapter: postgresql | |
encoding: unicode | |
template: template0 | |
pool: 5 | |
username: amal | |
password: |