This file contains hidden or 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
# | |
# Capistrano recipe for deploying Drupal7 using git and ssh. | |
# | |
# Part of the explanations in the comments taken from: | |
# http://help.github.com/deploy-with-capistrano/ | |
# | |
set :default_environment, { | |
# This is the $PATH for the deploymant shell. using uberpsace's recent php | |
# and added ~/bin for drush. |
This file contains hidden or 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
# This is an example nethackrc file. You should edit this to suit your needs | |
# This editor is vi-like. Type ESC a couple times, then ':q!' (without quotes) | |
# to exit if you get stuck. To save, hit ESC and then ZZ or type ':wq' | |
# (without quotes.) To insert text, hit 'i' to enter insert mode. | |
# Here are some examples of reasonable defaults: | |
OPTIONS=showexp,showscore,time,color,!autopickup | |
OPTIONS=autodig,fruit:slime mold,boulder:0 |
This file contains hidden or 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
setInterval('$("<s>❅</s>").appendTo("html").css({zIndex:999,color:"#ddf",position:"absolute",top:0,left:Math.random()*95+"%"}).animate({top:$("body").height()-20+"px"},4000)',300); |
NewerOlder