Based on this: http://blennd.com/post/the-pains-of-installing-tmux-on-a-shared-server/ Script forked from https://gist.github.com/shime/5706655/
- gcc
- wget
Based on this: http://blennd.com/post/the-pains-of-installing-tmux-on-a-shared-server/ Script forked from https://gist.github.com/shime/5706655/
/* | |
After purchasing a humble book bundle, go to your download page for that bundle. | |
Open a console window for the page and paste in the below javascript | |
*/ | |
function getTitle() { | |
var re = /^Humble\ Book\ Bundle\:\ (.*)\ \(/g; | |
return re.exec(document.title)[1]; | |
} |
initialize
: once, when the controller is first instantiatedconnect
: anytime the controller is connected to the DOMmodule Apotomo | |
class AjaxWidget < Apotomo::Widget | |
responds_to_event :ajax_display | |
def display | |
render :view => :display | |
end | |
def ajax_display |