|
Prev: New Ruby on Rails Windows group
Next: How to doing a "grep -v" to hide "---" line added byHash#to_yaml ?
From: Tj Superfly on 29 Jun 2008 12:14 Okay, why not! Here's what I'm trying to do. The website has urls for all their pet images, each having one of the random combination's inside of it. As such: http://pets.neopets.com/cp/rbm2vqzv/1/2.png So, basically I want to create some sort of list / program that searches though them and tells me if they exist or not, so I can see new pets when they are eventually uploaded. P.S. That's where I got random generation, because each url is random, but I guess ultimately my list is 'complete' so, sorry about that. Best Regards, TJ -- Posted via http://www.ruby-forum.com/. |