This file contains 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
issueDataframe <- | |
structure(list(relatedness_cottle = c(6L, 8L, 8L, 8L, 6L, 0L, | |
0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 8L, 8L, 0L, 8L, 8L, | |
0L, 0L, 8L, 6L, 8L, 6L, 6L, 0L, 6L, 8L, 0L, 6L, 8L, 0L, 0L, 6L, | |
0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 6L, 0L, 0L), dominance_cottle = c(6L, | |
6L, 6L, 6L, 6L, 6L, 6L, 6L, 4L, 4L, 6L, 4L, 6L, 6L, 4L, 4L, 6L, | |
6L, 6L, 4L, 6L, 6L, 6L, 4L, 6L, 6L, 6L, 6L, 6L, 4L, 6L, 6L, 4L, | |
6L, 6L, 6L, 6L, 6L, 6L, 6L, 4L, 4L, 4L, 6L, 6L, 6L, 4L, 6L, 6L, | |
4L), time_spent = c(12340.3333333333, 26208.6666666667, 26208.6666666667, | |
26208.6666666667, 12340.3333333333, 20822, 20822, 20822, 26832.3333333333, |
This file contains 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 'sinatra' | |
require 'haml' | |
require 'yaml' | |
# TODO | |
# - agregar promedio hasta el momento | |
# - verificar con JS que los forms al comienzo no estén vacíos | |
# - guardar id en forma incremental (contador) | |
Encuesta = Struct.new :persona, :paresPuntuados, :ip |
This file contains 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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2013-11-11T12:53:59.304Z", |
This file contains 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
Run options: exclude {:not_jruby=>true, :deprecated=>true, :broken=>true} | |
./spec/models/editable_section/export_process_spec.rb:0 | |
Run options: exclude {:not_jruby=>true, :deprecated=>true, :broken=>true} | |
./spec/bxml/account_balance_finder_spec.rb:15.820000000000002 | |
./spec/bxml/client/login_shared_examples.rb:1.283 | |
./spec/bxml/benefit_enroll_key_finder_spec.rb:1.983 | |
./spec/bxml/client/bxml_shared_examples.rb:0.524 | |
./spec/bxml/client/benefit_enroll_operation_spec.rb:3.538 | |
./spec/bxml/client/delete_dependent_operation_spec.rb:0.28800000000000003 | |
./spec/bxml/client/employee_authentication_service_spec.rb:1.2439999999999998 |
This file contains 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
$ time rspec | |
[...] | |
Failures: | |
1) CLI runs faster with more processes | |
Failure/Error: (Time.now - t).should <= expected | |
expected: <= 10 | |
got: 24.543 |