1
2
3
4
require 'net/http'
require 'rexml/document'
require 'download.rb'
...

Ruby help with processing nzb/xm...

by bain19.myopenid.com, January 09, 2010 23:51, 4 refactorings, tagged with nzb, usenet, download, parse, slow, ruby, xml

I was bored during ruby cla...

642d333608cc3483f64dba38cb81bdd2 Talk
1
2
3
4
import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
...

Java Read/download images from a...

by Hbiloo, December 05, 2008 11:36, 1 refactoring, tagged with images, download, java

Hi guys,
This code downloa...

209706bf7bd1053b8670759fd4937fe2 Talk
1
2
3
4
<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with php, 5, universal, file, download, class

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
1
2
3
4
<?
function robots_allowed($url){
	$current_url=$url;
...

PHP Robots Reader

by Matt, October 28, 2007 15:44, 4 refactorings, tagged with robots, txt, robots.txt, reader, open, download, spider, crawler, search

This code will refer to the...

63dc621a0755c77290da87f0feb44491 Talk