Skip to content

Instantly share code, notes, and snippets.

@evolve2k
evolve2k / gist:1079562
Created July 13, 2011 01:37
Speeding up my mac book
/Library/LaunchDaemons
# remove things from here which I don't need pre launching
System Prefs > Accounts > Login Items
# Minus apps from here I don't want loading on startup
Activity Monitor
# Check to see what's using up the RAMs
@evolve2k
evolve2k / gist:1094231
Created July 20, 2011 02:51
Fixing Cucumber & Rspec Textmate HTML Display issues
# A place to store all the various little fixes required to keep cucumber/rspec textmate HTML output working
### CUCUMBER ###################
# If it raises an error that radix is not found.
# Could not find radix- in any of the sources (Bundler::GemNotFound)
$ gem install radix # as a system gem
Make sure you are on a recent cucumber bundle.
@evolve2k
evolve2k / gist:1105816
Created July 26, 2011 02:38
Cucumber cheat sheet
Embed steps in other steps
--------------------------
When %{I am on the home page}
@evolve2k
evolve2k / frogger_rspec.rb
Created August 4, 2011 23:31
RSpec Frogger
require 'rspec/core/formatters/base_formatter'
class Frogger < RSpec::Core::Formatters::BaseFormatter
COLOR_START = "\e[34m" # blue
COLOR_FAILED = "\e[31m" # red
COLOR_PASSED = "\e[32m" # green
COLOR_PENDING = "\e[33m" # yellow
def initialize(output = nil)
## DEFINE DIT ROOT/BASE/SUFFIX ####
## uses RFC 2377 format
## replace example and com as necessary below
## or for experimentation leave as is
## dcObject is an AUXILLIARY objectclass and MUST
## have a STRUCTURAL objectclass (organization in this case)
# this is an ENTRY sequence and is preceded by a BLANK line
dn: dc=example,dc=com
@evolve2k
evolve2k / ActionMailer
Created August 23, 2011 03:07
Rails3 Mailer Cheat Sheet
ActionMailer::Base.deliveries.first
@evolve2k
evolve2k / wordpress_aaargh
Created September 1, 2011 08:43
AAArghh Wordpress Installs - Tips from the trenches
http://www.nerdgrind.com/wordpress-automatic-upgrade-plugin-failed-or-not-working/
How to SSH into Wordpress
-------------------------
ssh ftp_user@domain.com
Manually install a plugin
-------------------------
Download the plugin and unzip it.
@evolve2k
evolve2k / webtools
Created September 12, 2011 23:49
Web tools that peeps use
Metrics
-------
guag.es
kiss metrics
mixpanel
http://chartbeat.com
(eg. http://chartbeat.com/dashboard/?url=businessinsider.com&k=4bbb5a03ffbd1d760ecf0ba8d9f27ef7)
AB Testing
----------
@evolve2k
evolve2k / Birthday
Created October 25, 2011 13:40
Happy Birthday Nathan!!!!
* ( + *. . )
) . ____+ ( *
. ( \|| (//\_ \.\|/ .
+ .-"-\ \ `a,a `/ / | + (
/ \ \ \O_ / / / ) +
. |# |\ \_) (_/ / * .-"-. )
\___/ \ / /# \ (
* /^ \.&&&./ . | |
( * | & |* \___/
. \ |__&__| ' ^\ +
@evolve2k
evolve2k / arduino_blink
Created December 5, 2011 07:03
Arduino Blink