Displaying 8 results from an estimated 8 matches for "isyes".
Did you mean:
isses
2006 Jul 05
2
Procmail patch for dovecot delivery
...01-09-11 06:58:34.000000000 +0200
+++ procmail-3.22/src/mailfold.c 2006-07-05 20:32:22.000000000 +0200
@@ -191,9 +191,107 @@
return opena(buf);
}
-int writefolder(boxname,linkfolder,source,len,ignwerr,dolock)
- char*boxname,*linkfolder;const char*source;long len;const int ignwerr,dolock;
+int isyes(const char* s)
+{
+ int result = 0;
+ char* env = getenv(s);
+ if (env)
+ {
+ result = !strcmp(env, "yes");
+ }
+ return result;
+}
+
+int writefolder(boxname,linkfolder,source,len,ignwerr,dolock, trydeliver)
+ char*boxname,*linkfolder;const char*source;long len;const int ignwerr...
2008 Mar 23
2
Can not install fCalendar package under R 2.6.2
Dear R helper:
When I was trying to install the fCalendar package, R report the
following error and then my installation failed:
* Installing *source* package 'fCalendar' ...
** R
** inst
** preparing package for lazy loading
Loading required package: MASS
Loading required package: fEcofin
Loading required package: fUtilities
Loading required package: RUnit
RUnit 0.4.17 loaded.
2008 Sep 19
2
Possible bug involving LDA and Namespaces
Hi All,
Yesterday I began experimenting with using LDA to do delivery. To begin
with I'm using a .forward file entry for myself so as to avoid affecting
other users. When "deliver" is passed an item to deliver, the following
is logged:
> deliver(allen): Sep 18 19:28:52 Info: Namespace: type=private,
> prefix=INBOX., sep=., inbox=yes, hidden=no, list=yes, subscriptions=yes
2008 Sep 24
3
Dovecot performance on GFS clustered filesystem
Hello All,
We are using Dovecot 1.1.3 to serve IMAP on a pair of clustered Postfix
servers which share a fiber array via the GFS clustered filesystem.
This all works very well for the most part, with the exception that
certain operations are so inefficient on GFS that they generate
significant I/O load and hurt performance. We are using the Maildir
format on disk. We're also using
2010 May 04
1
Replacement brackets for Supermicro UIO SAS cards....
I just wanted to share this useful info as I haven''t seen it anywhere.
My scrounging-genius colleague, Lawrence, found standard PCI-e
replacement brackets for the justifiably popular Supermicro AOC-USAS-L8i
cards. They cost a few bucks each, fit perfectly and allow us to use
these cards extensively without any case-hackery.
1998 Feb 13
0
Case problems w/[homes]
Hey everybody!
I have a small problem with my samba setup, running on a sparc ultra1
serving NT4/sp3 clients. I am using the most recent release and
everything is working perfectly in terms of authentication with my NT
box set up as the password server. The only problem is as follows:
It is important for us to preserve case, so for all of the services, I
have "preserve case = yes".
2005 May 30
3
Piecewise Linear Regression
Hi,
I need to fit a piecewise linear regression.
x = c(6.25,6.25,12.50,12.50,18.75,25.00,25.00,25.00,31.25,31.25,37.50,37.50,50.00,50.00,62.50,62.50,75.00,75.00,75.00,100.00,100.00)
y = c(0.328,0.395,0.321,0.239,0.282,0.230,0.273,0.347,0.211,0.210,0.259,0.186,0.301,0.270,0.252,0.247,0.277,0.229,0.225,0.168,0.202)
there are two change points. so the fitted curve should look like
\
\ /\
2004 Sep 16
3
newbie needs help using R as solver
Greetings
I'm a total newbie in R and I'm trying to make a comparisson of Excel
and R in the fields of:
- optimisation modeling (using solver)
- decision trees
- simulation modeling
as described in Winston, Wayne L.: Practical Management Science.
for optimisation modeling in Excel I would normaly use solver. In R
however I can't seem to be able to find the solution. I've