# Class that can download files from cyberlockers or generic URLs 
# it will try and auto detect the size and filename if not supplied
# Download.new("http://download.thinkbroadband.com/10MB.zip", :location => '/location/tosave/file/') 
...

Ruby Help refactor my download c...

by https://www.google.com/accounts/o8/id?id=AItOawm4QVR_uqye7ryPjr6YQiNLG2kCMTGJqoE, April 22, 2011 13:07, 3 refactorings, tagged with download, ruby, classes

This is my download class, ...

067bd84ab041f6ebef468eb982a01fc2 Talk
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 download, ruby, xml, parse, nzb, usenet, slow

I was bored during ruby cla...

642d333608cc3483f64dba38cb81bdd2 Talk
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, 6 refactorings, tagged with download, java, images

Hi guys,
This code downloa...

209706bf7bd1053b8670759fd4937fe2 Talk
<?php

class RequestFile
...

PHP Universal File Download Class

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

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
<?
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