# 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
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...
import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; ...
Java Read/download images from a...
Hi guys,
This code downloa...
<?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...
This is my download class, ...