search for: indies

Displaying 20 results from an estimated 143 matches for "indies".

Did you mean: indices
2009 Nov 03
2
Zimbra help?
Hi All, Is anyone versed in Zimbra? I have most things working except some MTA issue. I tried posting on the Zimbra forums after reading the docs, but my post was labeled as SPAM and the moderators have not replied to my private message to get my post reviewed. Who uses this type of method for getting help anyway? Aren't the days of Bulletin Board BBS's gone? Anyway... I installed ZCS
2007 Feb 20
1
tree()
Hi I am trying to use tree() to classify movements in a futures contract. My data is like this: diff dip dim adx 1 0 100.00000 8650.0000 100.00000 2 0 93.18540 2044.5455 93.18540 3 0 90.30995 1549.1169 90.30995 4 1 85.22030 927.0419 85.22030 5 1 85.36084
2019 Jul 26
2
Doing weird bouncing of IAX trunk calls on purpose
Ok, so this might seem weird, but hang with me on this. I have two sites, Indy and Lafayette that each have their own Asterisk server. They each have their own outside PRI line. They are also trunked internally via and IAX tunnel over a private fiber line. I've recently been asked to have the calls incoming to Indy, forwarded to a group in Lafayette (only during the day, so can't be
2003 Jun 15
1
Samba on A SGI Indy Cyclone IRIX system???
Hi there: We have recently inherited a circa 1996 SGI Indy Colorbus Cyclone running on Irix. Our intention is to use this unit to drive our Canon CLC900 Scanner Copier and make it accessible to our Windows Network. At the moment, our Windows Network does not "see" the Cyclone & vice versa. I have read that installing some kind of Windows Samba client onto our windows
2000 May 27
1
Samba Compile Problems on Indy
Hello, ** Please reply direct to ian@ichilton.co.uk as I am only subscribed to the list in digest mode ** I am trying to compile Samba 2.0.7 on my SGI Indy running IRIX 6.5 I did a: ./configure --with-smbmount (I want smbmount) then, after an hour compiling, it gave this: Compiling client/smbmount.c client/smbmount.c:27: asm/types.h: No such file or directory client/smbmount.c:28:
2011 Jan 25
0
Map an Area to another
Dear All, I would like to ask you help with the following: Assume that I have an area of 36 cells (or sub-areas) sr<-matrix(data=seq(from=1,to=36),nrow=6,ncol=6,byrow=TRUE) > sr [,1] [,2] [,3] [,4] [,5] [,6] [1,] 1 2 3 4 5 6 [2,] 7 8 9 10 11 12 [3,] 13 14 15 16 17 18 [4,] 19 20 21 22 23 24 [5,] 25 26 27 28 29 30 [6,]
2010 May 29
0
plotting density in same plot in loop iteration
Hi R-mailing list I would have the following set-up below with a simplified data-frame. Through a loop which includes certain criteria for the densities I would like to plot the different density-distributions in the same plot. Of course I hope I don't do any mistakes with all the indexes of the dataframe. All I would like to have is the different densities in the same plot with a general
2007 Apr 24
2
OT: Tux500 Linux Marketing Program
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I found this on my Newsforge newsletter this morning. A group has put together a marketing program attempting to get some cash together for Linux to get a sponsorship sticker on an Indy 500 car. CentOS is on the list of folks who have contributed. Only $25 so far. http://tux500.com/stats.php - Contributor list I thought it was a neat idea, plus it
2003 Mar 17
2
Single shared directory, with a universal password
Hello, I am using Samba "Version 2.2.3a-12 for Debian" on a Debian 3.0 system. I have looked at lots of Samba documentation and have not been able to find anything explaining what I need. I want to create a single directory on my Samba server that is ok for any user (e.g. 'guest ok = yes'), but is password protected. Meaning, I want a share that any user can access as long as
2013 Jan 31
1
obtainl survival curves for single strata
Dear useRs, What is the syntax to obtain survival curves for single strata on many subjects? I have a model based on Surv(time,response) object, so there is a single row per subject and no start,stop and no switching of strata. The newdata has many subjects and each subject has a strata and the survival based on the subject risk and the subject strata is needed. If I do newpred <-
1997 Nov 20
3
defunct smbd processes on SGI
Hello We are running samba on SGI/SUN/HP fileservers. We saw a problem on the SGI fileservers. After a while a lot of defunct smbd deamons were hanging and occupying the slots in the process table. We saw the problem with IRIX 5.2 and samba 1.9.16p11 and IRIX 6.2 and samba 1.9.17.p4 . Has anybody seen this problem before? This is a serious problem, because the smbd daemons are filling the
2009 Dec 22
7
Frustrations with MySQL loss, tcpdump, netstat, etc
Hi All, Hi All, MySQL 5.0.77 on CentOS 5.4 MySQL is running, my Wordpress stuff is working, but I cannot connect to the server from my house. This server is in my house, however, but on a public IP, behind a firewall, etc. I checked my hardware firewall (a dedicated UnTangle system) and that is successfully allowing the passage. I know this because the firewall shows: 2009-12-22 6:29:41 am
2015 Sep 04
0
getting a vector of unown size
Hi all! I have written some code in C for simulating the fate of population using a dll loaded in R. During this simulation the population may go extinct such that the length of its trajectory is unknown beforehand. I wonder there is a way to define the size of the result in C and make it known to R to get the vector appropriately. I have defined the output size very much larger than
2010 Jul 13
3
Need help on index for time series object
...t; dat1[c(3, 7,8)] = NA > dat1 2010-01-01 2010-01-02 2010-01-03 2010-01-04 2010-01-05 2010-01-06 2010-01-07 2010-01-08 2010-01-09 2010-01-10 0.31244288 -2.49383257 NA 0.38975582 -1.23040380 -0.09697926 NA NA -0.63171455 0.15867246 > Now I want to get the Indies for the non-NA elements of dat1. Means I want to get a vector like: "1,2,4,5,6,9.10" Having a time series vector like dat1, is there any straightforward approach to get that? Thanks and regards,
2003 Sep 08
2
How do I coerce numeric factor columns of data frame to vector?
I have just noticed that quite a few columns of a data frame that I am working on are numeric factors. For summary() purposes I want them to be vectors. I tried, for example > indx <- c(1:18,21:37,40,41) > i <- 0 > i <- i+1 > summary(as.vector(sflows1[indx[i]])) Length Class Mode min.pkt.sz 3000 factor numeric but this does not give the five-number
2020 Aug 19
2
utils::isS3stdGeneric chokes on primitives and identity
Dear R-devel, utils::isS3stdGeneric tries to subset the body of the function it's fed, primitives don't like that because they don't have a body, identity doesn't like it either because it's body is a symbol. According to the doc, any function is a legal input. See below: identity #> function (x) #> x #> <bytecode: 0x0000000013d6da28> #> <environment:
2020 Aug 20
2
utils::isS3stdGeneric chokes on primitives and identity
>>>>> Gabriel Becker writes: > I added that so I can look at the proposed fix and put it or something > similar in bugzilla for review final review. > Apologies for the oversight. Fixed now with - while(as.character(bdexpr[[1L]]) == "{") + while(is.call(bdexpr) && (as.character(bdexpr[[1L]]) == "{")) (the suggested fix does not work on
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
I'm using Wine 1.0 on Puppy Linux 3.01 I wrote an application with a http-server and a socket-server for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is permanently increased. I use following bash-script to check this: Code: while true; do cat
2003 Sep 24
1
IRIX 5.3 permanently_set_uid problem
Hello, I have tried running OpenSSH 3.7.1p2 on an Indy running IRIX 5.3. It compiled and installed without any problems. However, I get the fatal error, which originates from uidswap.c in function permanently_set_uid(): fatal: permanently_set_uid: was able to restore old [e]uid This happens even if "UsePrivilegeSeparation no" is used in sshd_config. It seems to be a problem
2003 Jun 30
1
Internet Telephony, net2phone
...e, can anyone advise me if Asterisk can route international calls to a US based service such as Net2Phone so we can take advantage of the internet and save on calls? That would be my main reason for an Asterisk based PBX. Chris Mason masonc@masonc.com Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 Cell: 264 235 5670 http://www.anguillaguide.com/ The Anguilla Guide Talk to me in real time: Yahoo:netconcepts_anguilla US Fax and Voicemail: (815)301-9759