View Sculpin exception trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ sculpin generate --server --watch --verbose | |
Detected new or updated files | |
Generating: 100% (62 sources / 0.01 seconds) | |
Converting: 100% (76 sources / 0.25 seconds) | |
Formatting: 100% (76 sources / 0.08 seconds) | |
[Symfony\Component\Filesystem\Exception\IOException] | |
Failed to create /Users/erik/Sites/ebsen.me/output_dev/building-without-css |
View songs.jade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 Christian Songs for Little Children | |
h2 Songs | |
ul.navigation | |
each song in songs | |
li #{song.title} | |
each song in songs | |
h3 #{song.title} | |
if chorusFirst |
View gruntfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(grunt) { | |
'use strict'; | |
require("matchdep").filterDev("grunt-*").forEach(grunt.loadNpmTasks); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
watch: { |
View .bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PS1='\e[0:36m\w$\e[m ' |
View taskrc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [Created by task 2.1.1 9/4/2012 08:14:52] | |
# Taskwarrior program configuration file. | |
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq', | |
# 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc' | |
# Here is an example of entries that use the default, override and blank values | |
# variable=foo -- By specifying a value, this overrides the default | |
# variable= -- By specifying no value, this means no default | |
# #variable=foo -- By commenting out the line, or deleting it, this uses the default |
View vimrc.after.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"******************************" | |
" .VIMRC.AFTER " | |
"******************************" | |
"if has('gui_running') " Duh. | |
" set background=light | |
"else | |
" set background=dark |
View moveToApplications.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Service receives selected 'files or folders' in 'Finder' | |
Get value of variable | |
:Path | |
Copy finder items | |
:Applications | |
Copy finder items | |
:Path |
View apple-objects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"To retrieve data using a managed object context, you create a fetch request. A fetch request is an object that specifies what data you want, for example..." | |
- https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CoreData/Articles/cdBasics.html#//apple_ref/doc/uid/TP40001650 |
View john3,16.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# John 3:16 | |
For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life. |