Skip to content

Instantly share code, notes, and snippets.

View weldyss's full-sized avatar
🏠
Working from home

Weldys Santos weldyss

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am weldyss on github.
  • I am weldyss (https://keybase.io/weldyss) on keybase.
  • I have a public key ASBNoh5wIJ6OUscErSk-hf9f6k9p81u46N0vRy2BbsvHRQo

To claim this, I am signing this object:

score = 7
result = case score
when 0..4: "Burro"
when 5..6: "Recuperação"
when 7..8: "Boa garoto!"
when 9..10: "Fodão modafocka"
else "WTF?"
end
@weldyss
weldyss / file.html
Last active August 29, 2015 14:03 — forked from anonymous/css
radio-button replacement
<div class="variations">
<input type="radio" name="attribute_pa_tamanho" id="p" value="p">
<label for="p" class="attribute_pa_tamanho">p</label>
</div>
Updated Plugins:
Updated Plugin: vim-fugitive
Compare at: https://github.com/tpope/vim-fugitive/compare/8f0b8edfbd246c00...8576741d61126354
* Don't quote url argument to :Browse Tim Pope, 4 hours ago
* Invoke :Browse if available to open URL Tim Pope, 4 hours ago
* :Gblame in blame buffer deletes buffer Tim Pope, 6 hours ago
* :Gmerge and :Gpull Tim Pope, 32 hours ago
* Force :Gstatus U to root of tree Tim Pope, 35 hours ago
* Set cursorbind in :Gblame Tim Pope, 2 days ago
......................................................................................................................N.
.,....................................................................................................................N.
.,....................................................................................................................N,
.,..................................................................................................................,.N.
.,.......................................................,,.......,.................................................,.N.
.,........................................................=ODDD=8NNNND8..,.,........................................,.N.
.,.....................................................ONDDDDDNDOZ$$8DND7~.,,,......................................,.N.
.,...................................................,8DDDO7$~.=?+:7N,=8DNN:,.......................................,.N.
.,..............................................,,..=8DD
income = {:name => "something", :date => Date.today}
def fill_income(income)
fill_in :name, income[:name]
fill_in :date, income[:date]
end
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
After years off, I have begun to smoke cigarettes again; lately, I seem to be drinking a little every night. I do not have the time to read a novel or a magazine, and I am so far removed from the news of world events that I often feel as if I’ve fallen off the dark side of the planet. I am distracted at most times and have difficulty keeping up a conversation, even with my wife. At random instants, I am likely to be stricken with acute feelings of panic, depression, indefinite need, and the pep talks and irony I practice on myself only seem to make it worse.
Turow, Scott (2010-08-03). One L (Kindle Locations 34-38). Farrar, Straus and Giroux. Kindle Edition.
ruby -e 'C=`stty size`.scan(/\d+/)[1].to_i;S=["2743".to_i(16)].pack("U*");a={};puts "\033[2J";loop{a[rand(C)]=0;a.each{|x,o|;a[x]+=1;print "\033[#{o};#{x}H \033[#{a[x]};#{x}H#{S} \033[0;0H"};$stdout.flush;sleep 0.1}'
ginx version: nginx/1.4.2
TLS SNI support enabled
configure arguments: --with-cc-opt=-Wno-error --with-cpu-opt=amd64 --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=www-data --group=www-data --with-http_ssl_module --with-http_realip_module --with-http_gzip_static_module --with-http_stub_status_module --with-file-aio --with-ipv6 --add-module=/vagrant/nginx-modules/redis2-nginx-module --add-module=/vagrant/nginx-modules/ngx_pagespeed --add-module=/vagrant/nginx-modules/nginx-static-etags --add-module=/vagrant/nginx-modules/headers-more-nginx-module --add-module=/vagran