Displaying 20 results from an estimated 300 matches similar to: "replacing empty cells, and Date question"
2006 Nov 17
0
difftime for handling time units--hours, minutes, days--from file times
Thanks, Tim
To get the time difference in the proper units, it's as simple as this:
difftime(myfileinfo$mtime[2], myfileinfo$mtime[1], units="hours")
Cheers,
Warren
On 11/13/06, Tim Calkins <tcalkins@gmail.com> wrote:
> hardly the most efficient way to go, but consider using a substring
> function to extract the time bits from your data, then reading them as POSIX
2017 Jul 22
0
Compaq R3000h support
Now I have some access problems.
This is what ends up un messages
Hosts.allow is set to accept anyone on the local net.
Username and passwords are the same
Upsc gives proper output.
System is Centos 6.8
Jul 22 17:20:06 BIFROST upscode2[10113]: Startup successful
Jul 22 17:20:06 BIFROST upsd[10116]: listening on ::1 port 3493
Jul 22 17:20:06 BIFROST upsd[10116]: listening on 192.168.0.1 port 3493
2006 Nov 13
1
handling time units--hours, minutes, days--from file times
Dear R-helpers,
I am trying to generalize my function for recording measurement times from
file times "mtime"--my intervals are minutes to hours over the course of
several days. I want to use hours as my units, and I have had trouble
dealing with time units in a general way. I have a simple solution for the
dealing with regular intervals, but I have not been able to handle irregular
2003 Apr 22
1
Social Network Analysis and R
I'm interested in computing densities of a number of small ego-centred or local
networks. I've installed both the R program and the sna package. My next task
is importing the data into R.
Our data was entered into Spss in an edgelist format in which each case
specifies the link between an alter and an ego. For example:
10101 10102 1
10101 10103 3
10102 10104 2
10201 10203
2011 Dec 07
0
[xen-unstable test] 10413: regressions - trouble: broken/fail/pass
flight 10413 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10413/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken
test-amd64-i386-win 8 guest-saverestore fail REGR. vs. 10201
test-i386-i386-win 8 guest-saverestore fail REGR. vs. 10201
2005 Nov 07
3
Unable to configure Ices with alsa for Creative Labs SB Audigy LS
Hello,
I have a computer with this sound card (from lspci):
0000:01:04.0 Multimedia audio controller: Creative Labs SB Audigy LS
Alsa is installed (maybe not properly...)
# cat /proc/asound/cards
0 [CA0106 ]: CA0106 - CA0106
Live! 7.1 24bit [SB0410] at 0xc800 irq 10
But I have the impression alsa is ok :
:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
libswfdec/swfdec_as_context.c | 3
player/swfplay.c | 2
test/trace/ASSetPropFlags-extended-5.swf |binary
test/trace/ASSetPropFlags-extended-5.swf.trace | 8213 +++++++++++++++++++++++++
test/trace/ASSetPropFlags-extended-6.swf |binary
test/trace/ASSetPropFlags-extended-6.swf.trace | 8213 +++++++++++++++++++++++++
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
libswfdec/swfdec_as_internal.h | 2
libswfdec/swfdec_as_object.c | 28
libswfdec/swfdec_as_types.c | 33
libswfdec/swfdec_as_types.h | 1
libswfdec/swfdec_sprite_movie_as.c | 44
test/trace/Makefile.am | 18
test/trace/localToGlobal-propflags-5.swf |binary
2007 Dec 14
2
Stange pause between extensions commands.
Hello,
i have a simple but annoying problem. I have the following entry in
/etc/asterisk/externsions.conf file:
---<Cut Here>---
exten => 10100,1,Wait(4)
exten => 10100,2,Playback(transfer,noanswer)
exten => 10100,3,Dial(${PHONE30},30,t)
exten => 10100,4,Background(extension)
exten => 10100,5,Background(is-curntly-unavail)
exten => 10100,6,Voicemail(9999)
exten =>
2004 Nov 21
0
sip debug command?
Hi,
Whilst trying to get this Tecom phone working with Asterisk, it seems
to be unable to login. Using the 'sip debug' command from the CLI does
not produce any
output even though the debug of the phone shows it trying to login every
second or so?
The phone seems to be based on a "Centrality PA1688" processor.
Is there any other way I can see why this phone fails to login?
I
2007 Aug 07
1
lmer() : crossed-random-effects specification
Dear all,
I want to estimate a crossed-random-effects model (i.e., measurements,
students, schools) where students migrate between schools over time.
I'm interested in the fixed effects of "SES", "age" and their
interaction on "read" (reading achievement) while accounting for the
sample design. Based on a previous post, I'm specifying my model as:
fm1 <-
2006 Dec 12
1
Two domain groups with the same gid?
Here is the result from getent:
user@SERVER01:~$ getent group | grep 10208
DOMAIN\group1:x:10208:
BUILTIN\administrators:x:10208:DOMAIN\user1,DOMAIN\user2,DOMAIN\user3,DO
MAIN\user4
What is up with that? Is there some way I can manually change the gid
of one of these? The group1 is a new group that I just set up btw.
James Dinkel
2012 May 06
1
Ext3 and drbd read-only remount problem.
Hi all.
I have two hosts with drbd:
kmod-drbd83-8.3.8-1.el5.centos
drbd83-8.3.8-1.el5.centos
and kernel (CentOS 5.7):
2.6.18-308.4.1.el5
After a recent upgrade of kernel I have had two sitiuations when my ext3
filesystem on /dev/drbd0 became read-only. I've checked disks with smartctl
-t long, they are ok. There are no messages with disks problems in
/var/log/messages | dmesg. I've made
2007 Aug 07
0
lmer() - crossed random effects specification
Dear all,
I want to estimate a crossed-random-effects model (i.e., measurements,
students, schools) where students migrate between schools over time.
I'm interested in the fixed effects of "SES", "age" and their
interaction on "read" (reading achievement) while accounting for the
sample design. Based on a previous post, I'm specifying my model as:
fm1 <-
2005 Oct 05
0
icecast2 mountpoints maximum
A small update from my side.. i have updated both icecast and libshout to
the nightly snapshot versions of icecast.org. Also, in the configfile i have
raised the threadpool to 500 and all timeouts to 3000.
This did help a bit. Right now i can get it up to 1020 inputstreams, however
then it just stops accepting new connections.
Is there a theoretical maximum to the number of mountpoints icecast
2017 Jul 22
2
Compaq R3000h support
On Sat, Jul 22, 2017 at 7:48 AM, Charles Lepple <clepple at gmail.com> wrote:
>
> I also have not used a Synology device, but as I recall, they generally
> expect to be the NUT master system. This may cause problems if you need to
> do something fancy with upssched.
>
The Synology boxes work fine as NUT clients, *however* they provide very
little ability to configure NUT
2003 Jul 17
0
error "WARNING[28697]: File app_dial.c, Line 304 (wait_for_answer): Unable to forward voice"
I am trying to put a call on a E1 ISDN :
The configuration are simple:
zapata.conf :
[channels]
context=inbound
switchtype=euroisdn
signalling=pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
;echocancel=no
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
;immediate=yes
immediate=no
callerid => asreceived
amaflags
2005 Oct 05
3
icecast2 mountpoints maximum
We are using icecast as stream-relay for a true narrowcast solution
we've developed. The idea behind the system is that each individual
client gets it's own mountpoint.
Basically we have an application that creates streams. Its written in
c++ and uses libshout to handle connecting to icecast.
Everything works fine, as long as we keep the number of mountpoints
below 347. As soon as we
2010 Jan 25
4
R Memory Problem
Is anyone could help me to resolve this problem?I'm presently an SAS user for
my application and was exploring R to use it for my application.I have
already posted this question on using my 32 bit machine with 2GB RAM and
from what i understood was to use a 64Bit machine .I tried using 64bit
machine using 4GB RAM .I'm running predictive analytics using R and to
calibrate my model i used to
2013 Oct 24
2
[Bug 10226] New: fatal_unsafe_io_error and the version it reports
https://bugzilla.samba.org/show_bug.cgi?id=10226
Summary: fatal_unsafe_io_error and the version it reports
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Martin.vGagern at