Displaying 4 results from an estimated 4 matches for "top_".
Did you mean:
top
2007 Jun 02
4
Re : I need some help please!
To whom it may concern,
I want to plot two or more graphics in the same window by the means of the
"plot" command. To do that, I have tried the "add=TRUE" option, but this last
one does not work! Do you have an hint for me please?
Thank you very much for your attention.
Bernard Colin
Departement of Mathematics
Faculty of Sciences
Sherbrooke University
Sherbrooke (Quebec)
2010 May 28
3
Beginner Facing Problem with rake db:migrate
...0:in
`invoke_with_ca
ll_chain''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:583:in
`invoke''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block
(2 leve
ls) in top_level''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `each''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block
in top_
level''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exce
ption_handling''...
2014 Sep 20
3
[PATCH v2 0/3] tests: Introduce test harness for running tests.
This has got to the stage where it actually works, both for running
the tests in-tree and installed.
The 'test-harness' script has become rather over-complex in the
process however.
Rich.
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
I've read up some more on the subject, and it seems the proper way to
do this with GCC is g++ and target attributes. I've refactored the
patch that way, and it indeed uses SSSE3 automatically on supporting
CPUs, regardless of the build host, so this should be ideal both for
home builders and distros.
Getting the code to build right in c++ mode (checksum_sse2.cpp only)
was a bit of an