# 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, ...
<?php
private function sanitizeImageSizeInput(&$dimN, $dimO){
...
PHP Image Resizer
by JMC Creative,
January 26, 2011 20:22,
1 refactoring, tagged with images, classes, php image resize
I'm building a personal lib...
Is there any way to call cm...