Displaying 20 results from an estimated 2000 matches similar to: "Non-persistent disk"
2005 Feb 14
1
64 Bit R Background Question
Hi,
I've collected quite a bit of elevation data (LIDAR elevation points) and am
looking for a suitable platform to do analysis and modeling on it. The data
is sitting in an Oracle database, one table, 200 million rows of x,y, and z.
I'm trying to figure out what hardware resources we need to reserve in order
to run 64 BIT R for this size data.
Here's my question:
Is the 64 BIT
2004 Jun 07
2
IAX Won't Pass Caller ID
Hi,
We have to servers set up in two different networks. We are able to connect
calls via IAX and they work perfectly. We do not see caller ID from clients
on either side. Our Grandstream phones say Eri and our XTen phones say
Asterisk.
We did a debug and I am pasting the output from both servers below. We tried
setCallerId in several different ways. We see the value get passed to the
2008 Jul 07
1
Xen 3.3 unstable on OpenSUSE 10.3 - initrd problem
Folks,
Mercurial is selectable as an installation in
OpenSUSE 10.3 YAST.
I have done the following:
hg clone http://xenbits.xensource.com/xen-unstable.hg
hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
make dist
sh ./install.sh
I tried running the following to create the initrd but it failed:
Depending on your config, you may need to use ''mkinitrd'' to
2011 Jan 14
1
Survfit: why different survival curves but same parameter estimates?
Hello,
I'm trying to estimate a Cox proportional hazard model with time-varying covariates using coxph. The parameter estimates are fine but there is something wrong with the survival curves I get with survfit (results are not plausible).
Let me explain why I think something's wrong.
To make sure I'm setting up my data correctly to estimate a model with time-varying covariates, I
2012 Aug 15
0
color-coding of biplot points for varimax rotated factors (from PCA)
I'm using R for PCA and? factor analysis. I want to create biplots of
varimax rotated factors that color-code points by their
classification. My research is on streams that are urban and rural.
So, I want to color code them by this classification. If you just do a
biplot from prcomp or princomp, you cannot add this color. So, I have
used some code developed by a graduate student in our
2014 Mar 17
2
KVM -snapshot mode
Hi,
I'm just wondering is there any way for me to trigger KVM's
-snapshot parameter from libvirt.
I don't want to clone a disk etc. I just need a way
so that KVM is spawned with a '-snapshot' parameter.
Anyone got any ideas?
Cheers
Chris
2006 Feb 14
0
R/Splus April course *** (Raleigh, Miami, Houston, Baltimore etc) R/Splus Fundamentals and Programming Techniques
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to
announce 2-day "R/S-plus Fundamentals and Programming
Techniques" in San Francisco: www.xlsolutions-corp.com/Rfund.htm
**** Raleigh, April 3-4
**** Miami, April 10-11
**** Houston, April 13-14
**** Boston, April 20-21
**** Baltimore,
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
The anti_join from the package dplyr might also be handy.
install.package("dplyr")
library(dplyr)
anti_join (x1, x2)
You can get help on the different functions by ?function.name(), so
?anti_join() will bring you help - and examples - on the anti_join
function.
It might be worth testing your approach on a small subset of the data. That
makes it easier for you to follow what happens
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
The diffobj package (https://cran.r-project.org/package=diffobj) is
really helpful here. It provides "diff" functions diffPrint(),
diffStr(), and diffChr() to compare two object 'x' and 'y' and provide
neat colorized summary output.
Example:
> iris2 <- iris
> iris2[122:125,4] <- iris2[122:125,4] + 0.1
> diffobj::diffPrint(iris2, iris)
< iris2
>
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
Cool, looks like that'd do it, almost as if converting an entire record to a character string and comparing strings.
-- M. B. Hardy, statistician
work: Applied Research Associates, S. E. Div.
8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963
(919) 582-3329, fax: 582-3301
home: 1020 W. South St. / Raleigh, NC 27603-2162
(919) 834-1245
2004 Sep 22
3
IE under wine.
Does intenet explorer work under wine?
Thanks
Chip
--
Ralph "Chip" Blach
IBM LTC
Raleigh, North Carolina
919 543 1207
2006 Jul 31
2
Please HELP: Problem with BUILD command
Greetings,
I am unable to successfully BUILD due to a file that apears to be too
long.
I know it it due to the length of a particular R program because if I
remove a line, even a comment line,
from the file it then successfully builds. However, if I add the line
back in, the build fails.
The file is only 14Kb long.
Any help or suggestions are greatly appreciated.
Thank you for your time.
2010 Oct 27
1
[LLVMdev] Thread and LLVM
Hello LLVM developers,
I am curious to know, what does the section "Thread and LLVM" in LLVM
programmers manual means.
I want to do a short project(5 weeks) in Compiler Optimization for Parallel
Arch class where I want to support OpenMP like parallel constructs in my
language.
So does it mean that I can specify thread creation and related thread task
directly in LLVM IR.
Also does
2005 Jan 27
1
OT: iax.cc/sixTel local DID question
When you choose to add an unlimited local DID to your account from their
control panel, do you get to pick the prefix/NXX, or just the area code?
Their isn't any indication of whether or not clicking the Add button
will immediately add a number to my account or take me to another screen
to pick a NXX.
(I don't want to click the 910 area code to find out they giving me a
Wilmington or
2012 Oct 05
6
Support for qemu snapshot=on drives in libvirt
I notice that the qemu driver doesn't support snapshot drives
(-drive file=foo,snapshot=on). This is important for libguestfs.
Currently libguestfs hacks this using <qemu:arg>. That works fine for
static disks in the libvirt XML, but lack of direct support in libvirt
is a blocker for adding hotplugging to libguestfs.
In qemu, the snapshot=on feature does several things:
(a) It
2017 Jul 25
1
transient configure turn to persistent configure
libvirt
version: 3.4.0
architecture: x86_64 ubuntu16.04-server
hypervisor: kvm,qemu
I call virDomainCreate create a transient vm, After a period of time ,I call virDomainDestroy, the vm configure is stil exist, the vm turn to persistent, I don't known the reason.
Thanks
2008 May 18
1
Ruby on Rails developer Job
Hi,
we are a Germany / US based company, looking for experienced Ruby on
Rails developer for several projects. The projects ate moduar and
planned for a longer timeframe, so we are looking for continous
relationship wizth the coders.
The jobs is for freelancers/contractors or part-time employees.
Andreas Wilkens
Please apply by email to jobs-MXf/qEKz1R7qlBn2x/YWAg@public.gmane.org (Attn:
2006 Jul 28
1
BUILD command fails with large R source file
Greetings,
I modified an existing R program (now it is larger than the previous
version), and when I attempt to perform a BUILD using the command
"R CMD BUILD --binary --force RAGG" the build fails.
It outputs a totally bogus message when it fails; not related at all to
the true problem.
I know the problem is the length of the R program because when I remove
some lines of code the
2011 Feb 28
1
Creating Boxpot with R within bash script
I will confess to being very wet behind the ears when it comes to scripting, so with that as a backdrop, here is my question. I can create a box and whisker plot without any problem from the command line, but incorporating that process into a bash script has proved problematic. Below is the portion of the bash script that fails:
R --save --no-save --vanilla << EOF
CAPE.df =
2010 Sep 27
2
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
I am new to LLVM but have perused the code alongside using llvm-gcc
and CLANG to build ARM EABI objects.
Based on this superficial analysis it appears that LLVM currently does
not support the ARM Exception Handling ABI (as defined under the
EABI).
Can anyone comment on whether plans are in place to remedy this?
I did see the discussion regarding work on the MC for ARM. Will this
work include