search for: bidders

Displaying 13 results from an estimated 13 matches for "bidders".

Did you mean: bidder
2010 Nov 05
1
Problem with 'lars' package
...issue, but the suggested solution in that post did not help me. I created the matrices: ResponseMatrix <- data.frame (GAOdecision=GAOdecision) PredictorsMatrix <- data.frame (WeaponvsNon = WeaponvsNon, ProductvsService = ProductvsService, KDuration = KDuration, BusinessSize = BusinessSize, Bidders = Bidders, Staging = Staging, Criteria = Criteria, KPricing = KPricing, Political = Political) and then output <- lars(PredictorsMatrix, ResponseMatrix) *Error in one %*% x : requires numeric/complex matrix/vector arguments* * * I did not create any variables x in my code. I also used rm(x) in...
2006 Jun 10
1
RailsConf 2006 Ticket Available
A friend of mine decided to get married on RailsConf weekend, so I can''t make the conference. I checked the website and tickets are transferable, so I''m making the ticket available to the highest bidder. The ticket was $400. I''m not looking to make a profit, but I would like to recover the original cost. Given that the conference sold out almost immediately,
2007 Nov 12
4
time plotting problem
I am completely misunderstanding how to handle dates. I want to plot a couple of data series against some dates. Simple example 1 below works fine. Unfortunately I have multiple observations per day (no time breakdowns) and observations across years. (example 2 very simplistic version ) Can anyone suggest a quick fix or point me to something to read? I thought that zoo might do it but I seem
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...1],the.is.date[2],the.is.date[3]),"' AND maturity_date = '",sprintf('%i-%i-%i',the.mat.date[1],the.mat.date[2],the.mat.date[3]),"';", sep="") tmp.data <- auction.connect(cmnd) if (!is.nan(tmp.data[1,1])){ tmp.bidders <- unique(tmp.data$fiid) for (k in tmp.bidders){ tmp.id.data <- tmp.data[tmp.data$fiid == k,] tmp.order <- order(tmp.id.data$yld,decreasing = T) tmp.id.data <- tmp.id.data[tmp.order,] tmp.id.data$bnum <- se...
2010 May 27
3
btrfsck: doesn't correct errors
Heyho! (This is using btrfs from Debian''s 2.6.32 2.6.32-3-kirkwood kernel (-9 package; btrfs tools is v0.19-16-g075587c) A few observations about btrfsck: a btrfsck run on a 2T volume (4 disks) on a QNAP appliance (512M ram) got killed by Mr. OOM Killer. Initially, I was quite surprised. I''m only moderately surprised now since it might well be that I forgot to enable
2006 Jul 24
4
safenet on debian etch
Hi List, I just got myself a new everpower-1000va. according to the compatibility list, the 'safenet' driver supposed to support it, however, when I try, I get this in syslog: Jul 24 15:05:22 tv upsd[26458]: Can't connect to UPS [everpower1000] (safenet-ttyS1): No such file or directory this is my ups.conf: [everpower1000] driver = safenet port = /dev/ttyS1 desc =
2006 Nov 20
2
which windows software can communicate with ipsec(racoon)?
I have tested cisco vpn software,found build the phase ONE successfully,but phase two can't build up. Anyone have advice??
2007 Aug 17
2
[asterisk-biz] Skype Outage Leaves Millions Speechless
On Fri, 2007-08-17 at 18:22 +0200, Trixter aka Bret McDanel wrote: > On 8/17/07, Aleks Clark <aleks.clark at gmail.com> wrote: > > Actually, the crazy p2p connections actually reinforce their algorithm > > story. If their p2p algorithms have flaked out, it could cause all sorts of > > trouble. OTOH, I don't think they'd run logins over p2p.... > > >
2005 Nov 06
2
What happened with portaudit?
Hello, One of my machines I got a report about 3 vulnerable packages (php4, ruby, openssl) in tomorrows security run output, but in today's security run output all of them disappeared, but nobody upgraded or removed the affected packages. I reinstalled portaudit, refreshd its database, but now it reports 0 affected pakages. The pkg_info command lists that three packages, so they are
2006 Oct 11
2
Nelly Moser Asao Codec
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello everybody, first of all I want to excuse myself for crossposting. I can't estimate which mailinglist could be the right one for our concern. Struktur AG, member of the Linux Solutions Group e.V., wants to announce an Open Source tender for an implementation of an audio codec compatible with Nellymoser Asao Codec. Struktur wants to pay
2006 Oct 11
2
Nelly Moser Asao Codec
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello everybody, first of all I want to excuse myself for crossposting. I can't estimate which mailinglist could be the right one for our concern. Struktur AG, member of the Linux Solutions Group e.V., wants to announce an Open Source tender for an implementation of an audio codec compatible with Nellymoser Asao Codec. Struktur wants to pay
2006 Jul 18
7
Port scan from Apache?
Hi everyone, today I got an e-mail from a company claiming that my server is doing port scans on their firewall machine. I found that hard to believe so I started checking the box. The company rep told me that the scan was originating at port 80 with destination port 8254 on their machine. I couldn't find any hints as to why that computer was subject to the alleged port scans. Searching
2004 Oct 17
0
modify rsync: read files from a tar archive
Yodel! I'm trying to modify rsync so that it can read the source files from a tar archive instead of a file system. I want to use this so I can fetch whole filesystems from a fileserver with (i) a more efficient storage of the filesystem images on the server and above all (ii) the process fetching the filesystem image doesn't need any privileges on the fileserver (even if some of