Displaying 20 results from an estimated 4000 matches similar to: "Case studies for high-availability Rails deployments?"
2005 Nov 03
1
courier2dovecot migration script
Howdy,
I've just migrated a couple of servers to Dovecot, and am loving it so
far. I thought I'd share the courier2dovecot shell script I whipped
together (based on the instructions I found in the wiki.dovecot.org
migration how-to), for converting Courier-IMAP maildirs to Dovecot
format. It can be downloaded from my home page:
http://bendiken.net/scripts/
While the script is rather
2013 Sep 08
1
Sub setting multiple ids based on a 2nd data frame
HI Matt,
I changed the dates a little bit to show dates that are outside the range in dataset B.
A<- read.table(text="
ID????? Date???????????? Depth? Temp
1?????? 2002-05-12?????????? 10 12
1?????? 2003-05-13?????????? 10 12
1?????? 2003-05-14?????????? 10 12
1?????? 2004-04-15?????????? 10 12
2?????? 2002-05-16?????????? 10 12
2?????? 2002-12-17?????????? 10 12
2??????
2006 Dec 13
3
On vacation message
Hello,
I am away from office and will read my emails again on sunday 17th
December. Regarding urgent issues, please contact info at artio.net.
Best Regards,
Arto Saraniva
Artio Oy
2013 May 30
1
Dovecot 2.2 build rpm on Centos6
> -----Original Message-----
> From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org]
> On Behalf Of Burak G?RER
> Sent: Thursday, May 30, 2013 10:34 AM
> To: Nikolaos Milas
> Cc: Dovecot Mailing List
> Subject: Re: [Dovecot] Dovecot 2.2 build rpm on Centos6
>
> On 27-05-2013 16:56, Nikolaos Milas wrote:
> > On 27/5/2013 1:07 ??, Birta
2008 Apr 14
0
[LLVMdev] llvm-as parse error
On Apr 14, 2008, at 4:35 PM, code_nf wrote:
> Hi:
> I have just started to use llvm and confronted with a problem:
> when I want to transform something very simple for name.ll to
> name.bc with llvm-as name.ll, some errors occured:
>
> error: parse error, expecting `GLOBAL' or `CONSTANT' while reading
> token: 'target'
Hi. I am having exactly the same
2000 Nov 30
1
means in arima0 (PR#754)
Full_Name: Arto Luoma
Version: 1.1.0
OS: Windows 98
Submission from: (NULL) (153.1.53.119)
In arima0 it is possible to specify whether the mean of the original series is
included in the model or not. However, it is not possible to specify whether the
mean of the differenced series is included. It seems that it is not included.
However, if differencing is used to eliminate trend, the mean of the
2002 Nov 21
0
[Bug 441] New: should ssh BindAddress apply to LocalForward ports
http://bugzilla.mindrot.org/show_bug.cgi?id=441
Summary: should ssh BindAddress apply to LocalForward ports
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 21
3
[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sjc at makalumedia.com
------- Additional Comments From markus at openbsd.org 2002-11-22 09:48 -------
*** Bug 441 has been marked as
2010 Oct 10
0
gstreame can use now telemetry debuging
Hallo all,
for some (long) time, Monthy added telemetry debuging to theora.
And (only) now gstreamer use it in upstream.
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=ab52e15e3d9ebc2c5a784aa8cc8a4bc15a40edca
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=a044b62cf5763240d5243b9326d886ed34379dab
Regards,
Alexey.
2001 Oct 04
1
get.hist.quote does not work (PR#1116)
Full_Name: Arto Luoma
Version: 1.3.1
OS: Windows 98
Submission from: (NULL) (153.1.53.119)
Hi!
The function get.hist.quote in the package tseries (Version 0.7-6) does not work
in
my computer.
I found that it uses the function strptime which did not "understand" English
month
names in my Finnish locale (see bug report 811). I changed the regional settings
to
be English (UK) and
2009 Jun 17
0
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hi Arto,
> I wonder why there is a difference in how
> llvm-gcc compiles .c and .cpp files.
>
> Example:
>
> ---bar.cpp----
> int bar() {
> return 42;
> }
> --------------
>
> $ llvm-gcc -emit-llvm -c bar.cpp
>
> Now running bar.o through llvm-dis gives:
> --------------------------------
> define i32 @_Z3barv() nounwind {
> < clip >
2009 Jun 17
1
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
On Jun 17, 2009, at 1:39 AM, Fabian Scheler wrote:
> Hi Arto,
>
>> I wonder why there is a difference in how
>> llvm-gcc compiles .c and .cpp files.
>>
>> Example:
>>
>> ---bar.cpp----
>> int bar() {
>> return 42;
>> }
>> --------------
>>
>> $ llvm-gcc -emit-llvm -c bar.cpp
>>
>> Now running bar.o through
2001 Oct 01
2
problem with strptime example (PR#811)
Hello,
strptime is still not working correctly in my computer
(Windows 98 and R Version 1.3.1)
From
x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
strptime(x, "%d%b%Y")
I obtain
[1] "NA" "NA" "NA" "NA"
while
x <- c("01011960", "02011960", "3131960",
2009 Jun 17
8
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hello,
I wonder why there is a difference in how
llvm-gcc compiles .c and .cpp files.
Example:
---bar.cpp----
int bar() {
return 42;
}
--------------
$ llvm-gcc -emit-llvm -c bar.cpp
Now running bar.o through llvm-dis gives:
--------------------------------
define i32 @_Z3barv() nounwind {
< clip >
}
--------------------------------
Above, function 'bar' has been renamed
2008 Feb 15
2
verbose IMAP logging
Hi,
Is there a way to enable telemetry or debug-level logging in Dovecot
IMAP, to see the exact IMAP command issued by the client and server?
E.g. to confirm if a certain MUA is indeed using IMAP IDLE, or if
it's doing LIST or LSUB.
The IMAP connection is made over TLS/SSL, so tcpdump won't work.
Thanks,
Robert
2004 Aug 06
1
mount fallback 0 || no streams found
are you attempting to do this locally, with your machine behind a firewall?
I had something similar happen, I had a High and Lo stream, and specifying
/HI or /Lo or (nothing) externally worked fine -- internally, no dice.
-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
azo
Sent: Monday, October 15, 2001 8:38 AM
To: icecast@xiph.org
Subject: Re:
2009 Jul 21
2
Adjusting x/y text labels for a bwplot using cex.lab
Searched for this and found some help, but I still can't figure it out.
I have trying to enlarge the x and y labels on my box plot. I understand
that you can do this using "cex.lab", but it does not seem to be working for
me. I must be adding it in the wrong spot. Any help would be greatly
appreciated. Here is my code:
bwplot(hr~Herd, data=telemetry, notch=T, ylab="Home
2006 Aug 10
4
mongrel and comet "implementation"
Hey folks,
I was playing around with adding Comet (a javascript technology used
to receive events without AJAX polling) support to Mongrel. More info
about Comet here:
http://en.wikipedia.org/wiki/Comet_%28programming%29)
I sort of got it working. My code is available at:
http;//cyll.org/comet.tar.gz
Run comet.rb from inside the directory and point your browser at:
http://localhost:5555/
The
2004 Aug 06
1
mount fallback 0 || no streams found
nope ... no effect. didn't work. if the mount fallback is set to zero,
still won't find the mount points.
I changed hostname to the box's ip and under server_name I put the
box's name and domain. then I used force_servername 1.
till not working. this is really bizarre. I thought it would be
easier than this to get multiple streams going, which I want.
If I have multiple
2011 Jul 14
1
calculating distance inland from coastline
Hi All,
Does anybody know of any existing functions that will calculate distance
inland from a coastline?
It's possible to test if a lon,lat location is land or sea using
map.where(), but I need to add a buffer to this of say 2km, to allow for
points that are just on the coast, and below the resolution of the
worldHires database.
I'm working with a marine mammal satellite telemetry