search for: reval

Displaying 10 results from an estimated 10 matches for "reval".

Did you mean: retval
2010 Jan 12
1
trouble with installing SJava
...unction) CtoJava.cweb:256: error: (Each undeclared identifier is reported only once CtoJava.cweb:256: error: for each function it appears in.) make: *** [CtoJava.o] Error 1 Generating JNI header files from Java classes. RForeignReference, RManualFunctionActionListener, ROmegahatInterpreter & REvaluator ************* Warning: At present, to use the library you must set the LD_LIBRARY_PATH environment variable to /usr/local/lib/R/site-library/SJava/libs:/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/i386:/usr/lib/jvm/java-6-sun-...
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 libra...
2005 Aug 30
0
No subject
...ing. [...] > Maybe someone can get something out of that.. I've been comparing them > for the past 30 minutes and I can't see anything significant... > Interesting x11drv returns a different GetCurPos() > The 2nd Get QueueStatus after the 2nd WM_LBUTTONUP has a different > reval=00040000 on the "bad", where the "good" is reval=00060000" Both report a MOUSEBUTTON message in the queue, the "good" one reports MOUSEMOVE messages as well. That doesn't look significant. > > I wouldn't know where to go from here, but maybe it...
2005 Jul 20
0
Question about Installing SJava package
...tatic declaration of 'std_env' follows non-static declaration CtoJava.cweb:195: error: previous declaration of 'std_env' was here make: *** [CtoJava.o] Error 1 Generating JNI header files from Java classes. RForeignReference, RManualFunctionActionListener, ROmegahatInterpreter & REvaluator ************* Warning: At present, to use the library you must set the LD_LIBRARY_PATH environment variable to /usr/local/lib/R/library/SJava/libs:/usr/java/jdk1.5.0_04/jre/lib/i386/client:/usr/java/jdk1.5.0_04/jre/lib/i386:/usr/java/jdk1.5.0_04/jre/../lib/i386: or use one of the RJava.bsh or...
2003 Sep 24
1
SJava help
...va.h ErrorHandling.h JNIUtils.h ManagerInterfaceUtils.h References.h /tmp/R.INSTALL.30363/SJava/inst/include ; fi mv libRSNativeJava.so /tmp/R.INSTALL.30363/SJava/inst/libs Generating JNI header files from Java classes. RForeignReference, RManualFunctionActionListener, ROmegahatInterpreter & REvaluator ************* Warning: At present, to use the library you must set the LD_LIBRARY_PATH environment variable to /usr/lib/R/library/SJava/libs:/opt/lang/java/j2sdk1.4.2_01/jre/lib/i386/client:/opt/lang/java/j2sdk1.4.2_01/jre/lib/i386:/opt/lang/java/j2sdk1.4.2_01/jre/../lib/i38...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...aybe someone can get something out of that.. I've been comparing >them >> for the past 30 minutes and I can't see anything significant... >> Interesting x11drv returns a different GetCurPos() >> The 2nd Get QueueStatus after the 2nd WM_LBUTTONUP has a different >> reval=00040000 on the "bad", where the "good" is reval=00060000" >Both report a MOUSEBUTTON message in the queue, the "good" one reports >MOUSEMOVE messages as well. That doesn't look significant. > >> I wouldn't know where to go from here, but...
2007 Oct 09
0
Using Rexcel: How to work with a range of data?
...o 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 does not work. Neither does =Rapply("mean",Reval("xaxis")) work? Is there any other way to make an R function work over data stored in an excel column? Or could I be doing something worng? Sumit [[alternative HTML version deleted]]
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...
2007 Jun 22
0
[LLVMdev] Vilnius/Post EuroPython PyPy Sprint 12-14th of July
...======================================================== 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 conference hotel - Reval Hotel Lietuva. If you plan to attend the sprint we recommend you to listen to the PyPy technical talks (`EuroPython schedule`_) during the conference since it will give you a good overview of the status of development. On the morning of the first sprint day (12th) we will also have a tutorial ses...
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