search for: bdt

Displaying 20 results from an estimated 20 matches for "bdt".

Did you mean: bd
2010 May 26
2
Avoiding Loops When Iterating Over Statement That Updates Its Input
...9; functions are faster, I was wondering whether there were a way to use an apply function?or to otherwise avoid using a loop?when iterating over a statement that updates its input. For example, here's some such code: r.seq <- 2 * (1 / d$Dt[1] - 1) for (i in 2:nrow(d)) { rf <- uniroot(bdt.deviation, interval=c(0, 1), D.T=d$Dt[i], r.prior=r.seq) r.seq <- append(r.seq, rf$root) } The call to `uniroot()' both updates `r.seq' and reads it as input. We could save the output of each invocation of `uniroot()' and concatenate it later, but is there a better way to write th...
2006 Sep 23
1
Fwd: [PATCH] Remove warning in expectation.rb
Begin forwarded message: > From: Xavier Shay <xshay at rhnh.net> > Date: 23 September 2006 05:53:57 BDT > To: james.mead at mail.com > Subject: [PATCH] Remove warning in expectation.rb > > Hi James, > Please find below a one line addition to lib/mocha/expectation.rb > to remove the following warning: > > mocha-0.3.2/lib/mocha/expectation.rb:32: warning: instance variable &...
2011 Feb 17
2
Newbie Rccp module question. "Failed to initialize module pointer"???
Hi all. I started looking at Rcpp, which looks pretty great, actually. At the moment just trying to compile a module to get a feel how it all works without fully understanding how all the pieces fit together. Basically, i took the first example from Rcpp modules vignette: fun.cpp ======================== #include <Rcpp.h> #include <math.h> using namespace Rcpp; double
2006 Jun 30
9
User engine problems with 1.1.4 + Test driven development??!
...missing something? If people think it''s a good idea, but don''t want to put resource into it themselves, I''m sure I can work something up in the next week or so. Begin forwarded message: > From: Tim Greiser <tim@jcsecure.com> > Date: 30 June 2006 16:56:30 BDT > To: engine-users@lists.rails-engines.org > Subject: [Engine-users] Rails 1.1.4: engines problems > Reply-To: engine-users@lists.rails-engines.org > > The upgrade to rails 1.1.4 today seemed to break my login_engine and > user_engine. user_engine now denies access to the login p...
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
...---------------------------------------------+ > | Description | > From: Tim Panton <tim@mexuar.com> | > | | | > | | > Date: 27 April 2007 08:02:36 BDT | > | | | > | | > To: "Kevin P. Fleming" <kpfleming@digium.com> | > | |...
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
...---------------------------------------------+ > | Description | > From: Tim Panton <tim@mexuar.com> | > | | | > | | > Date: 27 April 2007 08:02:36 BDT | > | | | > | | > To: "Kevin P. Fleming" <kpfleming@digium.com> | > | |...
2011 Apr 11
1
Edate and EOmonth
Hi, I was wondering if anyone could point me to the excel look alike "Edate" and "eomonth" functions in R. I have found the "timeLastDayInMonth" and "timeFirstDayInMonth" in the "timeDate" package. However, I am looking for a bit more flexibility. I would like to be able to obtain dates and EOM dates "n" months prior/forward to the
2005 Apr 25
0
-test68, -stable and ldap
.../dovecot/etc/dovecot-ldap.conf") at passdb-ldap.c:237 conn = (struct ldap_connection *) 0x8078010 #2 0x08054b8d in passdb_preinit () at passdb.c:152 p = (struct passdb_module **) 0x8068914 name = 0x806b078 "ldap" args = 0x806891c "?P\006\b\bT\005\bdT\005\bxT\005\b?R\005\b\204S\005\b?Q\006\b" #3 0x0805108b in main (argc=1, argv=0x806a100) at main.c:187 No locals. (gdb) --
2004 Apr 02
1
isolinux - memdisk problems
...p image is loaded correctly (without divide by zero). If I call DOS fdisk, when booted from the image, fdisks asks if it should enable the large disk support and the returns immediately to the command prompt. regards -- Bernhard Treutwein Bernhard.Treutwein(at)verwaltung uni-muenchen de (work) BdT(at)wildwein de (home) ------------------------------------------------------------- -----Original Message----- From: Treutwein Bernhard Sent: Tuesday, March 16, 2004 9:19 AM To: 'syslinux at zytor.com' Subject: Isolinux - Memdisk problems - divide by zero after booting I'm trying to...
2007 Jul 21
0
Fwd: Tagging Mocha 0.5.x
Mocha 0.5.2 now tagged in svn repos. Begin forwarded message: > From: James Mead <james.mead at mail.com> > Date: 21 July 2007 10:21:11 BDT > To: Zach Dennis <zach.dennis at gmail.com> > Subject: Re: Tagging Mocha 0.5.x > > Hi Zach, > > Thanks for pointing that out. I''ve just tagged 0.5.2 and will try > to retrofit earlier tags as soon as I can. > > James. > > On 20 Jul 2007, at 21:11,...
2006 May 17
1
IMAP server <defunct> (beta 7)
Hi, We've been using a 0.99 version of Dovecot for nearly a year without problems, but due to a server death I had to reinstall with the same configuration as before, but more recent versions of the software, on different hardware. This time though, every few days IMAP login and access fails, and the output of ps ax shows entries such as [imap-login] <defunct> and [imap]
2000 Jun 07
2
samba head
I was wondering if anyone could help me out. I read the Samba-PDC LDAP howto for both the HEAD and TNG samba versions. Since it appears the TNG LDAP stuff isn't functional, I wanted to try to setup samba using the older HEAD schema. I have tried several times to to compile the 10/15/99 samba on a linux box using the 2.2.14 kernel, but I consistantly get the same compile error. I have
2007 Jun 15
0
Fwd: [ mocha-Patches-11583 ] Mocha 0.5.0 throwing unexpected warnings, one line patch included
Begin forwarded message: > From: <noreply at rubyforge.org> > Date: 15 June 2007 10:44:07 BDT > To: noreply at rubyforge.org > Subject: [ mocha-Patches-11583 ] Mocha 0.5.0 throwing unexpected > warnings, one line patch included > > Patches item #11583, was opened at 2007-06-14 21:28 > You can respond by visiting: > http://rubyforge.org/tracker/? > func=detail&...
2006 Sep 06
2
how to loop through 2 lists with different indexes
Dear all, I am a newbie in R and need some help please. (I do apologise if my email is not as informative as it should be, I've tried to include the relevant details without overcrowding it with the rest of the code) I would like to sample (without replacement) Y objects based on the number of objects in X in 5 different bins. I'm having trouble because the list object in which
2007 Jul 25
1
dspam plugin
Hello, I'm trying to install the dspam plugin to dovecot. So far, I've Installed dovecot 1.0.2 from RPM and set up Installed dspam 3.8.0, set up and integrated with postfix, using dspam as local delivery agent before dovecot's deliver Downloaded the dovecot 1.0.2 source in order to compile the C file http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/
2010 Feb 23
1
Problem with strptime generating missing values where none appear to exist
...ulty with strptime. I wish to find the differences between two vectors of times. I have apparently no difficulty to convert the vectors to the appropriate format using strptime. But, then difftime does not calculate all the differences. Here is the code and output:- dob=strptime(as.character(datx$BDT),'%d-%b-%y'); dob$year=dob$year-100 sdate=strptime(as.character(datx$SDT),'%d-%b-%y') head(dob); head(sdate) [1] "1922-07-14" "1922-07-14" "1922-07-14" "1922-07-14" "1921-03-23" "1921-03-23" [1] "2001-08-27" &quot...
2010 Feb 23
0
subtracting 100 from strptime year vector generates missing values in POSIXct where none appear to exist in strptime year vector
...64] "1928-03-28" "1928-03-28" "1928-03-28" "1928-04-09" "1928-04-09" "1928-04-09" One good thing, though - the missing values (however they arise) are at least apparent in as.POSIXct(dob), where they are invisible in strptime(as.character(BDT),'%d-%b-%y'):- > strptime(as.character(BDT),'%d-%b-%y') [1] "2022-07-14" "2022-07-14" "2022-07-14" "2022-07-14" "2021-03-23" "2021-03-23" "2021-03-23" "2027-08-27" "2027-08-27" [10] &quot...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...ognise dependant libraries configure:4549: result: pass_all configure:4562: checking command to parse /usr/ccs/bin/nm -p output configure:4643: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:4646: $? = 0 configure:4650: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDT][BDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4653: $? = 0 configure:4705: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:4708: $? = 0 configure:4752: result: ok configure:4761: checking how to...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
.../TXZUja9CXDqBGX8JbIxhifqB6URpAEcAU1o/FJW z2hv2d6DkkxM4gjnYnLp/RKLpWeW1aRynZ9HDF38I34uYeHnejIyy/bWXM1P01PAQUDip1He5+/T Zn4KAbeDVgN7gYPAUeA8YOKnUE6ivMffIxv/I5UC1UALsBc4CJwHzPyPoHb+B7F9BhVyNcD5H0Dt /F0s611QGz8B6QQ/offzY7HyKWV9huArTQquwqSQ40gKWdllcf5W7PMxrjj/U4/qcz1YM5a/TRqA nAG1AyowGwgDnYAJ0nFIxykC7AQeBDTAhDbH0eY42hwGXgeO01jAD8wGLPzNGIaJ86Mxb62rJhuv i7/CpxsXP8LF5x4Xf52/YvDX+MsGfxW8APrD/JVYgYtq0mAntLGD28FLYVf4Cz2js1x6TSY/iCC5 QEuBamAW0ALsAEz8IB8VW+zKQifP0mHckS4eow8N/nP6iYX8y1x+bx1yTBXEW3ElJJC96l4v93t3 7UZVEO/d90ASxPu9OyEJ4r15CyRBvCvWQRLEu3gZJEG8C1ogCeKd1QQJJM4feGb0Za7yWcuZWmPj 6xGl9YjSekRpPcn4GoFCn8t...
2004 May 11
1
Caller-ID for alphanumeric SIP uris
My first post here, so a brief intro: I'm somewhat new to Asterisk, but have been working with SIP in depth for about 3 years. I studied Asterisk for about a year and have been experimenting with it hands-on for the past month or so. I've done 6 Asterisk installs in wildly different roles/applications, some of them test systems, others in semi-production, so I know a little bit about