Displaying 20 results from an estimated 700 matches similar to: "centos 4 and hardware compatibility"
2011 Nov 13
2
Running totals
I have a table which looks like this:
ACC BAL
1 hal -171245.33
2 opn -50487.63
3 pga 213440.38
4 prt 0.18
5 rbs 8292.54
How do I create a column which shows the running totals of the BAL columns?
[[alternative HTML version deleted]]
2012 Jan 20
1
Legend appearance
Hi All,
I want small modification in apperance of legend. I want seperate legend for each graph representing the lines present in that graph only (not all the lines in all graphs) .
Can you please help?
Thank you
Regards
Devarayalu
Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1,
1, 1, 2, 2, 2, 2, 1, 1, 2,
2012 Jan 19
1
Legend problem in line charts
Hi all,
Small problem in generating the line charts.
Question: Legend for the first graph is coming wrong., for second graph correctly. Please fix the legend postion at the down of graph.
Plesae give me the solution.
Thank you
Devarayalu
Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1,
1, 1, 2, 2, 2,
2012 Jan 19
3
Not generating line chart
Hi All,
Can you please help me, why this code in not generating line chart?
library(ggplot2)
par(mfrow=c(1,3))
#qplot(TIME1, BASCHGA, data=Orange1, geom= c("point", "line"), colour= ACTTRT)
unique(Orange1$REFID) -> refid
for (i in refid)
{
Orange2 <- Orange1[i == Orange1$REFID, ]
pdf('PGA.pdf')
qplot(TIME1, BASCHGA, data=Orange2, geom= c("line"),
2010 Sep 09
2
set lockedmem to higher value?
We have some ORACLE PGA problem and ORACLE document say we can serup lockmem(Max lock memory) to higher value.
$ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) 0
data(kbytes) unlimited
stack(kbytes) 10240
lockedmem(kbytes) 3145728
memory(kbytes) unlimited
nofiles(descriptors) 65536
processes 2047
Can anyone tell me how to set lockedmem to higher value on
2003 Feb 06
1
rdbi segmentation fault (fwd)
one more bit of information about this problem. If I start R as the
user "postgres" i dont have the segmentation fault.
---------- Forwarded message ----------
Date: Wed, 5 Feb 2003 19:19:39 -0500 (EST)
From: Rafael A. Irizarry <ririzarr at jhsph.edu>
Reply-To: rafa at jhu.edu
To: "R-Help (E-mail)" <r-help at r-project.org>
Subject: rdbi segmentation fault
hi! i
2008 Feb 26
3
R package to perform Horn's parallel analysis
I am seeking information on whether anyone has written code to perform
Horn's parallel analysis (a procedure that informs the selection of the
proper number of components in PCA) in R.
Thank you in advance for any help you can provide. Please respond
off-list at the email address below.
Karen Douglas
*******************************************************************
Karen Douglas,
2017 Sep 05
2
Resample and Relay Using Icecast2
Hi Robert,
Icecast itself doesn't do any resampling of audio streams it receives.
One would likely craft a solution that listens to the original stream
and re-encodes on the fly, providing those alternate bitrate streams
back to Icecast. I've heard people doing this with liquidsoap and other
source clients, and a bit of server-side magic.
Some quick Googling provided me with this link
2000 Sep 19
1
Re: more experience with formulas
>>>>> "WSt" == Werner Stahel <stahel@stat.math.ethz.ch> writes:
[to me privately]
WSt> I do not want to call this a bug, but it bugged me. Please try the
WSt> following:
WSt> tform <- sqrt(RADAI) ~ sqrt(RADAI.e) + TAGE.ej + SPITAL + ARZT + DAS28 +
WSt> SJC + TJC + DGA + HAQ + PGA + PAIN + YEAR.SYM + YEAR.DIA +
WSt> ALTER +
2004 Oct 13
2
diagonal matrix construction
Hi,
I have worked long and hard and looked in the manuals and am having a hard time constructing a diagonal matrix. I can get the diagonals out of a matrix but can't construct the matrix with just the diagonals. I have been on the web site and manuals and I think that it says to use:
dsj <- diag (three = 1, nrow, ncol = 7) three is the name of my matrix and
2003 Feb 06
0
rdbi segmentation fault
hi! i am experiencing the same behaviour explained here:
http://finzi.psych.upenn.edu/R/Rhelp02/archive/2482.html
(i copied the message below)
has anybody found a solution?
here is the code that gives me a segmentation fault
library(Rdbi)
library(Rdbi.PgSQL)
conn <- dbConnect(PgSQL(), dbname = "PGA")
tmp <- "create table test ( expid int, name varchar(128));"
2013 Nov 08
2
Earth (MARS) package with categorical predictors
It appears to be legitimate to include multi-level categorical and continuous variables in defining the model for earth (e.g. y ~ cat + cont1 + cont2) but is it also then possible use categoricals in the predict method using the earth result? I tried but it returns an error which is not very informative.
Thanks
Chris
2017 Aug 30
2
How many relays
Hello !
How many relays can I make with a single Icecast server ?, I can only
run 2 relays at most:
<relay>
<server>111.222.111.222</server>
<port>8010</port>
<mount>/example1.ogg</mount>
<local-mount>/different1.ogg</local-mount>
<on-demand>0</on-demand>
2006 May 12
2
Sangoma A200D problem
Hi all,
I've been having problems with my A20002D lately - callers from the PSTN
don't hear me when I answer, but I hear them. Disabling echo
cancellation in zapata.conf brings the audio (and echo) back. This used
to work fine, until two days ago.
The only weird thing in the logs is this:
May 12 07:42:53 steerpike wan_ecd: wp1ec: The H100 slave has lost its
framing on the bus!
May
2016 Feb 20
4
[PATCH v3 0/4] Suppor for various power sensors on GF100+
This is a complete rework from the first version I sent out.
Now the implementation is more centered around the power_rails we find in the
SENSE table instead of extdev centered. This makes the implementation a lot
easier and straightforward.
I've added support for the INA219, INA209 and INA3221 sensors found on multiple
Fermi and Kepler cards.
The power consumption is also exported via
2016 Feb 19
4
[PATCH v2 0/4] Suppor for various power sensors on GF100+
This is a complete rework from the last version I sent out.
Now the implementation is more centered around the power_rails we find in the
SENSE table instead of extdev centered. This makes the implementation a lot
easier and straightforward.
I've added support for the INA219, INA209 and INA3221 sensors found on multiple
Fermi and Kepler cards, but only the INA3221 bits are tested so far.
2007 Mar 28
3
Dueling master browsers...
I'm having trouble with my Samba 3 PDC and several XP Pro workstations
stealing the master browser status on the network.
These users won't log in to the domain. Logs and purified smb.conf
attached.
Mar 27 09:09:48 macallan nmbd[3481]:
Mar 27 09:09:48 macallan nmbd[3481]: *****
Mar 27 09:10:05 macallan nmbd[3481]: [2007/03/27 09:10:05, 0]
2006 Mar 16
0
World 2006 - Register for the SECNAP and MIS Training Institute Discount!
InfoSec World(tm) Conference and Expo 2006
April 3-5, 2006
Vendor Expo: April 3 & 4
Optional Workshops: April 1, 2, 5, 6, & 7
Disney's Coronado Springs Resort / Orlando, FL
http://www.misti.com/InfoSecWorld
SPECIAL OFFER!
SECNAP Network Security Corp. and MIS Training Institute would like to offer you 10% OFF of the regular undiscounted conference fee of $1495 to attend
2015 Oct 26
4
self compiled samba domain member, jessie, pam config
Hi Rowland,
Thanks for the very quick reply. :-)
On the page you reference
(https://wiki.samba.org/index.php/Libnss_winbind_links) it says:
# smbd -B | grep LIBDIR
LIBDIR: /usr/local/samba/lib/
On my install, I need to use lower case b. Capitol doesn't work. Perhaps
the wiki needs to be updated?
Anyway: I created the symlinks, ldconfig, all seemed to work. Your
recipe for
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
Hello--
I've been playing with the privacy options on my home/home-office system
since August last year, and have some results, gleaned from my CDR
records, which over the last 13 months, number a total of 8672, which
includes incoming, as well as outgoing calls.
Before I start spitting out numbers, let me note that with the current
setup, I haven't had to tell a single telemarketer