similar to: IIS under WINE?

Displaying 20 results from an estimated 3000 matches similar to: "IIS under WINE?"

2004 Jul 08
6
Updated Grandstream configurator
The most recent version of GSConfigure is available at www.buffalo.edu/~sbesch Several serious bugs that kept the program from getting started have been ferreted out and corrected with the help of Bruce Komito. The program is now actually running on someone's machine other than mine. I have built this version with the oldest copies of the system dll's that I could find inn an effort
2000 Jun 13
3
Question on closure (lexical scoping) and encapsulation
Dear R users, I have two related questions about scoping and data encapsulation. One is fairly specific - I am looking at "scoping.R" which is used in demo(scoping) - it's an example of lexical scoping and encapsulation. Where is the 'total' stored? It is not an attribute in 'ross' or 'robert' however, functions like balance() have access to it. Is it more
2004 Jun 18
4
Grandstream CFG file generator
I've just finished a general purpose configuration utility for the GS phones: 1) Generates files from scratch (using MAC), from HTML config listing, or by directly downloading from the phone. 2) Does multiple simulteneous edits. 3) Can reboot as many or as few phones at a time as you like. I would like to offer it to the list, but there are 2 issues: 1) I want to GPL it first, if
2003 Jun 04
5
Budgettone 100 phone Configuration
Hi Just recieved the above phone Does anyone have sip.conf and extension.conf example for the SIP phone working with the FXS w100p and the FXO tdm400d any help would be appreciated Thanks Robb
2000 Oct 10
1
Adding a new column to data frame (recoding)
Dear R users, I have a very simple question. What is the easiest way to recode data in one of the columns of a data frame and put it into a new column? For example, here is a simple data frame: var1 1 1 2 2 3 3 How do I add a new column to data - 'var2' in which I group values in 'var1', for example: var1 var2 1 1 4 2 2 4 3 3 5 It's got to
2003 Aug 26
1
Dialed Number Identification in analog hunt group
Does anyone out there know if it is possible to discover the dialed number when a line in an analog hunt group rings? I can't get a straight answer from our IT folks. We have a 5ess switch delivering 4 analog lines which are in a simple hunt group servicing our lab. I would like to have a different call attendant based on which number is dialed so that I can route the calls to the
2004 Dec 01
3
grandstream bt100 upgrade 1.0.5.18
hi all i upgrade a bt100 phone and it can't resgister with asterisk Dec 1 13:25:49 NOTICE[1112980400]: chan_sip.c:7519 handle_request: Registration from '<sip:@172.16.4.249>' failed for '172.16.4.226' is was working with the version 1.0.5.3 some bady now what is hapening? thanks in advance Rodney
2004 Apr 02
4
Extending a vector
I believe this should be an easy thing to do... I have a function I repeatably call which takes input parameters and outputs columns to various data frames. I also wish to keep a summary of certain values as I call the function. I though keeping the values in a vector then appending the vector by the new amounts would be the way to do this. Example: (this is what I want even thought the below
2004 Apr 01
2
Generating file names
I read a data set into a data.frame. I then operate on the set, add columns to the frame etc. and now want to output the frame into a file. Trouble is, I want the file to have a name based upon the original data set name. I cannot figure out how to cat strings together and use that new string as the output filename... Example: original data name: D08a desired output name: Analyzed_D08a Any
2006 May 17
1
Example Syntax for if - then- and - else Statements
Hello R users, I am a fairly new R user, however, one of the problems I am having is the use of applying if-, and-, then-, else- statements in R against datasets & dataframe. Rtips mentions it, but without simple examples I am not quite sure what my syntax should look like. I am particularly interested in syntax that can be used with the transform function. for example if foo[,1] ==
2007 Oct 03
1
FW: help with mclust
> No HTML this time. Sorry Dear all, I am attempting to model some one-dimensional data using Gaussian mixture model with mclust.? Generally, the data that I have have 3 overlapping populations (with one of them being the majority, and the other two combining to less than 15%) and for some reason, mclust consistently ignores the smaller peaks, giving me strange values for the means
2000 Mar 26
2
hist2d() function in R?
Dear R users, I am just starting with R (v. 1.0.0) and I use Vehables & Ripley's MASS book for examples. In the intro session, there is an example of a 2D histogram on an 8x8 grid: x <- rnorm(1000) y <- rnorm(1000) contour(hist2d(x,y,,,8,8)) R complains: Error in contour(hist2d(x, y, , , 8, 8)) : couldn't find function "hist2d" I looked for hist2d() in the
2003 Oct 07
2
Dynamic registration to flakey for production system
Three days after launching our * system with 20 GS phones, I have finally had to give up on dynamic registration. The phones keep dissappearing from the sip peers list, even if just sitting idle. Either I spend half my time re-booting phones to get them registered, or the extension appears busy to outside callers and people get really irritated. Even setting the registration interval to 5
2017 Jun 22
3
MODISTools Help
I am using MODIS Tools and am having a lot of difficulty troubleshooting my code. I am a PhD student studying African buffalo in Kruger National Park, South Africa. The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation
2006 Nov 07
3
question on multilevel modeling
Hi, I am trying to run a multilevel model with time nested in people and people nested in dyads (3 levels of nesting) by initially running a series of models to test whether the slope/intercept should be fixed or random. The problem that I am experiencing appears to arise between the random intercept, fixed slope equation AND. (syntax: rint<-lme(BDIAFTER~BDI+WEEK+CORUMTO,
2004 Jun 01
5
Adtran TSU 600
Hello, Did anybody successfully tried upgrade Adtran TSU 600 to firmware which is working properly with T100P and asterisk ? B.
1999 Jun 07
2
GIF graphics device
Is there a GIF graphics device or some other way to generate a GIF from an R plot instead of postscript? Then, I could paste a plot right into PowerPoint or Word. -- Terry J. Westley, Principal Engineer Veridian Engineering, Calspan Operations P.O. Box 400, Buffalo, NY 14225 twestley at buffalo.veridian.com http://www.veridian.com
2000 Dec 14
1
How do I track a segfault?
Dear R users, I have to catch a nasty bug and would appreciate any advice or help! I get a segfault (core dumped) that happens in one of my own functions. The problem is, it does not happen most of the time, only sometimes, so it's very hard to reproduce. Or it may run ok in interactive mode, but bug out in batch mode. Also, it tends to happen more on the slower of my 2 machines (PII 266),
2009 Dec 22
1
trouble with model.tables SE means
Hi, I'm new to R, with some experience with Matlab and SPSS. I've figured out how to run my repeated measures anova and am getting the right numbers for my effects (comparing with results from other software), but am having trouble with the model.tables function. Specifically, using: model.tables(fm,"means",se=TRUE) prints the means, but then won't do the SE values,
2004 Jun 08
2
grandstream ringtones - makering.pl usage for 1.0.50
If you wan't to create a ringtone with makering.pl for firmware 1.0.50, be sure to create it as ring.bin and then rename it to ring1.bin / ring2.bin or ring3.bin. This seems to be the only change between the format from 1.0.4.68. Regards, Maron