Displaying 13 results from an estimated 13 matches for "intesive".
Did you mean:
intensive
2006 Aug 04
2
plotting picture data
Hi R users
I have a dataset which represents points that are market by patients as the
source of pain.
Basically the patients indicates by a cross on a chest pictures where he/she
thinks is the
source of pain. The data was then digitalized by divinding the chest into
small squares and each
square was give value 1 if it was the center 2 if it was touched by the
markings and 3 if it was not
2005 May 23
1
Samba3 BDC
Hello,
Using Samba3 on FreeBSD 5.10, I am trying to set up a GuestBDC to connect to
my Windows PDC in preparation for our migration to active directory. We have
a lot of legacy systems that are running NT 4.0, and other OS's and are not
compatible with active directory. So I want to try this as a solution. So,
my question is, has anyone attempted this before? Has anyone been
successful, or
2004 Aug 06
1
liveice/lame problem
Bryan Walls wrote:
>
> I've set up Liveice on a Yellowdog Linux laptop (YDL 2.0). I'm trying
> to stream to an icecast server on another YDL 2.0 system.
>
> Streaming seems to be fine, but encoding is pure garbage. When I
> listen to the stream, it basically sounds like white noise. The
> intesity of the hum depends on the strength of the sound being
> encoded,
2004 Aug 06
2
newby question: Is there a way to direct streamstoamount point?
Hiya,
There is another plugin which supports mounpoins AFAIK.
http://www.oddsock.org/tools/dsp_oddcast/
Try it.
> -----Original Message-----
> From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On
> Behalf Of Bryan Walls
> Sent: Friday, March 30, 2001 8:28 PM
> To: icecast@xiph.org
> Subject: Re: [icecast] newby question: Is there a way to direct
> streamstoamount
2005 Apr 24
1
large dataset import, aggregation and reshape
...used the nrows argument, defined colClasses (with an
as.Date class) - memory problems at the latests when calling reshape and
aggregate. Also importing the date column as character and then
converting the dates column using 'as.Date' didn't succeed.
It seems the problematic, memory intesive parts are:
a) importing the huge data per se (but the data with dim c(12,5) << 2GB?)
b) converting the time-stamp to a 'Date' class
c) aggregate and reshape task
What are the steps you would recommend?
(i) using scan, instead of read.delim (with or without colClasses?)
(ii) importin...
2002 Oct 28
1
R-1.6.0 crashing on RedHat6.3
...39;m having what I believe are OS problems with my installation
of R-1.6.0. The machine I'm using was previously running R-1.4.0.
The install seemed fine to me. I didn't note an error messages
in 'make' or 'make check'.
My problem is that I've been running some memory intesive code,
and the code that ran under 1.4.0 but won't run under R.1.6.0
(or under 1.5.1). The code crashes with the message:
Error: cannot allocate vector of size 13 Kb
Execution halted
There's nothing special about the code I'm trying to run,
in fact it's pretty simple (just me...
2003 May 08
1
problems compiling R on AIX5.1
...-O3 -qstrict -qmaxmem=8192
FFLAGS=-O3 -qstrict -qmaxmem=8192
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXXFLAGS=-O2 -qmaxmem=8192
FC=xlf
CCFLAGS=-O3 -qstrict -qmaxmem=8192
./configure --prefix=YOURDIRECTORY --without-x --without-blas
As our machine and our user plans to use R only for a compute
intesive calculations there's no need to use X. So this
compilation is perfect for our purposes.
Many thanks to all!,
--
________________________________________________________________________
Harald Servat Gelabert (harald@cepba.upc.es)
o//o Centre Europeu de Paral.lelisme de...
2015 Jun 23
0
RHEL/CentOS 7.x KVM kernel instability & unreliability
...tly on Debian 7 (kernel
3.2.x) and CentOS 6.x without problems.
After we have upgraded to CentOS 7.x, I have experienced occasional
physical host crashes when I did e.g. suspend or resume more virtual
machines OR random virtual machine checkpoint was invalid and VM could not
be resumed.
I did few intesive tests on same hardware with:
- CentOS 6.6 ... worked fine
- CentOS 7.1 with
1. CentOS distribution kernel ... failed
2. Binary RHEL 7.1 distr. kernel ... failed
3. vanilla 3.10.80 kernel ... failed
(plus various firmware releases and BIOS configurations)
So far I could reliably run only CentOS...
2004 Aug 06
0
liveice/lame problem
I've set up Liveice on a Yellowdog Linux laptop (YDL 2.0). I'm trying
to stream to an icecast server on another YDL 2.0 system.
Streaming seems to be fine, but encoding is pure garbage. When I
listen to the stream, it basically sounds like white noise. The
intesity of the hum depends on the strength of the sound being
encoded, though. If I stop playing the CD, it drops to a gentle
2007 Jan 31
0
Interactive plots with R
Hi,
I wrote some simple rpanel package script for visual spectral data comparison.
At this example i have a three samples and i want to zoom through x and y
axis to compare differences between samples. With my script below I can zoom
to some data region and add some other spetra to the plot, through text input
field.
But I can't figure out, how to change axis scaling for all displayed
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
...-O3 -qstrict -qmaxmem=8192
FFLAGS=-O3 -qstrict -qmaxmem=8192
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXXFLAGS=-O2 -qmaxmem=8192
FC=xlf
CCFLAGS=-O3 -qstrict -qmaxmem=8192
./configure --prefix=YOURDIRECTORY --without-x --without-blas
As our machine and our user plans to use R only for a compute
intesive calculations there's no need to use X. So this
compilation is perfect for our purposes.
Many thanks to all!,
--
________________________________________________________________________
Harald Servat Gelabert (harald@cepba.upc.es)
o//o Centre Europeu de Paral.lelisme de...
2006 Oct 04
1
A more efficient code using whole object approach?
Dear All,
I have the following code which works fine but takes 16+ hours to run and I was hoping someone could give me a hint as to how I could make it more efficient.
Let me explain what the code is supposed to do. Each single row of the m.o.f matrix (n*p dim) has to go through the following operation Dm*m.o.f[i]^alpha1m where both Dm and alpha1m have n*1 dimensions. Each row of the m.o.f
2005 Mar 25
27
Sendmail vs. Postfix
Hah!!! This list is just too calm and mundane. The only thing we argue
about is the ''announce'' list vs. the ''user'' list. ;) So, it''s
springtime! I''m seeing all the regularly scheduled ''oil'' threads on my
motorcycle lists and thought "oh what the heck, lets get the ''oil''
thread going over on the CentOS