search for: new0

Displaying 8 results from an estimated 8 matches for "new0".

Did you mean: new
2010 May 05
1
Predict when regressors are passed through a data matrix
Hi everyone, this should be pretty basic but I need asking for help as I got stuck. I am running simple linear regression models on R with k regressors where k > 1. In order to automate my code I packed all the regressors in a matrix X so that lm(y~X) will always produce the results I want regardless of the variables in X. I am new to R but I found this advice somewhere so I guess it is
2006 Jun 23
0
Date class giving errors
...39;t work for some reason 10: Date.today 11: %><br /> 12: Gender: <%= @student.full_gender %><br /> 13: School Year: <%= @student.school_year %> RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace /usr/lib/ruby/1.8/date.rb:591:in `new0'' /usr/lib/ruby/1.8/Date.rb:703:in `today'' #{RAILS_ROOT}/app/views/student/show.rhtml:10:in `_run_rhtml_student_show'' /usr/lib/ruby/1.8/date.rb:591:in `new0'' /usr/lib/ruby/1.8/Date.rb:703:in `today'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/act...
2015 Dec 02
2
fuzzer crash (but not the good kind)
...to reproduce this. ================== Job 2 exited with exit code 256 ============ Flag: verbosity 3 Flag: use_traces 1 Flag: timeout 100 Flag: max_len 16384 Seed: 3259211893 PreferSmall: 0 #0 READ units: 4975 exec/s: 0 #1 pulse cov: 32410 bits: 30791 indir: 714 units: 4975 exec/s: 0 NEW0: 32410 L 13869 ==31301==AddressSanitizer CHECK failed: /home/brian/src/fuzzpy/llvm_src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc:467 "((n % 16)) == ((0))" (0x1, 0x0) #0 0x11d3b7 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long...
2011 Jan 23
2
feature request: additional hook in plot.new()
..."There is another hook called \code{"plot.prenew"} which is called before advancing the frame. This hook can be used to create a new plot " The name of the hook is not very important -- I've suggested "plot.prenew" here. Another possibility could be "plot.new0". More detail on the reason: In a tabbed graphics widget (https://r-forge.r-project.org/projects/tabbedplots/ ), having this hook would enable it to operate in a mode where a new tab is automatically created for each new plot. thanks for your consideration, Tony Plate
2015 Dec 03
2
fuzzer crash (but not the good kind)
...=== >> Flag: verbosity 3 >> Flag: use_traces 1 >> Flag: timeout 100 >> Flag: max_len 16384 >> Seed: 3259211893 >> PreferSmall: 0 >> #0 READ units: 4975 exec/s: 0 >> #1 pulse cov: 32410 bits: 30791 indir: 714 units: 4975 exec/s: 0 >> NEW0: 32410 L 13869 >> ==31301==AddressSanitizer CHECK failed: >> /home/brian/src/fuzzpy/llvm_src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc:467 >> "((n % 16)) == ((0))" (0x1, 0x0) >> #0 0x11d3b7 in __asan::AsanCheckFailed(char cons...
2015 Dec 03
2
fuzzer crash (but not the good kind)
...1 >>>> Flag: timeout 100 >>>> Flag: max_len 16384 >>>> Seed: 3259211893 >>>> PreferSmall: 0 >>>> #0 READ units: 4975 exec/s: 0 >>>> #1 pulse cov: 32410 bits: 30791 indir: 714 units: 4975 exec/s: 0 >>>> NEW0: 32410 L 13869 >>>> ==31301==AddressSanitizer CHECK failed: >>>> /home/brian/src/fuzzpy/llvm_src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc:467 >>>> "((n % 16)) == ((0))" (0x1, 0x0) >>>> #0 0x11d3b7 in _...
2015 Sep 03
2
Fuzzing complex programs
...> Flag: iterations 100 > Flag: runs 10 > Flag: save_minimized_corpus 1 > Seed: 3416380570 > SetTimer 601 > Tokens: {} > PreferSmall: 1 > #0 READ cov: 0 bits: 0 units: 1 exec/s: 0 > Called with Data=(nil) size=0 > #1 pulse cov: 13790 bits: 21 units: 1 exec/s: 0 > NEW0: 13790 L 0 > #1 INITED cov: 13790 bits: 21 units: 1 exec/s: 0 > Written corpus of 1 files to /var/tmp/corpus > Reload: read 1 new units. > Called with Data=0x60600000e480 size=64 > #2 pulse cov: 14202 bits: 252 units: 1 exec/s: 0 > #2 NEW cov: 14202 bits: 252 units: 2 exec/s:...
2015 Sep 03
2
Fuzzing complex programs
Looks correct. Can you post the output of libFuzzer here? Something like #0 READ cov: 0 bits: 0 units: 97701 exec/s: 0 #1 pulse cov: 732 bits: 0 units: 97701 exec/s: 0 #2 pulse cov: 737 bits: 0 units: 97701 exec/s: 1 #4 pulse cov: 858 bits: 0 units: 97701 exec/s: 2 #8 pulse cov: 880 bits: 0 units: 97701 exec/s: 4 On Thu, Sep 3, 2015 at 10:50 AM, Greg Stark