How do I do build class constants in Mirah? Will the compiler optimize them to values or do they stay methods
class TestConstants {
public static string FOO = "foo";
}
# snipped | |
# Seriously Fuck Python 2 | |
if [ -d ~/.fuckpy2 ]; then | |
# path-me! is equivalent to export PATH="$1":"$PATH" | |
path-me! "$HOME/.fuckpy2" | |
function python-is-py2 { | |
rm ~/.fuckpy2/python | |
ln -s /usr/bin/python2 ~/.fuckpy2/python |
config[:token], config[:secret] = { :token => "tk", :secret => "sc" } |
#!/bin/bash | |
# big_files.bash | |
## Iterate over commit history and print big files and folders. | |
## usage: big_files.bash | |
# git-rev-list - print each revision in the HEAD reference | |
git rev-list --reverse HEAD \ | |
| while read rev; do |
Synth wolf quinoa, pinterest portland cliche mustache. Pork belly art party before they sold out pickled etsy artisan. Twee four loko food truck pickled. Post-ironic master cleanse pickled raw denim, freegan whatever cliche ethical 8-bit lo-fi. Twee selvage you probably haven't heard of them, williamsburg lo-fi brunch swag wayfarers. Godard quinoa vinyl, cliche pinterest vice terry richardson bushwick gastropub hoodie retro. Ennui chambray banh mi cardigan flexitarian.
Synth wolf quinoa, pinterest portland cliche mustache. Pork belly art party before they sold out pickled etsy artisan. Twee four loko food truck pickled.
Guise!
You guise!
Gists!
This
This
Has
$('span.mini-icon-delete-note').click() | |
// Delete some GitHub notifications using the Firebug console 10 at a time. |
posts GET /posts(.:format) posts#index | |
POST /posts(.:format) posts#create | |
new_post GET /posts/new(.:format) posts#new | |
edit_post GET /posts/:id/edit(.:format) posts#edit | |
post GET /posts/:id(.:format) posts#show | |
PUT /posts/:id(.:format) posts#update | |
DELETE /posts/:id(.:format) posts#destroy |