search for: auctioneers

Displaying 20 results from an estimated 213 matches for "auctioneers".

2007 Mar 05
2
Scheduled workers only run once unless you call self.delete inside the worker
I had a worker scheduled to run every minute with backgroundrb_schedules.yml: ebay_runner: :class: :ebay_auction_worker :job_key: :ebay_auction_runner :trigger_type: :cron_trigger :trigger_args: 0 * * * * * * This worker posts an auction to eBay from a queue of auctions every minute. I was having a problem where the worker would run ok the first time, but never any subsequent minutes
2005 Feb 18
1
R crashes on Repeated ODBC Queries
Hi, I've been up all night trying to get the following to work. First here is the setup. I have a P4 1G mem running WinXP SP2, R 2.0.1 patched 2005-01-15, MySQL 4.1.7 and MyODBC 3.51. I've been pulling data from MySQL using the code at the end of the post, where start.date and end.date are chron objects and auction.type is a string. I've been rushed so the code, especially the
2007 Sep 25
7
simple story, extract link
hi, I just started fooling around with story runner, thought I''d start with a dead simple scenario: The first thing I do when describing a site to someone is go to the home page, and begin exploring public pages from there. So, that seems like a good first story to spec out. And I''d really like to extract the actual link from the rendered page (rather than just
2007 Mar 13
3
Scheduled worker dies after about 30-45 runs
I have a scheduled worker that runs every minute, checking for new eBay auctions to post. If it finds an auction, then it posts it. If there are no auctions in the database that are queued up, it simply does nothing. I got the worker to finally run as a scheduled worker, every minute. However, after about 30-45 scheduled runs, it simply stops running. My backgroundrb_schedules.yml file: ------
2005 Jul 12
3
Help Configuring TDM04B
Hi: I had an fxo card from Digitnetworks and it was working fine on my Asterisk box. I then replaced it with TDM04B. I changed the zaptel and zapata to include the four channels. When I run ztcfg, I get configuration errors: Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) Channel 03: FXS Kewlstart (Default) (Slaves: 03) Channel 04:
2005 Jul 18
2
Vizufon Video Phone
So I won one of these on ebay, in the auction it says it has the RJ45 ports on it but it doesn't :( If I were to get an analog adapter would I be able to use the video portion of this or am I SOL? The auction requires me to pay for shipping back, so I end up losing money unless I sell it on my own. Or has anyone hacked these to work on enet?
2008 Jun 24
9
ActiveRecord 2.1 Migration support
Hi all, I am in the process of adding Migration support to the Ingres ActiveRecord adapter and have run in to a problem. During the call to create_table the Ingres adapter some how causes ruby to blow the stack and coredump/segv. I have tracked down the problem down to "add_column_options!" in "lib/active_record/connection_adapters/abstract/schema_statements.rb".
2008 Jun 24
9
ActiveRecord 2.1 Migration support
Hi all, I am in the process of adding Migration support to the Ingres ActiveRecord adapter and have run in to a problem. During the call to create_table the Ingres adapter some how causes ruby to blow the stack and coredump/segv. I have tracked down the problem down to "add_column_options!" in "lib/active_record/connection_adapters/abstract/schema_statements.rb".
2002 Jan 28
3
eudora
Hi folks, I'm new to WINE and have actually read the docs, so go easy on me. My machine is setup to dual boot between Red Hat 7.2 and Windows2000. This is what I get when I try to run Eudora 5.1 from my Win2k partition. This is as far it'll go--no window ever displays. I get identical results with either WINE 20020122 or a CVS snapshot from yesterday evening. Let me know if
2003 May 28
1
Test for trend?
Hello R community, I would like to test for learning effects by subjects in my experiment. Each subject participates in six consecutive auction rounds of the same treatment. The response variable is the efficiency of an auction outcome measured by a real number. Since the efficiency increases over the six rounds, I suppose that subjects learn about the rules of the auction institution, but I
2001 Oct 12
0
Auction: Cultwines.com domain available
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=1284608357
2004 Sep 10
5
the road to 1.0...
--- Jan Suhr <jan.suhr@usa.net> wrote: > It would be easier if FLAC understand the following command: "flac > *.wav *.flac" or "flac -d *.flac *.wav" > > for now I have to use some shell "tricks". > I assume you're using the DOS shell? because all unix shells I know will expand the globs first so this syntax cannot work anyway. but I know
2005 Jul 06
3
asterisk perl radiusclient
hello how to solve these errors /var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10 use Asterisk::AGI; vi /etc/asterisk/extensions.conf exten => _X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP vi /etc/asterisk/modules.conf load => res_agi.so <---------------errors------------------------> *CLI> Can't locate Asterisk/AGI.pm in @INC (@INC contains:
2004 Sep 10
1
Re: [Flac-announce] FLAC 0.7 released (but DON'T USE)
OK, after some debugging, it turns out this is related to an earlier bug (#131976 which has a temporary workaround). In other words, it will not trigger unless you are encoding more than 2 channels, and only then at large blocksizes (>32k samples). The full fix will be in 0.8 Josh --- Josh Coalson <xflac@yahoo.com> wrote: > A bug fix in 0.7 created another bug related to >
2004 Sep 10
1
Fwd: success compiling and running under IRIX
forwarding this on... > ----- Original Message ----- > From: "Erik Turner" <erik@turner.org> > To: <flac-dev@lists.sourceforge.net> > Sent: Tuesday, January 15, 2002 10:49 AM > Subject: Re: [Flac-dev] success compiling and running under IRIX > > > All, > > There is a discussion going on in the OggVorbis mailing list > about replay gain.
2004 Sep 10
2
[Flac-users] Open URL from Winamp
I have an Apache server running on a Linux box here at home, and an mp3 file and a flac file in the same server directory. I can add the mp3 to my Winamp playlist with the 'Open URL' dialog just fine, but it refuses to open the flac file. Flac files loaded locally play fine. Any ideas? Does the reference plug-in not support this? Any help would be appreciated. Thanks! Cheers, -Jason
2004 Sep 10
1
[Flac-users] Open URL from Winamp
Hurm.. How difficult would it be to implement? I have experience developing Winamp plug-ins, and it seems that the spec for streaming flac files is written pretty well. I'd be happy to work on adding this functionality. -Jason Josh Coalson wrote: > > --- "Jason L. Cook" <jason@siliconashes.net> wrote: > > > > I have an Apache server running on a Linux box
2004 Aug 06
1
Is CVS repository up?
Does anyone know if the CVS repository is on-line? I am getting: NEW CVSROOT: :pserver:anoncvs@xiph.org:/usr/local/cvsroot (password authentication) cvs login (Logging in to anoncvs@xiph.org) cvs [login aborted]: connect to xiph.org:2401 failed: Connection timed out *****CVS exited normally with code 1***** Thanks for any help. JOnathan. __________________________________________________ Do
2001 Mar 15
1
AW: samba on win2k
If you haven't deactivated password encryption on win2k (by changing the registry) you should make sure that "encrypt passwords = Yes" is set in your smb.conf. -----Urspr?ngliche Nachricht----- Von: Santosh Cheler [mailto:toshck@yahoo.com] Gesendet am: Donnerstag, 15. M?rz 2001 10:04 An: samba@lists.samba.org Betreff: samba on win2k I setup samba on rh6.2, and when i try to access
2001 Apr 30
0
Fwd: Libpamc.so.0 problem
Perhaps someone answered this but I missed it. I'm still havign this problem and can't figure this one out on my own. Does anyone have any suggestions? Thanks Anthony --- Anthony Abby <anthonyabby@yahoo.com> wrote: > Date: Sun, 29 Apr 2001 07:32:06 -0700 (PDT) > From: Anthony Abby <anthonyabby@yahoo.com> > Reply-to: anthonyabby@yahoo.com > Subject: Libpamc.so.0