search for: timeframes

Displaying 20 results from an estimated 541 matches for "timeframes".

Did you mean: timeframe
2006 May 22
1
Timeframe for QueueStatus values
Hello all, I've a question regarding the values "completed" and "abandoned" that are returned by the manager command "queuestatus". What is the timeframe for these values, are they counted since the last asterisk boot, or per day, or is the timeframe configurable? Thanks and Regards Markus
2013 Feb 17
2
Loop
Hi all, I want to execute a loop of a program: for (u in Timeframemin:Timeframe){} Imagine that Timeframemin<-10 Timefram<-10000 Is it posible to execute the loop but only proving from 10 to 10000 but jumping 10 each time, for example, execute for 10,20,30.....to Timeframe. Other question is, when a program is "heavy" and has a lot of loops to execute (how can I know where
2015 Mar 09
2
New sub-driver submission process timeframe?
Is there a specific file with the version number in it that I would modify, or do you just mean the file names? Sincerely, Rob Groner From: Charles Lepple [mailto:clepple at gmail.com] Sent: Monday, March 09, 2015 9:23 AM To: Rob Groner Cc: nut-upsdev at lists.alioth.debian.org Subject: Re: [Nut-upsdev] New sub-driver submission process timeframe? On Mar 9, 2015, at 9:09 AM, Rob Groner
2005 Mar 30
3
QUOTA support timeframe? (also -- folders in folders?)
I see it's been in the wishlist a while. Any possible timeframe for getting it working, or maybe a patch (or is it too big a change) to support it? I'm building a new server to move an existing userbase to. So far I have working: Postfix (with Maildir quota patches that work fine) Amavis-new with ClamAV scanning for viruses (will add SpamAssassin soon) SquirrelMail IMP (Horde)
2015 Mar 09
0
New sub-driver submission process timeframe?
On Mar 9, 2015, at 9:55 AM, Rob Groner <rgroner at RTD.com> wrote: > Is there a specific file with the version number in it that I would modify, or do you just mean the file names? The canonical place is in configure.ac, and everything else gets regenerated if you rerun autogren.sh That script, by the way, calls "autoreconf -i" which includes the --add-missing flag that I
2015 Mar 09
1
New sub-driver submission process timeframe?
This doesn't seem to be my day for getting things to work right.... The most obvious place I could find to change the version number was near the top: AC_INIT(nut, 2.7.2) I changed to AC_INIT(nut, 2.7.2_RTD) However, I cannot find "autogren.sh" anywhere, whether in the nut dir or as a system executable. I also tried "autogen.sh" in case that was a typo...no luck.
2011 Nov 08
1
skip on error
...calculations over time, For that every data set is split into junks based on the time stamps so one data set has like 10 timestamps. There is also the case that one data set has less than 10 timestamps. In my code I was doing the following lapply(Datasource,analysis_for_one_data_source) lapply(TimeFrames,analysis_for_one_data_source_and_one_time_frame) as you can imagine there are times where the second lapply will "explode" analysis_for_one_data_source_and_one_time_frame<- function( DataSource, TimeFrame,) {         return( do_analysis(DataSource,TimeFrame))         } as you can...
2015 Mar 09
0
New sub-driver submission process timeframe?
On Mar 9, 2015, at 9:09 AM, Rob Groner <rgroner at RTD.com> wrote: > I don?t have any problem with pointing customers to a branch they can clone via git and compile. I know this sounds pedantic, but while the snapshots correspond to specific branches and commits in git, they are simpler for end users to build than the git branches, since they include the ./configure script and a few
2020 Aug 20
3
submission message quota
Hello, I am trying to come up with a way to have individual quotas per user for the submission service. Similar to what I could achieve with Postfix and policyd. More specifically, the quota I am most interested in, is limiting the number of messages a single account can send within a given timeframe. Ideally, I'd also like to limit the number of total recipients within a given timeframe, to
2010 Oct 11
2
Split rows depending on time frame
Hi, I have the following data frame, where col2 is a startdate and col3 an enddate COL1 COL2 COL3 A 40462 40482 B 40462 40478 The above timeframe of 3 weeks I would like to splits it in weeks like this COL1 COL2 COL3 COL4 A 40462 40468 1 A 40469 40475 1 A 40476 40482 1 B
2005 Sep 20
1
upgrade release to upstream to CentOS timeframes?
greetings i used to use slackware years ago. i would still use it in conjunction with CentOS etc if i had more time and extra financial resources. thing is, years ago i used to subscribe to reminder emails from packages like Apache httpd etc and they would tickle me when new releases or betas were available. i still get emails from them... anyways, the question i am wondering is... when a
2009 Mar 05
4
CentOS 5 for IA64
Can anyone with a well-connected crystal ball suggest a timeframe for an IA64 release of CentOS 5? Weeks? Months? Never? Thanks Nigel Kendrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090305/9e37ac3a/attachment-0004.html>
2011 Sep 01
3
Timeframe for httpd update (CVE-2011-3192)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, is there any time frame foreseeable for KB providing an update for httpd? Upstream provided their SRPM yesterday, i.e. Aug 31 19:40. [0] [1] It builds flawless on several machines I tried (Scientific Linux 6, CentOS 5 and 6). Question is: Should one deploy a self-build RPM or will there be an update in the next... "time"? (Given
2015 Oct 26
4
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello I find very little feedback on the following warning/error when trying to connect to Google calendar : [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:118 auth_credentials: Invalid username or password for CalDAV calendar 'cal1' [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:157 caldav_request: Unknown response to CalDAV calendar cal1, request REPORT to
2008 Nov 05
2
Simple rep() question duplicating times and dates.
I want to create a data.frame of time and date for a year. I started with the idea of simply producing two vectors (time and date) The first part ( time) is easy. rep(1:24, 365) But how do I get a series of 24 dates for O1 January 2005 and repeat this to 31 December 2005. It should be easy but I don't see it. Thanks
2015 Mar 09
2
New sub-driver submission process timeframe?
I don't have any problem with pointing customers to a branch they can clone via git and compile. But until that's available, I will do what you suggested (and what my boss has been suggesting for a while) which is to take 2.7.2 and put our driver in it nice and happy and then package that up for our customer to use. That will be a more than sufficient means to get our UPS working until
2007 Jan 12
5
Integration Testing - Wait, Watir, or Selenium
I''m evaluating what to use for integration testing: SafariWatir - integrates nicely with RSpec - doesn''t work with Ajax because of Safari event firing issues Selenium - Works with Ajax - doesn''t integrate with RSpec What is the best guess timeframe for RSpec integration testing? Will it be able to test Ajax application in the early iterations? Thanks, Brian Yamabe
2009 Oct 15
2
Syslinux roadmap, revised
...input what it should look like. One possibility is: Syslinux 4 - Filesystems in C, COM32R, basic interfaces to support Gfxboot as COM16. Syslinux 5 - ELF linker, native TCP for PXELINUX, no COM16 support. Syslinux 6 (or 5.something) - EFI support. I'd like to get people's feel for the timeframes they care about these features for... -hpa
2013 Oct 31
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Thu, Oct 31, 2013 at 10:16 AM, Douglas Gregor <dgregor at apple.com> wrote: > On Oct 31, 2013, at 10:12 AM, Renato Golin <renato.golin at linaro.org> > wrote: > > On 31 October 2013 09:41, Douglas Gregor <dgregor at apple.com> wrote: > >> Not quite :). At present, we (= Apple) still have some dependencies on >> building top-of-tree Clang with
2016 Oct 02
1
GID mappings of built-in groups when addin additional dc
Am 02.10.2016 um 12:44 schrieb Achim Gottinger via samba: > > > Am 02.10.2016 um 12:24 schrieb Rowland Penny via samba: >> On Sun, 2 Oct 2016 11:45:15 +0200 >> Achim Gottinger via samba <samba at lists.samba.org> wrote: >> >>> >>> Am 02.10.2016 um 08:20 schrieb Trenta sis via samba: >>>> Hi, >>>> >>>> I have a