Slashdot Mirror


User: RLatimer

RLatimer's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Old story on Icebergs Sailing Past New Zealand · · Score: 1

    In New Zealand they advertise Bluebird potato chips with CGI generated penguins and an song. Those little guys will go to great lengths to get their chippies, but somehow I think their real-life counterparts are content with their usual diet.

  2. Re:Hmm... on How To Build a Web Spider On Linux · · Score: 1

    I write things like this in C, focusing mainly on NNTP and E-mail. After you've developed all the libraries you need once, it becomes quick to impelment new systems based on the same code. I would imagine the task would be somewhat simpler with PHP, due to the amount of 'stuff' that comes with it, but the complexity of the core code would be similar due to PHP being very similar to C.

    For pulling data from Web sites, for use when testing, I would typically use Wget (Win32) and parse it with findstr using a batch file. Doesn't get much simpler than that.