Displaying 20 results from an estimated 900 matches similar to: "Trouble w/ transparent proxy in DMZ (fwmark, tc)"
2016 Apr 18
2
lists and rownames
I'm doing some string manipulation on a vector of file names, and noticed
something curious. When I strsplit the vector, I get a list of
character vectors.
The list is numbered, as lists are. When I cast that list as a data
frame with 'as.data.frame()', the resulting columns have names derived
from the original filenames.
Example code is below. My question is, where are these names
2012 Apr 23
2
Windows 2008R2 AD, kerberos, NFSv4
Hi,
I'm trying to set up NFSv4 on two boxes (centos 5.5) and have it
authenticate against our Windows 2008R2 AD server acting as the KDC.
(samba/winbind is running ok with "idmap config MYCOMPANY: backend = rid"
so we have identical ids across the servers.)
I can mount my test directory fine via NFSv4 *without* the sec=krb5 option.
However, once I put the sec=krb5 option in,
2012 Aug 03
4
How to concatenate a several rows according with a column ?
Hi, I'm a new user or R and I try to concatenate a several rows according
with the value in a column.
this is my data.frame and I want to concatenate my data.frame according with
the column "b" and make a new data.frame with the information in the others
columns.
>table1
a b c d
1 E001234 TSA IP234 like_domain
2
2008 Dec 10
2
Corrupt Header<==Help
Hi,
I have a little problem with table header. I am enclosing my TOY example:
I have a tab separated file(tsv) with two columns as follow:
\\disk(c:) \\processor(1)
322 40
422 60
I read the file using read.table as follow:
tab<-read.table("c:/R/file1.tsv", header = TRUE, sep = "\t") ;
but when I print it i.e
print(tab);
2013 Jan 24
1
Help regarding kmeans output. need to save the clusters into different directories/folders.
Hi Team,
I am trying to run kmeans in R, and I need to save the different clusters
into different folders. How can I achieve this?
# this is how my data looks.
$ *cat 1.tsv | head*
userid bookid rating bookTotalRatings bookAvgRating
userTotalRatings userAvgRating
1 100 0 24 2.7916666666666665 291 2.6735395189003435
2 200 7 24 2.9583333333333335 6 7.0
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello,
I am currently using R to run an external program and then read the results
the external program sends to the stdout which are tsv data.
When R reads the results in it converts it to to a list of strings which I
then have to maniuplate with a whole slew of commands (which, figuring out how
to do was a reall challenge for a newbie like myself)--see below.
Here's the code I'm
2008 May 02
2
sip show peers
When doing a "sip show peers" I might see something like:
Name/username Host Dyn Nat ACL Port
Status
devcentos5x64_to_mmfirepa 192.168.1.177 5060
Unmonitored
devcentos5x64_to_bt610tMM 192.168.1.159 5060
Unmonitored
devcentos5x64_to_am2mm/de 192.168.1.178 5060
2005 Jan 26
9
Proxy-ARP on Same Segment
I have had to replace an existing setup which has a bunch of IPs
Proxy-NAT''ed onto the loc segment. While I do eventually want to move
them to their own segment, I have to deal with this for the next few weeks.
My problem is that from a loc system I can ping the public IP of a
system being proxy-ARP''d but I can''t hit it via HTTP. Nothing is being
blocked according
2005 May 17
1
[Q] Example Data Files for Package
If the example data files for a package are extremely large,
should they just be put in a different package specifically
for example data? If so, are these data packages normally
submitted to CRAN/BioC or mentioned in README with directions
specifying where to download on developer site?
If these files are all dot-tsv (.tsv), they would seem
appropriate for the data directory. "Writing R
2007 Jul 24
2
Fitting exponential curve to data points
Hi folks,
I've looked through the list archives and online resources, but I
haven't really found an answer to this -- it's pretty basic, but I'm
(very much) not a statistician, and I just want to check that my
solution is statistically sound.
Basically, I have a data file containing two columns of data, call it data.tsv:
year count
1999 3
2000 5
2001 9
2002 30
2003 62
2004 154
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl...
am a engg. student...i was trying to use R in statistical calculations
now the problem is..i imported a huge tsv file onto R...it has a column
which gives cost...and it has "$" with each numerical value in this
column...it is something like this..$.05,$.1,$.075...and so on..
R is reading it as "character vector"...
i tried using all the arguments but
2017 Apr 29
3
Ingresar datos dentro de R sin Excel
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Mmm, Si te refieres a pasar datos de papel directamente a R en el ordenador... yo los pasaria directamente a un archivo de texto plano, que vendría a llevar el mismo tiempo, y los cargaría en R. No es Bueno tener los datos solo en R
2009 Mar 23
3
read in large data file (tsv) with inline filter?
I have a very large tab-delimited file, too big to store in memory via
readLines() or read.delim(). Turns out I only need a few hundred of those
lines to be read in. If it were not so large, I could read the entire file
in and "grep" the lines I need. For such a large file; many calls to
read.delim() with incrementing "skip" and "nrows" parameters, followed by
grep()
2016 Dec 12
2
accessing data by packagename::dataname from within package code fails.
I have narrowed down the problem.
The error
Error : 'AminoAcids' is not an exported object from 'namespace:bibliospec'
Error : unable to load R code in package 'bibliospec'
occurs only if I try to access the data using bibliospec::AminoAcids
within the initialize method of an R reference class.
It does work, as far as I tested everywhere else. In other methods of
a
2005 Aug 25
1
how to close connections?
Hi everybody,
I am using gzipped files quite extensively and cannot figure out how I
can close (or reuse) connections.
Example:
> for(i in 1:300) {cat(i, "\n"); a <- readLines(gzfile("file.gz"), n=1) }
1
2
...
46
47
Error in gzfile("~/tyyq/andmebaasiq/ETU/ETU1997.tsv.gz") :
all connections are in use
To use just gzfile without any open/close should
2006 Feb 08
0
[Bug 443] New: 2.6 kernel failing in NAT with significant outbound traffic
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=443
Summary: 2.6 kernel failing in NAT with significant outbound
traffic
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: NAT
AssignedTo:
2009 Oct 05
6
Date-Time-Stamp input method for user-specific formats
Date-Time-Stamp input method to correctly interpret user-specific
formats:coding is 90% there - based on exmple at
http://tolstoy.newcastle.edu.au/R/help/05/02/12003.html
...anyone got the last 10% please?
CONTEXT:
Data is received where one of the columns is a datetimestamp. At midnight,
the value represented as text in this column consists of just the date part,
e.g.
2010 Dec 17
5
Attack problem
HI,
My system been attacked from someone I guess, kindly check the link below
How can I stop the ircd attack
http://pastebin.com/tbjh5qzP
regards
*********************************************
No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any
2010 Aug 10
1
Does anyone run win7 or winxp with xl toolstack?
Hello, everybody!
Does anyone have experience of running win7/winxp with xl?
As for me, I got HAL_INITIALIZATION_FAILED BSOD on win7 booting and
guest hanging in case of winxp.
When i run these guests (with the same configs) with xm, everything is
ok. The guests boot perfectly.
Did anyone run into it too?
I use the lattest xen-unstable, but i saw the problem several months ago
too.
My
2006 May 10
2
importing a list
Hi, all.
I'm trying to automate some regression operations in R leaving the
possibility to modify the predictors in the regression.
For example, I have saved in a list the results and then exported as a txt
file, in which we can modify the predictors, putting for example
lm(y~x^2) instead of having lm(y~x) as in the original model.
Now, I need to import in R the txt file as a list to