- Twitter: @janogonzalez
- Website or Blog: http://janogonzalez.com
- Company: SoundCloud http://soundcloud.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /usr/local/share/chruby/chruby.sh | |
chruby ruby-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* El mítico "golden ratio" | |
*/ | |
var PHI = (1 + Math.sqrt(5)) / 2; | |
/** | |
* Logaritmo con base arbitraria. | |
*/ | |
function log(n, base) { | |
return Math.log(n) / Math.log(base); |
- 2 mensuales de 15 minutos: 45,0% 45
- 1 mensual de 30 minutos: 17,0% 17
- 4 mensuales de 10 minutos 38,0% 38
- Otro: 5
- está claro que es mejor 40 minutos al mes que 30....
- 2 Mensuales de 30 mins. Screencast cortos la verdad que decepcionan
- 1 Semanal
- esto se podría ir variando dependiendo de la complejidad de cada screencast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: installd [4038] | |
Path: /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/installd | |
Identifier: installd | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: installd [4034] | |
Date/Time: 2012-04-05 18:51:16.495 -0300 | |
OS Version: Mac OS X 10.7.3 (11D50d) | |
Report Version: 9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'twitter' | |
require 'random/online' | |
Twitter.configure do |config| | |
config.consumer_key = ENV['CONSUMER_KEY'] | |
config.consumer_secret = ENV['CONSUMER_SECRET'] | |
config.oauth_token = ENV['OAUTH_TOKEN'] | |
config.oauth_token_secret = ENV['OAUTH_TOKEN_SECRET'] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rubytles.rb | |
class I | |
def self.love(s) | |
"I <3 #{s}" | |
end | |
end | |
def love(_, &block) | |
yield "you" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macruby-0.8@my-gemset: | |
rvm 1.1.5 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
macruby-0.8@my-gemset: | |
system: |
NewerOlder