class IRC < TCPSocket
  def cmd str
    send "#{str}\r\n", 0
...

Ruby Calling methods from elsewhere

by moshee, August 03, 2011 07:26, 5 refactorings, tagged with noob, classes

Is there any way to call cm...

D41d8cd98f00b204e9800998ecf8427e Talk
# 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
<?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...

881128824e981cd48a3fcfea136e8897 Talk