Displaying 6 results from an estimated 6 matches for "runstrings".
2006 Mar 23
4
Create graphs from text console
Hi
I am using R 2.2.1 under Linux (SuSE 10) and would like to know if it is
possible to create graphs, i.e.
jpeg(filename=fn)
try( coplot( mor$I_Morisita ~ mor$Year | mor$RunStr, show.given=FALSE) )
dev.off()
from a text console?
It gives me an error message on the jpeg() command:
Error in X11(..snip..) unable to start device jpeg
In addition: warning message:
unable to open connection to
2014 Apr 21
2
[LLVMdev] Building sanitizers for Android
...dropped this idea. I don't remember the details, but IIRC %run is
> just not general enough.
IMHO this is where simplicity of lit approach starts to fail - important
information (environment variables, dependent shared libs, expected test
status, etc.) is buried inside arbitrarily complex runstrings.
-Y
2014 Apr 22
5
[LLVMdev] Building sanitizers for Android
...s, but IIRC %run is
>>> just not general enough.
>>
>>
>> IMHO this is where simplicity of lit approach starts to fail - important
>> information (environment variables, dependent shared libs, expected test
>> status, etc.) is buried inside arbitrarily complex runstrings.
>>
>> -Y
2014 Apr 22
2
[LLVMdev] Building sanitizers for Android
...gt; >>
>> >> IMHO this is where simplicity of lit approach starts to fail -
>> >> important
>> >> information (environment variables, dependent shared libs, expected
>> >> test
>> >> status, etc.) is buried inside arbitrarily complex runstrings.
>> >>
>> >> -Y
>
>
>
>
> --
> Alexey Samsonov, Mountain View, CA
2002 Oct 03
0
more on selective deletion
I am trying to arrange a mirroring of two trees which will be arranged
like this :
--- top --- .htaccess a
--- a number of log files a
+-- Files --- contains local stuff b
+-- dir1 --- files c
+-- dir2 --- files c
|
2014 Apr 17
3
[LLVMdev] Building sanitizers for Android
> Does %run support ssh-based testing?
Yes, %run is configured by the user. I configure it to call a shell
script that calls qemu-arm. It could just as easily ssh or "adb push
&& adb shell".
-Greg
On Wed, Apr 16, 2014 at 11:44 PM, Yury Gribov <y.gribov at samsung.com> wrote:
> Greg,
>
>
>> Clever, but I hope we can try to avoid the symlink hackery.