search for: isye

Displaying 8 results from an estimated 8 matches for "isye".

Did you mean: ise
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 ignwer...
2008 Mar 23
2
Can not install fCalendar package under R 2.6.2
...myself, R reported that it is a deprecated function in "base" package, I loaded the "base" package and still end up with the same Error report. Pls do help me. Yan Wang Georgia Institute of Technology School of Industrial and Systems Engineering E-mail address: ywang67 at isye.gatech.edu
2008 Sep 19
2
Possible bug involving LDA and Namespaces
...to the code yet as I imagine that getting up to speed on it might take some time. As another data point, actually logging in via IMAP and running "list "" "*"" shows only one namespace. Any advice here would be appreciated. Thanks, Allen -- Allen Belletti allen at isye.gatech.edu 404-894-6221 Phone Industrial and Systems Engineering 404-385-2988 Fax Georgia Institute of Technology
2008 Sep 24
3
Dovecot performance on GFS clustered filesystem
...indices are creates.) It seems that this ought to work better with GFS which is geared toward smaller numbers of larger files. Is anyone on the list currently doing that? Alternately, any thoughts regarding tuning or other options would be appreciated. Thanks, Allen -- Allen Belletti allen at isye.gatech.edu 404-894-6221 Phone Industrial and Systems Engineering 404-385-2988 Fax Georgia Institute of Technology
2010 May 04
1
Replacement brackets for Supermicro UIO SAS cards....
...-hackery. http://www.mouser.com/ProductDetail/Keystone-Electronics/9203/?qs=sGAEpiMZZMsQtlBhqKq43bjBhDwhG44Z There are also brackets for the low-profile cards available, but I''m not sure of the part number at the moment -- I can find out if anyone needs it. -- Trey Palmer - trey at isye.gatech.edu - 404.385.3080 Systems Development Engineer Stewart School of Industrial and Systems Engineering Georgia Institute of Technology
1998 Feb 13
0
Case problems w/[homes]
...the services, I have "preserve case = yes". This works fine for all of the services I have defined, but not for the [homes] service. If you have any ideas, I would love to hear them. I have read the section in the smb.conf man page about case mangling thanks, ~bm -- Bryan Mattern bm@isye.gatech.edu ---------
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