search for: begging

Displaying 20 results from an estimated 771 matches for "begging".

2011 Nov 16
1
Splitting row in function of time
Hello all, I have a data frame that looks like this: http://r.789695.n4.nabble.com/file/n4077622/Capture.png I would like to know if it's possible to split a single row into two rows when the time frame between "beg" and "end" overlaps midnight. I want to compare the frequency of each activity for each day so a row for a phase that overlaps on two dates unbalances the
2006 Nov 20
2
problem with loop to put data into array with missing data for some files
Dear R-help community, My main goal of this message is to find a way of skipping a file of a month/year in a loop that does not exist (and making it's output into an data.out array would be NA) and moving onto the next year/month in the loop to carry on filling data.out with real precipitation data. The situation so far: I downloaded 50 years worth of GRIB data files from the NCEP data
2005 Aug 19
1
logging beg - again
Hello, [Old problem; if it was fixed, I cannot see it (checked Changelog, wiki, source, as much as my grepping counts). Any help appreciated.] I have been begging since 2003 to be able to trash qpopper and use dovecot, but statistical logging of dovecot has been pretty much absent. Qpopper does this: Aug 19 11:18:02 mail in.qpopper[8099]: Stats: userid 0 0 12 51773 user.example.com 193.291.612.5 [pop_updt.c:296] Which provides us with user id, user host...
2010 Mar 08
1
confused by classes and methods.
Hello, I have a simple class that looks like: setClass("statisticInfo", representation( max = "numeric", min = "numeric", beg = "numeric", current = "numeric", avg = "numeric", obs = "vector"
2011 Nov 02
2
Creating barplot using time as X
Hello all, my data looks like this: "phaseno" / "activity" / "beg" / "end" / "phasetime" 1 / "L" / 2010-06-03 19:15:24 / 2010-06-03 21:18:14 / 7370 2 / "D" / 2010-06-03 21:18:15 / 2010-06-03 21:19:55 / 100 3 / "W" / 2010-06-03 21:19:56 / 2010-06-03 21:22:47 / 171 4 / "D" / 2010-06-03 21:22:48 / 2010-06-03
2012 Mar 28
2
problem: bsdlabel
hail, I partitioned the disk this way: fdisk da0 ******* Working on device /dev/da0 ******* parameters extracted from in-core disklabel are: cylinders=12161 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=12161 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size
2006 Nov 20
3
problem with loop to put data into array with missing data forsome files
Hi Jenny If you want a general solution I understand. However I just downloaded the file fine (as far as I can tell) so you are welcome to have a copy. I can email it to you if you want. I do not think your test for NA is valid. i.e if(test != "NA"){ } I think you should use if(is.na(test)){ } Or something similar. J --- John Seers Institute of Food Research Norwich
2007 Apr 18
0
[Bridge] Re: Sorry for bothering Beg for help
On Tue, 30 Nov 2004 21:50:00 -0800 "kingz" <jzhang@cienettechnologies.com> wrote: > Hi, > > Sorry for bothering you! > > Now I am in deep trouble on Ethernet bridge and VLAN, I posted my issue, > but no reply, so I only beg for your help! > > Could you give me any comment, hint, way to fix my issue? Thank you very > much! > > The following
2018 Apr 13
2
OpenSSH 7.7 t1 script breakage
...egress-prep regress-binaries $(TARGETS) >> > > It looks like the problem is that pwd is in uppercase, not so much the > distinction between $() and ``. PWD is a commonly set environment variable, built into shells such as bash, Changing it from "$(PWD)/regress" to `pwd` is begging for issues compiling it in Windows environments, where spaces and Unicode may be in the working directory name.. It's also no longer setting the directory to the "/regress" subdirectory, which is begging for confusion if done uncautiously.
2002 Feb 09
0
Feature-beg: remounting from ro to rw allows changing data=x
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I was a thread on the list archive from a few months ago, about a user who had added 'data=journal' in /etc/fstab. The system stopped working properly because the device couldn't be remounted rw after fsck ran - because ext3 wouldn't allow changing the journalling options on remount. I can understand that changing data=x in general
2002 Aug 14
0
Newbie - RedHat 7.2, Samba 2.2.5 problem - I'm begging here
Hello Samba Guru's, I have been fighting with Samba on my RedHat 7.2 machine on my home LAN for about two weeks now. Had no problems getting it working on a machine at work running Debian powerpc 'woody' and Samba 2.2.1a but for the life of me I can't get it working at home. It appears to be a netbios problem. The box shows up in network neighborhood and when I do a net
2012 Dec 16
3
xlim/ylim problem
Hi everybody, just arrived at R and immediately I got a problem. Here's my script: setwd("C:/Users/Tom/Eigene Tools/Programming/R/Data") blast_hits<-read.table("blastHit_covLenght.txt", header=T) blast_hits <- as.matrix(blast_hits) numerical1<-data.matrix(blast_hits, rownames.force = NA)
2004 Aug 31
4
Problem with seq.dates in chron
I get faulty output from seq.dates() if I specify a length that is too long. For example, I ask for 129 months in the following call to the function, but it returns 131: > R.version.string [1] "R version 1.9.1, 2004-06-21" > startdatetime <- chron(dates="01/01/1995", times="00:00:00") > beg.month.datetimes <- seq.dates(from=startdatetime,
2005 Feb 18
0
Time to beg on my knees for help!!!
Specs: Fedora Core 3. Dual P3 600 (Dell PEdge 1300) SCSI Disks 1x X100P (channel 1) 1x TDM20 (channels 2+3) 1x Knockoff X100P (channel 4) I am looking to have all local and all toll free calls go outbound through the Copper line, and all long-distance and international to go out through the Vonage line. This way I can eliminate LD on my home line, and pay minimal LD charges through
2010 Jul 09
2
nls error regarding numerics vs logicals
I am trying to perform an nls for a valid negative exponential function: zz=nls(y~constant+a.est*2.7183^(b.est*x),start=list(constant=4.0,a.est=-4,b.est = -.005),trace=T) and am getting a number of different error messages, the most problematic of which is "Error in nls(ring.area ~ constant + a.est * 2.7183^(b.est * ba.beg), start = list(constant = 4, : REAL() can only be applied to a
2003 Jul 31
0
Samba security hole as the workstation hangs
Hi, I probably found a minor security hole (as it may be IMHO) in my (latest) stable release of SAMBA (2.2.9a-1) Using Win98SE I am logging to Samba server. I am using root preexec and root postexec on Home share's to maintain a list of "correctly logged" users. When a Windows workstation craches, Samba finds this after some 5 long minutes. Until that time, although a new user logs
2002 May 12
3
ext3 .journal location?
Forgive my novice question, but I am a new student of Linux working on presenting the ext3 journaling filesystem to my class. I seek any advice on how to visibly demonstrate (including a purposeful crash of a Linux box) the benefits of ext3 over ext2. I am not worthy to lick the bootstraps of this group, but I beg for any help! The problem I am having extends to even locating the .journal file
2004 Nov 28
5
[LLVMdev] PowerPC JIT available for testing
Hi everyone, This is just a note to mention that the PowerPC JIT is now operational and begging for testing in mainline CVS. There is one known problem (below), but otherwise it works as well as the static PowerPC backend on the test suite. The known problem is that the JIT seems unable to resolve calls to external functions that start with "__", such as __eprintf, __moddi3, etc....
2007 Sep 12
2
Nested anova with unbalanced design and corrected sample size for spatial autocorrelation
Hello all, This may be a simple question to answer, but I'm a little bit stumped with respect to the calculation of the F statistics in nested anovas with unbalanced design in R. In my case, I have 11 vegetation transects (with 1000 10cmx10cm squares), where we estimated shrub cover. We have two different treatments: wildfire (4 transects) and prescribed burning (7 transects) and we want to
2003 Jun 23
3
paid-for-print
Hi there, I'm newbie in Samba, so I beg for your excuse if my questions are stupid. Is it possible to use Samba as a "paid-for-print" server? If U know something about another free "paid-for-print" software, please let me know. 10x in advance, -- Julian