Displaying 10 results from an estimated 10 matches for "revalation".
2010 Jan 12
1
trouble with installing SJava
Colleagues,
How i can solve this error when i install SJava package
Thanks
----------------
R CMD INSTALL -c /usr/local/lib/R/SJava_0.69-0.tar.gz
* installing to library ?/usr/local/lib/R/site-library?
* installing *source* package ?SJava? ...
checking for java... /usr/lib/jvm/java-6-sun/bin/java
Java VM /usr/lib/jvm/java-6-sun/bin/java
checking for javah... /usr/lib/jvm/java-6-sun/bin/javah
2020 Jun 08
2
Mitigating straight-line speculation vulnerability CVE-2020-13844
...h a BLR
instruction. This code sequence is part of the binary interface between
compiler and linker. If this BLR instruction needs to be mitigated, it'd
probably be best to do so in the linker. It seems that the code sequence
for thread-local variable access is unlikely to lead to a Spectre Revalation
Gadget.
* PLT stubs are produced by the linker and each contain a BLR instruction.
It seems that at most only after the last PLT stub a spectre revalation
gadget might appear.
* Use of BR, RET and BLR instructions in assembly are not mitigated.
* Use of BR, RET and BLR instructions in libraries...
2005 Aug 30
0
No subject
is called from your application, not from wine code.
In 9 out of 10 cases this would be done within the handling of some
message, in this case for instance a WM_MOUSEMOVE or WM_LBUTTONDOWN
message. Here that seems not to be the case. That would make a
backtrace from within this call interesting.
[...]
> Maybe someone can get something out of that.. I've been comparing them
> for the
2005 Jul 20
0
Question about Installing SJava package
Dear all,
I have an error message installing SJava package.
So I searched web site(google) and R-mailing list to find a similar error message.
But I couldn't find it.
I installed R-2.1.1 like this on Fedora Core4
1) /configure --enable-R-shlib --with-libpng --with-jpeglib
2) make -> make check -> make install
and then issuing on shell prompt (red lines are error messages)
R CMD
2003 Sep 24
1
SJava help
Hi,
I installed SJava 0.66-1 on my linux RH 7.2 machine. I am using R-1.7.1.
I set LD_LIBRARY_PATH up then called library(SJava) and it was fine. But
when I called .JavaInit(), I got weird error that states it could not
find java/lang/Hashtable. The session is below and shows my java
configuration. I am using j2sdk1.4.2_01 from Sun.
Thank you very much.
Weiming Zhang
> .javaConfig
2002 Apr 10
0
FoxPro Regressions - followup from Feb
I'm trying to help with http://bugs.codeweavers.com/show_bug.cgi?id=434
and came across my thread from Feb, that I must have missed.
>> -----------------------------------
>> Non-Working (wine-2002-02-20 cvs)
>> trace:win:SetCapture Calling Event_Capture
>> trace:win:EVENT_Capture (0x20021) Window #!! -Maybe?
>> trace:win:EVENT_Capture About to Return from Event
2007 Oct 09
0
Using Rexcel: How to work with a range of data?
Hi,
I am trying to use an R function over a column of data I have in my
excel spreadsheet. I do the following:-
1) assign an object (calling it xaxis) to the data by typing in
=Rput("xaxis",a1:a10), where my data is shown in cells
a1:a10
Now I wish to arrive at the mean of these numbers and am doing the
following in another cell:-
=Rapply("mean","xaxis")
This
2008 Nov 11
3
R design (was "Variable passed to function not used in function in select)
...rly
close to is a distorted one -- I for instance think that everything about the
survival package is crystal clear --- and be particularly open to concerns that
something is opaque or subtle.
3. I've heavily used perhaps 20 computing languages in my life. I found S to
be a refreshing revalation (referring to S of the 1988 Blue manual) precisely
because it was completely functional. Once I got used to it, this feature made
it so much more useful, extensible, understandable than other things I'd used.
R is becoming less and less a functional language (hidden functions and
dep...
2007 Jun 22
0
[LLVMdev] Vilnius/Post EuroPython PyPy Sprint 12-14th of July
Hi all,
For those of you following PyPy, our next sprint has "porting to LLVM
2.0" as one of its topics.
========================================================
Vilnius/Post EuroPython PyPy Sprint 12-14th of July
========================================================
The PyPy team is sprinting at EuroPython again and we invite
you to participate in our 3 day long sprint at the
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems