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
So... we need... purple lights.... and... pink glitter... and pink purple lights... pink lights... and sparkle lights... and pink lights... and purple lights... and pink lights and purple lights and sparkle lights... and sparkle stars... and everything will be ALL done dad. You can put the balloons up. You and mommy can put my sparkle balloons up and my pink balloons up and my purple table. Just tangle them around and the thing will be all done. And i'll put some baby rainbows and you and mommy can put up pink and baby rainbows. And you can set up the mommy and daddy rainbows. And we can have, you and mommy can put up my balloons. K? And I can put up the baby balloons and you can setup the momma balloons, and the daddy balloons too. I'm gonna setup the baby rainbows. Bella's gonna setup my sparkle rainbows. And anders is gonna setup his very own sparkle rainbow. And I'm gonna Elsa capes I'm just doing so anybody won't cut 'em. And elsa's braids and anna's braids. K? I'm gonna setup the baby elsa braid and the |
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
beach(Temperature) -> | |
case Temperature of | |
{celsius, N} when N >= 20, N =< 45 -> | |
'favorable'; | |
{kelvin, N} when N >= 293, N =< 318 -> | |
'scientifically favorable'; | |
{fahrenheit, N} when N >= 68, N =< 113 -> | |
'favorable in the US'; | |
_ -> | |
'avoid beach' |
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
{"results":[{"timePeriod":"201406100000","count":0},{"timePeriod":"201406110000","count":0},{"timePeriod":"201406120000","count":0},{"timePeriod":"201406130000","count":0},{"timePeriod":"201406140000","count":0},{"timePeriod":"201406150000","count":0},{"timePeriod":"201406160000","count":0},{"timePeriod":"201406170000","count":0},{"timePeriod":"201406180000","count":0},{"timePeriod":"201406190000","count":27},{"timePeriod":"201406200000","count":26},{"timePeriod":"201406210000","count":35},{"timePeriod":"201406220000","count":3},{"timePeriod":"201406230000","count":6},{"timePeriod":"201406240000","count":14},{"timePeriod":"201406250000","count":9},{"timePeriod":"201406260000","count":37},{"timePeriod":"201406270000","count":32},{"timePeriod":"201406280000","count":10},{"timePeriod":"201406290000","count":8},{"timePeriod":"201406300000","count":44},{"timePeriod":"201407010000","count":47},{"timePeriod":"201407020000","count":52},{"timePeriod":"201407030000","count":920},{"timePeriod":"201407040000","count":89} |
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
Fetching gem metadata from http://rubygems.org/......... | |
Fetching gem metadata from http://gems.moneydesktop.com/.... | |
Fetching gem metadata from http://rubygems.org/......... | |
Fetching gem metadata from http://gems.moneydesktop.com/.. | |
Resolving dependencies..........................................................................................................................................................................................................................................................................................................................................ManyVarsDynamicScope.java:147:in `setValueDepthZero': java.lang.ArrayIndexOutOfBoundsException: 0 | |
from ManyVarsDynamicScope.java:140:in `setValue' | |
from NoVarsDynamicScope.java:87:in `setValue' | |
from LocalAsgnNode.java:123:in `interpret' | |
from BlockNode.java:71:in `interpret' | |
from RescueBodyNode.java:108:in `interpret' |
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
--- | |
:backtrace: false | |
:benchmark: false | |
:bulk_threshold: 1000 | |
:sources: | |
- http://rubygems.org/ | |
:update_sources: true | |
:verbose: true | |
gem: --no-rdoc --no-ri | |
:ssl_verify_mode: 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
## | |
# This file is auto-generated. DO NOT EDIT! | |
# | |
require 'protobuf/message' | |
module Transit_Realtime | |
## | |
# Message Classes | |
# |
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
"-------------------------------------------------------------------[Vundle]---- | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
Bundle 'gmarik/vundle' | |
Bundle 'kien/ctrlp.vim' | |
Bundle 'mileszs/ack.vim' |
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
# This one is smaller with more ruby magic. | |
# I love you case statement. | |
words = %w( too two bargain treasure American America nearly advice advise newspaper | |
Christmas Christ length long strength strong popular interest destroy comparison | |
compare disaster beneath cocoa guard island cousin cabbage eager ) | |
longest = words.inject(0) { |length, word| word.size > length ? word.size : length } | |
char_cost = lambda do |char| |
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
% JRUBY_OPTS=-w gem install bundler Error: Your application used more stack memory than the safety cap of 2048K. | |
Specify -J-Xss####k to increase it (#### = cap size in KB). | |
Exception trace follows: | |
java.lang.StackOverflowError | |
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method) | |
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:228) | |
at java.io.File.isFile(File.java:778) | |
at org.jruby.runtime.load.LoadService.tryResourceAsIs(LoadService.java:1368) | |
at org.jruby.runtime.load.LoadService.tryResourceFromLoadPathOrURL(LoadService.java:1184) | |
at org.jruby.runtime.load.LoadService.findLibraryWithoutCWD(LoadService.java:1009) |
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 'benchmark' | |
class TestMethodCall | |
def test | |
100 + 100 | |
end | |
end | |
Benchmark.benchmark("Dynamic method calling\n") do |x| | |
instance = TestMethodCall.new |