I hereby claim:
- I am twnaing on github.
- I am twnaing (https://keybase.io/twnaing) on keybase.
- I have a public key whose fingerprint is DF32 4908 60CF D813 AD2F 6E76 E0E2 49A9 A39F D5C2
To claim this, I am signing this object:
class HouseBuyersController < ApplicationController | |
def index | |
@model_name = controller_name.classify | |
# Equivalent of @house_buyers = HouseBuyer.find(:all) | |
objects = @model_name.constantize.find(:all) | |
instance_variable_set("@#{controller_name}", objects) | |
end | |
end |
http://{$CADDY_HOST}:{$CADDY_PORT} { | |
root * ./public | |
@notStatic { | |
not { | |
file { | |
try_files {path} | |
} | |
} | |
} |
Name | Language | Config format | Stars | Contributors | Last update | page | |
---|---|---|---|---|---|---|---|
tmuxinator | ruby | yaml | 9132 | 108 | 5/23/2019 | https://github.com/tmuxinator/tmuxinator | |
teamocil | ruby | yaml | 1926 | 6 | 9/1/2019 | https://github.com/remiprev/teamocil | |
tmuxp | python | yaml, json | 2466 | 39 | 6/7/2019 | https://github.com/tmux-python/tmuxp | |
tmuxomatic | python | yaml | 999 | 6 | 4/26/2016 | https://github.com/oxidane/tmuxomatic |
{"lastUpload":"2021-08-31T09:12:11.160Z","extensionVersion":"v3.4.3"} |
#!/bin/bash | |
# Thanks goes to @pete-otaqui for the initial gist: | |
# https://gist.github.com/pete-otaqui/4188238 | |
# | |
# Original version modified by Marek Suscak | |
# | |
# works with a file called VERSION in the current directory, | |
# the contents of which should be a semantic version number | |
# such as "1.2.3" or even "1.2.3-beta+001.ab" |
I hereby claim:
To claim this, I am signing this object:
javascript:( | |
function(){ | |
f=’http://delicious.com/save?url=’+encodeURIComponent(window.location.href)+’&title=’+encodeURIComponent(document.title)+’&v=5&’; | |
a=function() | |
{ | |
if(!window.open(f+’jump=doclose’,'deliciousuiv5′,’location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550′)) | |
location.href=f+’jump=yes’ | |
}; | |
if(/Firefox/.test(navigator.userAgent)) | |
{ |