search for: listers

Displaying 20 results from an estimated 589 matches for "listers".

Did you mean: sisters
2006 Jul 10
1
help with eBay turbo lister
Hello, Has anyone got eBay's turbo lister up and running on Wine? i could use a little help please. I'm currently using Mepis 6.0 Rc2 and for the first time i was able to successfully install wine 9.16 with IE 6 :) Then used IE to download turbo lister which seemed to install ok and created a desktop icon for itself. Now when i try to open turbo lister.... nothing happens, seems like the
2009 Mar 05
2
Turbo Lister eBay problems.
I am trying to install TURBO LISTER from eBay. I get these errors in the Terminal (Ubuntu). First a million "Fix Me"s and then these: err:msi:msi_cabextract FDICopy failed err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab" err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 err:ole:ClientRpcChannelBuffer_SendReceive
2009 Jul 13
2
Cannot get eBay turbo lister to start
Hello I am trying to get eBay's turbo Lister 2 to work on my ubuntu distribution 9.04 something of Linux. It seems to install OK but then when trying to start nothing happens. There is no error message, it just will not start. I do not know what my next step is as I am new to Linux? Thanks for any help - Jim
2011 Feb 13
1
How do I run Turbo Lister
I just installed Turbo Lister under Wine v. 1.2.2. It does not start. Absolutely nothing happens. How do I make it run?
2002 Dec 10
0
[Fwd: RE: Samba connecting to NT PDC]
> > From: "Esh, Andrew" <AEsh@tricord.com> > Date: Tue 10/Dec/2002 15:03 GMT > To: "'kevin.clarke@lister-petter.co.uk'" <kevin.clarke@lister-petter.co.uk>, > samba-technical@lists.samba.org > CC: "'samba@lists.samba.org'" <samba@lists.samba.org> > Subject: RE: Samba connecting to NT PDC > > (Please take
2003 Jan 09
0
RE: Samba connecting to NT PDC
(Please take this to samba@lists.samba.org <mailto:samba@lists.samba.org> , it's not a development issue.) Try defining the IP address for "CAT" in your /etc/lmhosts file. Your WINS server may not be supplying good information. Also, try to ping CAT at its IP address. It doesn't appear to be reachable from where the Samba server is. -----Original Message----- From:
2007 Oct 06
4
R-2.6.0 and RWinEdt
Dear Listers, I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under Windows XP. The R-WinEdt menu well appears at launching (the command library(RWinEdt) is in .Rprofile), but WinEdt is NOT started automatically (this was not the case in the earlier versions of R). When WinEdt is started by hand...
2003 Apr 08
5
Help on smooth.spline?
Hey, R-listers I was recommended to try using smooth.spline function for estimating 2-Dimensinal curve given a data set. So will you please tell me where to get this R function? Or which package provides this function? Thanks for your point. Fred
2003 Apr 02
4
vectorize an expression
Dear listers, I'm having a bad R day. I just can't think of the vectorized equivalent of: for (ii in 1:n) aa[ii] = bb[ii,cc[ii]] Any suggestion received with embarrassment and gratitude Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave...
2012 Oct 30
4
Error unary operator
Hi R - listers, I am receiving an error. Does anyone know what this means? J ggplot(subset(foo, Rayos != "Rayos.NA"), aes(x=HTL, y=DevelopIndex, colour=TotalEggs)) +geom_point() +geom_jitter() + facet_grid(Aeventexhumed ~ Rayos) + geom_smooth(method="lm", fill=NA) + ylim(c(0, 7)) Error i...
2006 Aug 26
3
for() loop question
Dear Lister, If I have a list of number, say x<-c(0.1, 0.5, 0.6...), how to use a for() to loop through each number in x one by one? Thank you so much! wensui [[alternative HTML version deleted]]
2003 Nov 03
3
A matrix is full rank is equal to having independent columns?
Dear R listers, Just a simple question. If we say an nxm matrix (n>m) is full rank of m, does this mean that this matrix has linearly independent columns? They are the same definition or needs some proof? Thanks for your answer. Fred [[alternative HTML version deleted]]
2013 Jan 25
3
How to extract elements from vector in reverse order?
Hi all mailing listers, I wanna get the last several elments of vector. e.g. x <- c(1,2,3,.....,78, 79, 80) How can I implement to assign last three elements to y, y <- c(78, 79, 80) ? In Matlab, It can easily achieve by y=x(end-2:end) Thanks Huaping Wan [[alternative HTML version deleted]]
2010 Sep 22
2
cwhmisc package error
R-listers, I'm working on a project where I need to get the lowercase of the county variable in a dataset alike to the example below (only difference is that the full dataset has all the states and counties in the southeast United States). I keep getting this strange error with the lowerize function (w...
2005 Sep 13
3
VB and R
Dear Listers, Is there any good paper about how to use R together with VB? Thank you so much! -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]
2006 Apr 21
10
Power over Ethernet (PoE) switch recommendations
Hi listers, I am looking for people who have used Power over Ethernet switches, primarily in conjunction with Polycom IP 501's. I've been looking at the Linksys SRW224P, since I've had good luck with the SRW224 in our office. However, Nortel, Cisco, Adtran, etc. all have an offering, all of...
2007 Oct 24
1
Zicounts package
Dear R users, I have been using the zicounts package (verson 1.1.4) in R (version 2.4.1). I have been fitting zero inflated Poisson regressions to model the number of trips made by a household. Whilst I can get the best fit parameter set from zicounts, I can't get the package to return the fitted values for the model. I have attempted to calculate the fitted values from the optimal
2013 Feb 07
4
why "object 'x' not found"?
Dear Listers, I try to change the structure of my data. i have an indicator-matrix and want to end up with a factor. i have v1 v2 v3 1 0 0 0 1 0 0 0 1 and want v1 v2 v3 v4 1 0 0 1 0 1 0 2 0 0 1 3 amongst other things i tried the following d <- data.frame(d1=c(1,0,0), d2=...
2011 Apr 07
3
Correlation Matrix
Listers, I have a question regarding correlation matrices. It is fairly straight forward to build a correlation matrix of an entire data frame. I simply use the command cor(MyDataFrame). However, what I would like to do is construct a smaller correlation matrix using just three of the variable out of my d...
2006 Aug 15
3
merge 2 data frame based on more than 2 variables
Dear Lister, I understand merge() can be used to join 2 data frames based on 1 variable. But how about merge based on more than 2 variables? Thank you so much! -- WenSui Liu (http://spaces.msn.com/statcompute/blog) Senior Decision Support Analyst Health Policy and Clinical Effectiveness Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]