![]() |
Anyone understand this code for Dell Mini 9 searches? - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: Anyone understand this code for Dell Mini 9 searches? (/showthread.php?tid=76798) |
Anyone understand this code for Dell Mini 9 searches? - AAA - 04-21-2009 https://gist.github.com/93750/84df65092b8903516f78c48bebc7c463f683a81c What is it and how can we use it to our advantage? Re: Anyone understand this code for Dell Mini 9 searches? - Seacrest - 04-21-2009 Description: Check for black Mini 9's at the Dell Outlet It's a ruby script to search the Dell Outlet for Minis matching certain price, color and other attributes. Re: Anyone understand this code for Dell Mini 9 searches? - AAA - 04-21-2009 How does one run a ruby script? (on a Mac) Re: Anyone understand this code for Dell Mini 9 searches? - Racer X - 04-21-2009 on a ruby iMac, of course. Re: Anyone understand this code for Dell Mini 9 searches? - AAA - 04-21-2009 I have one. Smarty. My wife says it's CD slot looks like it has lipstick on. Re: Anyone understand this code for Dell Mini 9 searches? - Seacrest - 04-21-2009 AAA wrote: LOL! I have one, too. Sort of. It's at work. It runs OS 8.6. The boss wondered aloud what it would fetch on eBay. To run the ruby script, you'll need to jump into Terminal, download the script and probably install a few "gems," edit the script in a text editor, and possibly type %>ruby ./scriptname.rb If I were so inclined (and not presently at work), I'd try it out. Maybe later. |