Make the proper permisions for the screen command
sudo chmod u+s $(which screen)
sudo chmod 755 /var/run/screen/
sudo rm -rf /var/run/screen/*
# see http://stackoverflow.com/questions/10343634/iterating-over-the-registers-of-a-yardoc-macro for original question. | |
module my_module | |
class Resource | |
# @macro dsl_method | |
# @method $1(${2--2}) | |
# @return [${2}] the return value of $0 | |
def self.property(name, type, args*) end | |
end |
// ==UserScript== | |
// @name Add Pagination For My Gists To Top | |
// @namespace gistGithubAddPaginationToTop4MyGists | |
// @include /^http:\/\/gist\.github\.com\/mine([?#].*)?$/i | |
// @include http://gist.github.com/mine* | |
// @match http://gist.github.com/mine* | |
// @datecreated 2010-03-21 | |
// @lastupdated 2010-03-21 | |
// @version 0.1 | |
// @author Erik Vergobbi Vold |