Displaying 20 results from an estimated 124 matches for "4480".
Did you mean:
440
2012 Sep 14
2
calculate within-day correlations
...1380 75.3467
2002 3 30 1395 75.05871
2002 3 30 1410 74.77071
2002 3 30 1425 74.48272
2002 3 30 1440
74.19473"),header=F,col.names=c('yr','mn','dy','min','Q'))
SC<-read.table(textConnection("2002 3 28 15 4480
2002 3 28 30 4480
2002 3 28 45 4480
2002 3 28 60 4480
2002 3 28 75 4480
2002 3 28 90 4480
2002 3 28 105 4480
2002 3 28 120 4480
2002 3 28 135 4482.5
2002 3 28 150 4485
2002 3 28 165 4487.5
2002 3 28 180 4490...
2010 Dec 07
3
More elegant magnitude method
...), scientific = F)))-1}
> a <- 123456789
> b <- 1E15
> c <- 12.345
> scl(a)
[1] 8
> scl(b)
[1] 15
> scl(c)
[1] 1
Thanks
--------------------------------------
Jonathan P. Daily
Technician - USGS Leetown Science Center
11649 Leetown Road
Kearneysville WV, 25430
(304) 724-4480
"Is the room still a room when its empty? Does the room,
the thing itself have purpose? Or do we, what's the word... imbue it."
- Jubal Early, Firefly
2005 Jun 17
2
ASTCC Rate Calculation
...call is calculated? I believe
that there is an error in the code. I have fixed it, I think and
submitted a patch but we need user comments. I would appreciate if
anybody involved would slip over to chech out this link on the
bugtracker and provide feedback. http://bugs.digium.com/view.php?id=4480
I may well be wrong but I believe the issue needs visiting. Somebody
was asking me how it calculates costs as they thought they knew what a
call should cost. I said "I'll show you". Mistake, I could not come up
with an answer that made sense.
Please let me know,
Darren Wiebe
2002 May 31
0
Convergence and singularity in glmmPQL
...Value Std.Error DF t-value p-value
(Intercept) -5.523606 0.3170107 4351 -17.42404 <.0001
Standardized Within-Group Residuals:
Min Q1 Med Q3 Max
-0.54548030 -0.06825715 -0.05379631 -0.04567625 18.29733311
Number of Observations: 4480
Number of Groups:
groupid participantid %in% groupid
21 129
---
The most interesting question, though, is the effect of the dummy
variables is.prot, is.cath, is.union, is.sport, and is.busi. Each of these
is a dichotomous variab...
2005 Feb 08
1
Drawing maps of UK
...aps of data that I
have which is organised by postcode (sort of equivalent of US Zip code
for those who don't know). I think this may be quite ambitious, but I
wanted to see just how far I could get with R.
I have seen examples on the list (e.g.
http://www.r-project.org/nocvs/mail/r-help/2000/4480.html) giving
examples of drawing maps of the UK at county level
(map("uk",fill=T,color=pop.colour)) but this didn't work on my system -
as I don't seem to have the correct data for the UK.
Thanks in advance for your help
Mick
2010 Nov 01
1
Possible memory leak in loop.
...uation patterns in RAM usage (if there are any). Does anyone with
more experience know if this is indicative of a memory leak?
Thanks,
Jon
--------------------------------------
Jonathan P. Daily
Technician - USGS Leetown Science Center
11649 Leetown Road
Kearneysville WV, 25430
(304) 724-4480
"Is the room still a room when its empty? Does the room,
the thing itself have purpose? Or do we, what's the word... imbue it."
- Jubal Early, Firefly
[[alternative HTML version deleted]]
2011 Mar 15
1
(no subject)
...ver had need to do this or have any ideas on how
to do this?
Thanks,
Jon
PS I apologize if this double-sends, but I am having mail client issues.
--------------------------------------
Jonathan P. Daily
Technician - USGS Leetown Science Center
11649 Leetown Road
Kearneysville WV, 25430
(304) 724-4480
"Is the room still a room when its empty? Does the room,
the thing itself have purpose? Or do we, what's the word... imbue it."
- Jubal Early, Firefly
2002 Jun 05
1
oplock break failures
...42:50, 0]
smbd/oplock.c:oplock_break(833)
Jun 5 09:42:50 files2 smbd[27585]: oplock_break: client failure in oplock
break in file Pledgemaker/Pledgemaker-DRF/Appeal Loaders/02-R02L01-Lifeline
Invite #1.txt
Jun 5 09:42:50 files2 smbd[27585]: [2002/06/05 09:42:50, 0]
smbd/reply.c:reply_lockingX(4480)
Jun 5 09:42:50 files2 smbd[27585]: reply_lockingX: Error : oplock break
from client for fnum = 10128 and no oplock granted on this file
(Pledgemaker/Pledgemaker-DRF/Appeal Loaders/02-R02L01-Lifeline Invite
#1.txt).
2020 May 05
1
problems with NVS310
I guess the DVI adapter is passive.
$ xrandr --props
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 8192 x 8192
XWAYLAND1 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 510mm x 290mm
??? non-desktop: 0
??? ??? supported: 0, 1
?? 1920x1080???? 59.96*+
XWAYLAND4 connected 2560x1440+1920+0 (normal left inverted right x axis
y axis) 600mm x 340mm
??? non-desk...
2018 Nov 30
2
(Question regarding the) incomplete "builtins library" of "Compiler-RT"
...d ptr [esp], eax
call __alloca
add esp, 4456
pop ebp
ret
Compiled with "-target i386-win32" this generates the following code
(see <https://godbolt.org/z/Hc8jaL>):
_main: # @main
push ebp
mov ebp, esp
push esi
and esp, -16
mov eax, 4480
call __chkstk
mov esi, esp
mov eax, dword ptr [ebp + 8]
mov dword ptr [esi + 4464], 0
mov ecx, dword ptr [ebp + 8]
add ecx, 3
and ecx, -4
mov dword ptr [esi + 12], eax # 4-byte Spill
mov eax, ecx
call __chkstk
mov ecx, esp
and ec...
2011 Oct 22
2
setacl fails - does not find dovecot-acl file
...xplicitly set lock_method to
fcntl (also tried flock, same behavior).
I'm not using chroot.
I appreciate any help to get this sorted out.
Thanks,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4480 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20111022/3001cc0f/attachment-0004.bin>
2006 Feb 21
1
feature not available
Hi
I am working with this data:
my data summary is:
> summary(spi)
open high low close volume
Min. :4315 Min. :4365 Min. :4301 Min. :4352 Min. :
0
1st Qu.:4480 1st Qu.:4497 1st Qu.:4458 1st Qu.:4475 1st
Qu.:11135
Median :4609 Median :4631 Median :4594 Median :4614 Median
:14439
Mean :4620 Mean :4640 Mean :4599 Mean :4620 Mean
:16590
3rd Qu.:4773 3rd Qu.:4796 3rd Qu.:4753 3rd Qu.:4766 3rd
Qu.:18294
Max....
2013 Feb 21
5
BTRFS fails defragging
Hi folks,
I''m using Ubuntu 12.10 Quantal with
# uname -r
3.5.0-24-generic
And it seems I cannot defrag :
# filefrag /boot/initrd.img-3.5.0-24-generic
/boot/initrd.img-3.5.0-24-generic: 3 extents found
# btrfs filesystem defrag /boot/initrd.img-3.5.0-24-generic
# echo $?
20
# filefrag /boot/initrd.img-3.5.0-24-generic
/boot/initrd.img-3.5.0-24-generic: 3 extents found
Any clue
2013 Jul 24
2
Healing in glusterfs 3.3.1
Hi,
I have a glusterfs 3.3.1 setup with 2 servers and a replicated volume used
by 4 clients.
Sometimes from some clients I can't access some of the files. After I force
a full heal on the brick I see several files healed. Is this behavior
normal?
Thanks
--
Paulo Silva <paulojjs at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Sep 09
6
problem saving word documents
...ata(434) )
- Error: oplock break from client and no oplock granted on this file
( smbd/oplock.c:oplock_break(761) )
- oplock_break: client failure in oplock break in file ...
( smbd/oplock.c:oplock_break(833) )
- oplock_break: receive_smb timed out after 30 seconds.
( smbd/reply.c:reply_lockingX(4480) )
- Panic: failed to set gid
( lib/util_sec.c:assertgid(111)
lib/util.c:smb_panic(1092) )
We're running Samba versions 2.2.4 and 2.2.5 and we're having these
problems with both versions.
On our clients we have Win98, WinNT and Win2000, mostly Office 97 , a few
office 2000.
Problem o...
2016 Aug 22
1
CentOS 7, memory hungry (2.5GB) without user and heavy services running
...128 3820 S 0.0 0.2 2:20.92 systemd
577 root 20 0 210456 5488 3708 S 0.0 0.1 0:03.85 abrtd
26833 root 20 0 143008 5436 4148 S 0.0 0.1 0:13.47 sshd
487 root 20 0 46424 5112 2652 S 0.0 0.1 0:02.26
systemd-udevd
592 root 20 0 207976 4480 3124 S 0.0 0.1 0:02.31
abrt-watch-log
1806 postfix 20 0 93512 4088 3028 S 0.0 0.1 0:02.80 qmgr
470 root 20 0 129132 3956 2456 S 0.0 0.1 0:00.02 lvmetad
580 root 20 0 445712 3888 3156 S 0.0 0.1 1:00.74 rsyslogd
26950 postfix 20 0 93328...
2009 Sep 10
0
[LLVMdev] [PATCH] Preserver ProfileInfo in CodeGenPrepare
...in CodeGenPrepare.
Would it be okay to commit such patches (that touch parts of LLVM to
preserve ProfileInfo) without prior approval?
Thanks, Andi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-r81438.preserver.profile.info.patch
Type: text/x-patch
Size: 4480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090910/ebb9c114/attachment.bin>
2003 Jan 24
1
OT:
For the last couple of days, I''ve been seeing a bunch of these from 8
different domains from Germany to South Korea, etc. Can anyone give me an
idea as to what may be going on?
Jan 24 09:37:18 omega kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC=
SRC=xx.xxx.xxx.xxx DST=xxx.xxx.xxx.xxx LEN=44 TOS=0x00 PREC=0x00 TTL=49
ID=47415 DF PROTO=TCP SPT=53121 DPT=25 WINDOW=5840 RES=0x00 CWR
2010 Apr 01
1
how to construct a time series
Hi,
I need to generate the time series of the production, but as I'm new to this
topic I am not able to do that. This is what the time series should be:
PROD(t)=PROD(t,T)
PROD(t-1)=PROD(t-1,T)
PROD(t-2)=PROD(t-1)*PROD(t-2,T-1)/PROD(t-1,T-1)
PROD(t-3)=PROD(t-2)*PROD(t-3,T-2)/PROD(t-2,T-2)
...
...
...
from PROD(t-2)...it will get the same expression; where PROD(t,T) is the value
of the
2010 Dec 07
3
string
Hi,
I'm running R 2.11
Does anyone know if it possible to transform one character vector to one
character string ?
Many thanks
Benoit
--
Benoit Wastine
Laboratoire des Sciences du Climat et de l?Environnement (LSCE/IPSL)
CEA-CNRS-UVSQ
CE Saclay
Orme des merisiers
B?t 703 - Pte 13A
91191 Gif sur Yvette Cedex
France
Tel : 33 (0)1 69 08 21 97
Fax : 33 (0)1 69 08 77 16