Skip to content

Instantly share code, notes, and snippets.

View CarterA's full-sized avatar

Carter Allen CarterA

View GitHub Profile

title: Shapps
author: Carter Allen
date: 07/04/2010

shapp |sh app|
noun
A colloquial conjugation of the words "shit" and "app", which refers to an application, most likely distributed via Apple Inc.'s App Store, that is poorly designed, implemented, or both. The man was quite frustrated due to the large number of shapps in the App Store.

<shamelessplug>

require 'toto'
# Rack config
use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public'
use Rack::CommonLogger
#if ENV['RACK_ENV'] == 'development'
use Rack::ShowExceptions
#end
#!/bin/bash
# Written on 04/20/10 by Carter Allen
# Copyright Opt-6 Products, LLC, 2010
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: