Displaying 20 results from an estimated 4000 matches similar to: "Minutes after midnight to time"
2001 Nov 26
3
Doing things with POSIXt
Dear R-Users,
I have a data file with timestamps and I wanted to use POSIXct time data
type to represent the respective column. I played around with the type and
found a couple of issues:
* there seems to be no direct way of reading datetimes into a variable.
Let's say this is my file
"1992-02-27 23:03:20 PST"
"1992-02-27 22:29:56 PST"
"1992-01-14 01:03:30 PST"
2013 Feb 01
2
difftime() out by 1 hour
I have a problem with results from difftime being 1 hour different than expected. 2 examples are given below:
datetime <- matrix(data=rbind(c("2012-03-31 21:00:00", "2012-04-01 00:00:00", "2012-04-01 03:00:00", "2012-04-01 06:00:00"),
c("2012-10-06 21:00:00", "2012-10-07 00:00:00", "2012-10-07 03:00:00",
2007 Jan 17
2
problem with unlist POSIX date at midnight
Dear R-users,
I use unlist of POSIX dates to extract the year, hour etc. With that I
can search for files in my database which are in the form
'yyyymmddhh_synops.txt'
However, I get stucked during midnight where unlist just gives NA's.
The script is given below, the problem accurs at acc.period[16]
(midnight). However when I write out the character, unlist works well.
But
2009 Mar 19
2
Script to softly restart Asterisk each midnight to clean locked channels
As Asterisk has inner problems and channels very often locks we have such
script to restart Asterisk each midnight.
We (our clients) mostly use v1.4.18.1. We can't upgrade to newer versions
because there are too much changes which would brake our system
(realtime/sip/iax2/cdr/etc/etc).
Script soft hangups all alive channels in dirty way then kills Asterisk and
starts it up.
Hope
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
2005 May 12
1
Converting a number of minutes to a difftime
Hi,
I have a variable "m" that contains the number of minutes that something
lasted, e.g.
m <- 139
I'd like to convert it to a difftime, so I can add it to the POSIXct
start time. But as.difftime seems to want a character string, with at
most two characters for the minutes. All other conversion functions
seem to take strings as well. What am I missing?
Thanks,
Martin
2006 Nov 23
1
How to kill a meet me room at midnight
Other than rebooting the server or restarting Asterisk from cron does anyone
know how to kill a meetme room at midnight. Or perhaps other creative ways
people deal with callers who don't hang up.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061123/7429572e/attachment.htm
2019 Jan 14
2
EuroLLVM 2019 CFP deadline is in 20 minutes
Dear All,
Another reminder: the deadline for submitting talk proposals for
EuroLLVM'19 is in 20 minutes. Details are available at
http://llvm.org/devmtg/2019-04/#cfp
--
With best regards, Anton Korobeynikov
Department of Statistical Modelling, Saint Petersburg State University
2018 Mar 22
2
how to add a child to a child in XML
Big thanks. newXMLNode works great. Wonder why it is not included in the documentation.
There is newXMLDoc and newXMLNamespace, but no mention of newXMLNode.
Stephen
From: Ben Tupper [mailto:btupper at bigelow.org]
Sent: Wednesday, March 21, 2018 6:18 PM
To: Bond, Stephen
Cc: r-help
Subject: Re: [R] how to add a child to a child in XML
Hi,
XML doesn't use the `$` to access child nodes.
2020 Jun 02
2
Help needed for installing MT7601U Linux driver
Hi everyone,
My PC don't have an integrated WLAN card, so I bought an USB WIFI device
which use the MediaTek MT7601U chip(image 'dongle.jpg').
------------------------------------------------------------------------------------------------------
My PC specification-
OS = CentOS 7.8.2003.
Processor = AMD Ryzen 5 1600.
Mother-Board = GA-Gigabyte A320M-S2H
2018 Mar 22
0
how to add a child to a child in XML
Hi,
It's a reasonable question. The answer is that it actually is included, but there are many instances across packages where multiple functions are documented on a single help page. The following brings up such a page... (for XML_3.98-1.9)
> library(XML)
> ?newXMLNode
You can see the same on line...
https://www.rdocumentation.org/packages/XML/versions/3.98-1.9/topics/newXMLDoc
2018 Mar 22
1
how to add a child to a child in XML
Just to clarify and hopefully catch the attention of the maintainer:
The newXMLNode function is not mentioned in:
https://cran.r-project.org/web/packages/XML/XML.pdf
which supposedly describes all functions in the package.
Stephen
From: Ben Tupper [mailto:btupper at bigelow.org]
Sent: Thursday, March 22, 2018 10:40 AM
To: Bond, Stephen
Cc: r-help
Subject: Re: [R] how to add a child to a
1999 May 01
0
smb client support in midnight commander
I have implemented smb client functionality in midnight commander
file manager. It is implemented in its virtual filesystem layer,
just like the ftpfs and others. It mostly uses the functionality
provided by the libsmb/clientgen.c in samba.
The functionality of browsing for servers, showing shares on server
as directories, and all read/write/erase/mkdir/rmdir/etc.. is all
implemented.
The
2013 Dec 03
1
Outbound traffic spike every 30 minutes
Since Sunday morning, one of my CentOS servers has been generating a
small spike of outbound traffic every 30 minutes (X:00 and X:30). It's
not enough traffic to really cause any notice except for the fact that
it is a very regular pattern and it started abruptly at midnight Sunday.
This server is used for mail (Courier-MTA), and DNS (Bind). I cannot
find anything unusual in either of
2013 Dec 03
1
Outbound traffic spike every 30 minutes
Is inbound or outbound?
What port?
tcp or udp?
------Mensaje original------
De: Bowie Bailey
Remitente: centos-bounces at centos.org
Para: CentOS mailing list
Responder a: CentOS mailing list
Asunto: [CentOS] Outbound traffic spike every 30 minutes
Enviado: 3 de dic de 2013 19:36
Since Sunday morning, one of my CentOS servers has been generating a
small spike of outbound traffic every 30
2018 Jan 02
1
httr::content without message
Thanks to all that replied. I had just looked through the httr code and sure enough for a .csv mime time it calls readr::read_csv(). The httr::content docs suggest not using automatic parsing in a package, rather to determine mime type and parse yourself and Ben's suggestion also works if I do:
junk <- readr::read_csv(r1$content, col_types = cols())
Perfect. Using httr rather than
2017 Sep 06
1
rgdal error when trying to import raster
Indeed, Ben, but the question was something more like it is not a Dependency, just Suggested, so why the error...
John:
If you read the Introduction to the 'raster' package vignette, it indicates that some input formats are supported within the raster package and some rely on other packages. Clearly the attempt to read a TIFF was an example of the latter. Had you used a different input
2013 Jan 04
0
[LLVMdev] LLVM master could be unavailable January 8 from midnight to 6:00AM Pacific
Hello,
LLVM buildbot master could be unavailable from midnight to 6:00AM Pacific
on the 8th January 2013 due repair jobs.
Thanks for understanding.
Thanks
Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130104/81b06837/attachment.html>
2017 Aug 06
1
Nested for loop
Hi Ben,
That's exactly right! Except for each set it's the sample population that
is 400, 800 or 300. I want to take 3 samples, each of 100, where only the
population differs. I can do this separately, but I'm having trouble
putting them all on the same graph.
I'd like to have sample on the x axis (1-300) and estimate on the y axis. I
want to show how population affects the
2017 Dec 16
0
Generating help files for a function
Hi,
If you are using roxygen-style function documentation then why not use devtools::document()?
Ben
> On Dec 16, 2017, at 9:00 AM, Erin Hodgess <erinm.hodgess at gmail.com> wrote:
>
> Hello everyone!
>
> I'm in the process of writing a package, and I'm using the lovely "R
> Package" book as a guideline.
>
> However, in the midst of my