Displaying 20 results from an estimated 146 matches for "1315".
Did you mean:
115
2009 Jul 11
2
Date conversions
...)
class(Date2)
mode(Date2)
Date2
Date2 = as.Date(Date2)
class(Date2)
mode(Date2)
Date2
Results follow.
Thanks,
Mark
> MyDate1 = read.csv("C:\\Date1.txt",header=TRUE)
> MyDate2 = read.csv("C:\\Date2.txt",header=TRUE)
>
> MyDate1
Date Time
1 01/02/2003 1315
2 01/03/2003 1315
3 01/06/2003 1315
4 01/07/2003 1315
5 01/08/2003 1315
6 01/09/2003 1315
7 01/10/2003 1315
8 01/13/2003 1315
9 01/14/2003 1315
10 01/15/2003 1315
11 01/16/2003 1315
12 01/17/2003 1315
> Date1 = MyDate1$Date
> class(Date1)
[1] "factor"
> mode(Date1)
[1] &q...
2007 May 17
7
[Bug 1315] New: Match Group does not support negation
http://bugzilla.mindrot.org/show_bug.cgi?id=1315
Summary: Match Group does not support negation
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbu...
2005 Jul 13
5
CONSOLE/dsp
I'm trying to create an extension that will connect caller to asterisk sound card. I've followed the example at http://www.voip-info.org/tiki-index.php?page=Asterisk+tips+console. With no luck.
What I get is:
Jul 13 09:56:45 VERBOSE[1315]: -- Executing Dial("SIP/300-3bd6", "CONSOLE/dsp") in new stack
Jul 13 09:56:45 WARNING[1315]: No channel type registered for 'CONSOLE'
Jul 13 09:56:45 NOTICE[1315]: Unable to create channel of type 'CONSOLE'
Jul 13 09:56:45 VERBOSE[1315]: == Everyone is bu...
2018 Dec 31
2
[Bug 1315] New: Does not seem to be a way to use a named quota to make decisions in a rule
https://bugzilla.netfilter.org/show_bug.cgi?id=1315
Bug ID: 1315
Summary: Does not seem to be a way to use a named quota to make
decisions in a rule
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW...
2007 Sep 06
0
Help needed - ISDN is "redialling"
...#39;ve just received a bill from bt where it claims that we are making
numerous calls to the same number time after time.
e.g.
01226xxxxxx Barnsley 20/06/2007 2115 16:00:00
01226xxxxxx Barnsley 20/06/2007 1219 08:55:32
01226xxxxxx Barnsley 21/06/2007 2115 16:00:00
01226xxxxxx Barnsley 21/06/2007 1315 08:00:00
01226xxxxxx Barnsley 21/06/2007 0515 08:00:00
01226xxxxxx Barnsley 22/06/2007 2115 16:00:00
01226xxxxxx Barnsley 22/06/2007 0515 08:00:00
01226xxxxxx Barnsley 22/06/2007 1315 08:00:00
01226xxxxxx Barnsley 23/06/2007 2115 32:00:00
01226xxxxxx Barnsley 23/06/2007 1315 08:00:00
01226xxxxxx Ba...
2017 May 26
0
CEBA-2017:1315 CentOS 7 resource-agents BugFix Update
CentOS Errata and Bugfix Advisory 2017:1315
Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1315.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b6df7ade000a3c8928a78dd7326217d17e1f2f3d14b0115bf1165f1e1adaeabd resource-agents-3.9.5-82.el7_3.11.x...
2017 Oct 09
8
Regular expression help
...ords" like
a
a/b
a/b/c
where there may be multiple words on a line (separated by spaces).? The
a, b, and c strings can contain non-space, non-slash characters. I'd
like to use gsub() to extract the c strings (which should be empty if
there are none).
A real example is
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
which I'd like to transform to
" 587 587 587 587"
Another real example is
"f 1067 28680 24462"
which should transform to "?? ".
I've tried a few different regexprs, but am unable to find a way to say
&q...
2004 May 17
2
RE: Bug 1315 -- wrong schannel auth len 24 -- am I having same problem on my Mac?
...with auth failed (Bad encryption type)
[2004/05/17 09:43:34, 1]
/SourceCache/samba/samba-56/samba/source/smbd/sesssetup.c:reply_spnego_k
erberos(173)
Failed to verify incoming ticket!
# -----Original Message-----
#
# The fix for 3.0.4 is attached to
#
# https://bugzilla.samba.org/show_bug.cgi?id=1315
#
# Anders, I posted this previsouly in response to one of
# the threads you referred to.
#
# http://lists.samba.org/archive/samba/2004-May/085842.html
2019 Nov 25
2
Restar datetime, resultado erróneo
...cuando un programa comienza
antes de las 12 de la noche y termina después de la medianoche. Os pongo un
ejemplo:
horai <- c("23:45", "01:50")
horai.t <- strptime( horai, "%H:%M" )
dur<-as.numeric(difftime(horai.t[2],horai.t[1],units ="min"))
[1] -1315
El resultado debería ser 125 minutos, pero creo que R entiende que la 1:50
es de la madrugada que el mismo día.
¿Se os ocurre alguna forma de solucionarlo?
Muchas gracias!!
--
Rubén.
[[alternative HTML version deleted]]
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...through in gdb (below), I see the data frame window
disappears after the first call to closewin; the segmentation fault
happens within the second call.
% bin/R -d gdb
(gdb) run
[R starts up] Ctrl-c to get back to debugger:
(gdb) break closewin
Breakpoint 1 at 0x402195ff: file dataentry.c, line 1315.
(gdb) cont
Continuing.
> x <- edit(data.frame())
At this point, I click the "close" button provided by the window
manager, control returns to gdb. If I then single-step through gdb, I
see the error in the second call to closewin (from line 313 of
dataentry.c)
Breakpoint 1, close...
2006 Mar 24
1
PRI Behavior
.... integrating with Altiware server. PRI
appears to be okay. It keeps trying to move my call to a different
channel...usually channel 1. This is the deal here:
Moving call from channel 23 to channel 1
Then the following errors after no audio then hanging up manually:
Mar 24 17:46:17 WARNING[1315]: chan_zap.c:7792 pri_fixup_principle: Call
specified, but not found?
Mar 24 17:46:17 WARNING[1315]: chan_zap.c:8874 pri_dchannel: Hangup on
bad channel 0/1 on span 1
Using asterisk 1.2.5, zaptel 1.2.4, and libpri 1.2.2 as they are the
current stable releases.
I've tried changing the timing...
2019 Nov 25
2
Restar datetime, resultado erróneo
Pues es buena solución,
muchas gracias Álvaro.
El lun., 25 nov. 2019 a las 10:25, Álvaro Hernández Vicente (<alvarohv en um.es>)
escribió:
> Pues lo más rápido quizá sea sumarle los minutos totales que tiene un
> día a los que te salgan negativos.
>
> -1315 + 24*60 = 125 min
>
> Un saludo
> Álvaro
>
> El 25/11/19 a las 9:36, Ruben Tobalina Ramirez escribió:
> > Buenos días,
> >
> > Tengo una lista de programas de televisión con sus horas de inicio y me
> > gustaría encontrar la duración de cada uno. Para ello uti...
2017 Oct 09
0
Regular expression help
> x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
> gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x)
[1] " 587 587 587 587"
> y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/"
> gsub("(^| *)([^/ ]*/?){0,2}", "\\1"...
2017 Oct 09
1
Regular expression help
"(^| +)([^/ ]*/?){0,2}", with the first "*" replaced by "+" would be a bit
better.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Oct 9, 2017 at 8:50 AM, William Dunlap <wdunlap at tibco.com> wrote:
> > x <- "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
> > gsub("(^| *)([^/ ]*/?){0,2}", "\\1", x)
> [1] " 587 587 587 587"
> > y <- "aa aa/ aa/bb aa/bb/ aa/bb/cc aa/bb/cc/ aa/bb/cc/dd aa/bb/cc/dd/"
> > gsub("(^| *)([^/ ]*/?){0,2}&qu...
2017 Oct 10
0
Regular expression help
How about this (I'm showing it as a pipe because it's easier to read
that way):
library(magrittr)
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" %>%
? strsplit(' ') %>%
? unlist %>%
? sub('^[^/]*/*','',.) %>%
? sub('^[^/]*/*','',.) %>%
? paste(collapse = ' ')
Georges Monette
--
Georges Monette, PhD P.Stat.(SSC) | Associ...
2005 Dec 28
5
Regular crashes
...queue_hangup (chan=0x672e3330) at channel.c:671
f = {frametype = 4, subclass = 1, datalen = 0, samples = 0,
mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec =
0,
tv_usec = 0}, prev = 0x0, next = 0x0}
#3 0x408fc2d9 in __sip_autodestruct (data=0x81be208) at chan_sip.c:1315
p = (struct sip_pvt *) 0x81be208
#4 0x08056c3e in ast_sched_runq (con=0x8172f28) at sched.c:373
current = (struct sched *) 0x8174868
tv = {tv_sec = 1135275568, tv_usec = 989877}
x = 0
res = 1083432672
#5 0x40927e28 in do_monitor (data=0x0) at chan_sip.c:112...
2017 Oct 09
0
Regular expression help
...t; where there may be multiple words on a line (separated by spaces). The
> a, b, and c strings can contain non-space, non-slash characters. I'd
> like to use gsub() to extract the c strings (which should be empty if
> there are none).
>
> A real example is
>
> "f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
>
> which I'd like to transform to
>
> " 587 587 587 587"
>
> Another real example is
>
> "f 1067 28680 24462"
>
> which should transform to " ".
>
> I've tried a few diff...
2009 Apr 27
2
Problem with R 2.9.0 vs. R2.8.1 with either "survival" package or "predict" function
Just wanted to alert everyone regarding a problem that I only
experience with R2.9.0 and not with R2.8.1 when I run both using
exactly the same script and the same data.
Here is what I do with my data "MyData", 2 predictors (V1 and V2) and
my survival DV "Depvar":
library(survival)
2011 Apr 12
0
No subject
...erisk sees this:
> [Aug 2 15:00:31] VERBOSE[1918] chan_sip.c: Capabilities: us - 0x104
> (ulaw|g729), peer - audio=0x10c (ulaw|alaw|g729)/video=0x0
> (nothing)/text=0x0 (nothing), combined - 0x104 (ulaw|g729)
>
> The call goes out the callwithus trunk:
> [Aug 2 15:00:31] VERBOSE[1315] pbx.c: -- Executing
> [s at macro-dialout-trunk:19] Dial("SIP/2001-00000047",
> "SIP/CallWithUs/**********,300,tTwW") in new stack
>
> And then this, no INVITE goes out to callwithus at all:
> [Aug 2 15:00:31] WARNING[1315] chan_sip.c: No audio format found...
2019 Nov 27
2
Restar datetime, resultado erróneo
...t;
>> El lun., 25 nov. 2019 a las 10:25, Álvaro Hernández Vicente (<
>> alvarohv en um.es>)
>> escribió:
>>
>> > Pues lo más rápido quizá sea sumarle los minutos totales que tiene un
>> > día a los que te salgan negativos.
>> >
>> > -1315 + 24*60 = 125 min
>> >
>> > Un saludo
>> > Álvaro
>> >
>> > El 25/11/19 a las 9:36, Ruben Tobalina Ramirez escribió:
>> > > Buenos días,
>> > >
>> > > Tengo una lista de programas de televisión con sus horas de inicio...