Displaying 20 results from an estimated 20000 matches similar to: "source() function and crash of R!"
2004 Feb 22
1
New Perl module Statistics::R
I have released the new module Statistics::R and need some feedback of it's
status.
This will permit the control of the the R (R-project) interpreter through
Perl in different architectures and OS.
You can for example, start only one instance of the R interpreter and have
different Perl process accessing it. What will save the initiation time of R
and memory.
Soo, I will appreciate if some
2005 Jun 24
1
R servlet engine ?!!!
I use CGIwithR to run a website that executes R scripts under cgi-bin.
Are there any projects that implement a work frame using R similar to
Java's servlet engine?
Initialization times are hurting. Can initialize once process and
treat all web requests as threads of this process?
Any help with this subject is greatly appreciated.
2004 May 19
3
Web-application using R
Hi, all;
Our group is planning to develop a web-based analysis package with R. I
have some questions.
(1) Can we use R as a daemon-like way such that, after invoking R and
making it run in a kind of background mode, just put some R script into
R using some pipe-like mechanism and retrieve the result out of it?
(2) If this is possible, then how can we do it? If this is not
possible, then what
2004 Jul 08
1
Statistics::R
Hello
I am looking (possibly in vain!) for the Author of the Statistics::R
perl package - I believe he announced the package on this mailing list
some months ago. The name is Graciliano Monteiro Passos, and his e-mail
address, gm at virtuasites.com.br, is giving permanent errors.
Can anyone help? Does anyone use this perl package with R? I am having
a few problems with it.
Sorry to everyone
2008 Dec 25
1
[LLVMdev] how to get the llvm IR from C source code?
Keun Soo Yim wrote:
>
> Please run…
>
> $ llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc
>
> $ llvm-dis < hello.bc > hello.ll
>
> The first command is to generate a byte code
>
> and second is to translate the bytecode to a readable form.
>
llvm-gcc can emit the textual form directly too:
llvm-gcc -O2 -emit-llvm hello.c -S -o hello.ll
llvm-gcc -O2 -emit-llvm
2003 Jan 28
0
windows authentication problem?
Hello,
I have samba + windbind running on red hat linux 8.0. I can ssh to the
samba server but windows clients can't connect.
>From the log it looks like windows is not reading the user as CVRR2+soo
and only using soo.
Any ideas on how to fix this problem?
Here is my smb.conf:
#
#======================= Global Settings
=====================================
[global]
# workgroup =
2008 Dec 14
0
[LLVMdev] How to correlate LLVA with native ISA
Currently I have a trick to extract the correlation information of LLVA and
ISA. By adding an intrinsic instruction and comparing the emitted binary
with the original one. The location of machine instruction that I am
interested in is calculated relative to the intrinsic instruction. Unless I
change the original instruction with the intrinsic having a same size, this
needs many iterations as much
2000 Aug 30
0
Network Name Cannot Be Found Error
Hi there,
I have been pulling out my hair for the past ten days and nights messing with samba which is quite new to me. I really wish someone out there can give me a hand so that i can get some sleep. Thank you.
I have got the Samba Server installed correctly using the Red Hat Lnux 6.1 software package. All configuration required on the Windows 2000 side had been configured
2010 May 27
1
Glusterfs over wan?
Hello !
sorry for english, but, just don't understand why glusterfs is not
destinated to be used over the wan ?
I think that if the files are tiny, there's no problem to use this
solution over wan.. ?
But okay, if file are large.. (don't know .. 100MB - 200MB and more.) i
understand that it depend of the internet connection and that's the
replication can be so soo soo slow..
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
Hi,
The source attached at the bottom is a testcase which causes a back-end
error in LLVM 2.4.
These types of assembly routines are mainly used in OS kernels.
I checked that GCC 4.3 works for this routine.
The error messsage is ...
Couldn't allocate output reg for constraint 'A'!
I just need help or comments so that I could analyze and fix this bug.
My
2001 May 03
2
configure problem
Hi! I am trying to install samba 2.2 on a Sun and I'm getting this error:
./configure --prefix=/local --with-ssl
checking how to get filesystem space usage
checking statvfs64 function (SVR4)... no
checking statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)...
no
checking for
2006 Jan 01
3
Single Table inheitance doesn''t show subclasses ?
Hi, I am a Rails noob.
Suppose you have:
---
class Animal < ActiveRecord::Base
end
class Mammal < Animal
end
class Cow < Mammal
end
---
I provide Animal,Mammal and Cow controllers with the scaffolding, just
to test and to fill up the Animal table. I can see the "type" column
getting it''s value set with the class name.
So far, soo good.
Now, since listing Animals
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi,
I have couple of questions that those who design unconventional passes
would be interested in.
1. How to move a virtual register data to another new virtual
register?
It seems like that there is no LLVM instruction similar to mov machine
instruction.
Arithmetic or logical operators could be used for integer variables
but what about pointer variables?
2. What is
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
Thank your for reply.
The reason why these information are needed is that I am trying to extract
the program signature (e.g., control flow) out side of the binary.
Conventional compiler technique adds extra checking code into the target
source or target IR in an invasive manner. Since code generator combines the
added code with the original one, they don't need to correlate these two
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote:
>
> Hi,
>
> How to correlate the LLVM IR-leve instructions and memory values
> with the machine instructions and memory locations?
Can you tell us what goal you are trying to accomplish that requires you
to do this? There might be better ways of doing what you want.
The answer to your question probably depends on whether you're trying to
write a
2011 Jan 25
2
regarding quit, exit and stop now in asterisk
Hi all,
i am running asterisk by using command asterisk -r, asterisk -vc
............ when i want to come out of asterisk it not getting exit or quit
from the shell....
i have tried soo many options like...
stop now
stop gracefully
exit
stop
quit
its not working stillll can any one tell me what would be the problem with
this?
please help me ... :(
with regards,
viswavardhan
2011 Jan 30
5
How to relocate $HOME directory
Hi there,
As you know, $HOME is generally located at "/home/$username" by default.
I would like to re-locate all users' $HOME directories to something like
"/export/home/$username" without having a hassle/trouble.
Initially, I've thought of just copying them to the new directory (under
/export/home/xxx), but guessed it might trouble for the normal use (I'm
pretty
2009 Dec 22
3
iptables ... *BSD pf ... pfSense
Hi,
I followed the "Optimizing CentOS for gigabit firewall" posting and as
some posters wrote pf is soo sooo ssooooo mutch faster, I was thinking
to give it a try. But I'm not familier to BSD so I was looking for some
tools and found "pfsense"
http://www.pfsense.org/
"pfSense is a free, open source customized distribution of FreeBSD
tailored for use as a
2001 Nov 08
4
win2k + >2GB files problem
hi!
I have a problem with rsync (current CVS version), running on a win2k
machine (rsync compiled using Cygwin).
c:\rsync>rsync --version
rsync version 2.4.6dev protocol version 24
Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others
Capabilities: 64-bit files, socketpairs, hard links, symlinks
It can DOWNload >2gb files from my linux box (with rsync reporting
negative
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people
that no one feels the need to have an explanation anywhere. I've been
looking around the net for ages, and I can't figure out what, on Linux,
is actually a program.
I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to
the /opt/openoffice.org1.9.122/program/ directory and... then what? What
do