screen = [
  [9,9,4,7,4,8,9,9,9,9,2,5,6,7,8,9],
  [1,2,3,9,9,6,7,8,9,9,9,9,9,9,9,9]
...

Ruby find a horizontal line in a...

by slothbear, June 27, 2011 18:59, 6 refactorings, tagged with images, arrays

Somewhere in an image, I kn...

563e3eea8bb7750b2d555085a547f97a 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
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
/*
 Example Usage:
    new ImagePreloader({
...

JavaScript Image Preloader

by getopenid.com/deleteme, December 26, 2007 20:34, No refactoring, tagged with javascript, image, preloader, images

I'm looking at the 'createI...

Db11d496fa96adac53b422feb6efd493 Talk