Displaying 20 results from an estimated 779 matches for "beg".
Did you mean:
be
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 graphs I create with this data.
Ex:
>From the original row:
http://r.789695.n4.nabble.com/file/n4077622/Capture2.png
Note:...
2006 Nov 20
2
problem with loop to put data into array with missing data for some files
...e
/home/jmb/sst_precip/gribdata/197202.grib). This file did not download
completely and as a result the file that saved to my computer did not include
the record for precipitation - only the first 13 records. At this point in the
loop it just stopped with error message:
Error in seq.default(lat.beg, lat.end, length = ny) :
length must be non-negative number
Which is obviously because ny does not actually exist for this file as it cannot
be extracted from source as this record does not exist for this file!
My question is:
Does anybody have any suggestions as to how I could code it s...
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 h...
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"
)
)
and the following function
updateStatistic <- function(statistic, newData){...
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 / 201...
2012 Mar 28
2
problem: bsdlabel
...ulations are:
cylinders=12161 heads=255 sectors/track=63 (16065 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 166 (0xa6),(OpenBSD)
start 126, size 20964699 (10236 Meg), flag 0
beg: cyl 0/ head 2/ sector 1;
end: cyl 280/ head 254/ sector 63
The data for partition 2 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 20971629, size 8379126 (4091 Meg), flag 0
beg: cyl 281/ head 108/ sector 1;
end: cyl 802/ head 254/ sector 63
The data for partition 3...
2006 Nov 20
3
problem with loop to put data into array with missing data forsome files
...gribdata/197202.grib). This file did not download
>completely and as a result the file that saved to my computer did not
>include
>the record for precipitation - only the first 13 records. At this point
>in the
>loop it just stopped with error message:
>Error in seq.default(lat.beg, lat.end, length = ny) :
> length must be non-negative number
>Which is obviously because ny does not actually exist for this file as
>it cannot
>be extracted from source as this record does not exist for this file!
>
>My question is:
>Does anybody have any suggestions...
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 is my issue:
>
> Now I am having trouble in Ethernet bridge and 802.1Q VLAN, I have the
> following network:
> Internet
> |
>...
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 chan...
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
...All<-merge(numerical1, numerical2, all=TRUE)
library(hexbin)
bin<-hexbin(All, xbins=100)
# The next line works pretty good, but there is one extrem artefact in the
data, which let collaps all the data to a small area #
plot(bin, main="All",colramp=function(n){heat.ob(n,beg=230,end=25)})
# So I tried to scale my yaxes, with the next line:
#plot(bin, main="All",ylim=(0,15000),
colramp=function(n){heat.ob(n,beg=230,end=25)})
# The following error message is displayed:
#Fehler: Unerwartete(s) ',' in "plot(bin, main="All",ylim=(0...
2004 Aug 31
4
Problem with seq.dates in chron
...tes() 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, by="months",
length=129)
> beg.month.datetimes
[1] 01/01/95 02/01/95 03/01/95 04/01/95 05/01/95 06/01/95 07/01/95
08/01/95
[9] 09/01/95 10/01/95 11/01/95 12/01/95 01/01/96 02/01/96 03/01/96
04/01/96
[17] 05/01/96 06/01/96 07/01/9...
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
...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 'numeric', not a 'logical'"
I can't see where there are any "logicals" in this equation to cause this
problem. Any help appreciated. Thank you.
Jim Bouldin
2003 Jul 31
0
Samba security hole as the workstation hangs
...ome 5 long minutes. Until that time, although a new user logs into the same workstation, it STILL doesn't make a "POSTEXEC" operation on the previous share !!! (Still alive)
Example of current behaviour - in-out log of current Samba release (IMHO bad)
EVID [2003/07/31 15:04:20] hugo BEG z IP:195.113.84.205 (* PREEXEC -> Starting first connection, RESET at 15:06 approx.)
EVID [2003/07/31 15:07:55] hugo BEG z IP:195.113.84.205 (* PREEXEC -> Logging again to the station)
EVID [2003/07/31 15:11:29] hugo END z IP:0.0.0.0 (* POSTEXEC -> The first connection finaly falls) (S...
2002 May 12
3
ext3 .journal location?
...ice 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 on my 7.2 install. Help, and thanks in advance!
Steve in Texas
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, e...
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