similar to: attributes

Displaying 20 results from an estimated 3000 matches similar to: "attributes"

1999 Mar 11
1
exists finds objects lots of places! (PR#142)
Full_Name: Steve Oncley Version: 0.63.3 OS: Redhat5.2 i386 Submission from: 128.117.80.159 (128.117.80.159) "exists" finds object UP TO the position it is in > search() [1] ".GlobalEnv" "Autoloads" "package:base" > exists("ls",1) [1] TRUE > exists("ls",2) [1] TRUE > exists("ls",3) [1] TRUE > x <- 1 >
1999 Jan 02
3
.C
Happy 1999! I've been celebrating the holidays by (finally) getting to the port of our S+ NetCDF routines to R, which I'm trying to make into a library. At the moment, there are two issues I'd appreciate advice on: 1. Is support for mode "single" data planned anytime soon in R? A lot of our NetCDF files contain "single" data and having to coerce into
1999 Mar 11
1
log plots fail with NAs (PR#141)
Full_Name: Steve Oncley Version: 0.63.3 OS: Redhat5.2 i386 Submission from: 128.117.80.159 (128.117.80.159) Shouldn't this work, but only plot 2 points? > plot(c(1,NA,10),log="y") Error: missing value where logical needed -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
1999 Mar 02
0
memory tricks
Perhaps I've missed this in the FAQ, but has someone documented any tricks which can be used in R to optimize memory usage/execution time? For S+, StatSci used to recommend: 1. Avoid "for" loops whenever possible. 2. In "for" loops, have a simple expression, such as TRUE, as the last statement. 3. Allocate memory for a vector/array at one time, rather than building it up
1998 Jan 06
0
R-beta: losing attributes in binary ops
Thanks to Thomas Lumley for the very quick fix of the NextMethod(.Generic) bug. The patch enclosed in his message to r-help fixed that problem nicely. But..., I've got another one. x <- 1:4 attr(x,"foo") <- "bar" attributes(x < 4) returns NULL. The "foo" attribute has been lost in the "x < 4" operation. The blue book says that the
1998 Nov 20
2
R and hdf
Hi, I've been playing with R for only a few days, so I'm not terribly familiar with it yet. Has anyone ever done any work using HDF or NetCDF files with R? Both file formats have libraries which can be linked to a program to read and write data to these formats. Is this sort of thing possible with R? We are planning to use the HDF format to store experimental data collected by some
2008 Sep 01
3
Howto "trickle" wine applications..
Someone for the love of go must have a answer for this.. :) Im so needing to trickle a few games/apps running under wine.. Anyone got any ideas?
1998 Jan 08
0
R-beta: Using par(tck=,xaxs=)
I found that par(tck=xx) was ignored and par(xaxs="s") gave an error in v0.61. I've made the following quick hacks in the code to get these to function. Please let me know if I'm setting myself up for trouble and... Thanks for R! ...Steve Oncley (oncley at ucar.edu) ------------------------------------------------------- A hack to get par(tck) to work:
2008 Jul 29
4
nss_ldap 5.2 update question
Hi all, I was just wondering when this update will trickle down into the Centos repo: http://rhn.redhat.com/errata/RHBA-2008-0611.html Obviously, it just came out yesterday, so I'm not expecting it to suddenly appear. ;) Just curious what the turn around time usually is for RHEL bug fixes that get released and when we should expect it. As a side note, does anyone know if there is a way
2007 Sep 15
2
http keep-alive?
I read this in a previous post ( http://rubyforge.org/pipermail/mongrel-users/2006-December/002354.html) .... First, Mongrel accepts remote clients and creates one Thread for each request. Mongrel also enforces a single request/response using Connect:close headers because Ruby only supports 1024 files (so far). If Mongrel doesn''t do this then people like yourself can write a simple
2006 Aug 16
1
Email dictionary attacks and firewall
I keep seeing 'Joe Average compromised computer on broadband' being used to do email dictionary attacks on our systems. Seems I always have several domains going through these. One in particular has been in the 'a-' list for weeks with about 20,000 attempts per day from various systems. Yeah, I do have a system which blocks email from these systems for a period of time after 3
2012 Nov 19
2
Performing gage R&R study in R w/more than 2 factors
Hi everyone, I'm fairly new to R, and I don't have a background in statistics, so please bear with me. ;-) I'm dealing with 2^k factorial designs, and I was just wondering if there's any way to analyze more than two factors of a gage R&R study in R. For example, Minitab has an "expanded gage R&R" function that lets you include up to eight additional factors
2002 Jul 26
2
Windows NT/2000/XP printer driver downloading
Hi, I am new to the Samba world. I have a question regarding the Windows NT/2000/XP automatically printer driver downloading. Do we, the Sysadmins, have to set up different printer entries in smb.conf to tell the Windows NT/2000/XP end users to use different printer drivers for their systems? Or Does the Samba have the capability of automatically identifying client OS, then download different
2000 May 25
2
Errors with smbfs/smbmount
On Wed, 24 May, Todd A. Green wrote: I've been working with smbfs/smbmount the last few weeks to allow my linux log processing server access to the logs on our NT servers. The problem is that after a period of time all the smbfs mounts become invalid with either one of two errors. Yes. I have exactly the same thing. 'Mount' shows them still mounted, but 'ls -l' on the
2007 Mar 20
1
Flood of email
can the list admin's please stop this flood there is a backlog... great! how about it be dealt with? is the end near? how many emails can we expect? can this trickle of emails be accelerated so as to finish sooner? Dean
2019 Aug 06
1
Question on server speed
On Aug 6, 2019, at 7:04 AM, Stephen John Smoogen <smooge at gmail.com> wrote: > > On Mon, 5 Aug 2019 at 19:49, Warren Young <warren at etr-usa.com> wrote: > >> On Aug 5, 2019, at 11:25 AM, Stephen John Smoogen <smooge at gmail.com> >> wrote: >>> >>> On Mon, 5 Aug 2019 at 13:17, Jerry Geis <jerry.geis at gmail.com> wrote:
2003 Feb 06
1
quick question re: smb.conf parameters
Ok, I know this is a stupid question but im having problems with some shares and so I have to ask: Are share parameters specified within the [global] section used as defaults for my other shares, or are they ignored? For example, if I set veto oplock files = /*.DBM/*.dbm/ within the [global] section, will that trickle down to my shares if I don't have "veto oplock files"
2009 Dec 14
2
Possible regression in 3.83
Hey all, I recently updated to syslinux 3.83, I am getting machines rebooting or locking after loading PC DOS. Most notably with Hitachi's Disk Fitness Test (http://www.hitachigst.com/hdd/support/download.htm#DFT) Version 4.16. At first it was a trickle, and now it seems I am having the issue with more hardware. I downgraded to syslinux 3.81, and everything is happy again. The Current
2003 Feb 19
1
Okay I am confused
I allowed my RedHat Linux box to join the W2K domain, by adding the Netbios name and Ip into the W2K AD Domain Controller. Now I have a fully functioning file and print server. When I browse Network Neighborhood from a W2K client box on the same domain, I see my user, a test Share that I have created, and Printers. Even though I have no printers. How do I turn off the printers. Also. My
2018 Mar 25
2
Suggesting patch to link DOIs against secure resolver
Dear Madams and Sirs, because the DOI foundation recommends a new, secure resolver [1], I wanted to suggest the attached patch. It a) updates a static DOI link in the docu, b) the code chunks that generate new ones, and c) a reg-ex that detects DOI links. Hopefully, my first venture into SVN & patch files was done correctly. My apologies, if there is anything amiss. In that case, I'll