Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

color

perl
Wednesday, 09 November 2011 23:43
#!/usr/local/bin/perl
use Tk;
# Main Window
my $mw = new MainWindow;
my $label1 = $mw -> Label(-text=>"Q1). What is ur name?") -> pack();
my $label2 = $mw -> Label(-text=>"Q2). What is ur age?") -> pack();
my $label3 = $mw -> Label(-text=>"Q3). What is ur fav. color?") -> pack();
$mw->Button(
-text => 'Quit',
-command => sub { exit },
)->pack;
MainLoop;

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/gUVQZo92wJs/13851

 
Sawa: Platinum
Monday, 24 October 2011 18:00

RAMBO SAYS: Teflon SAWA proving that she's ridiculously sexy with any hair color

Read more: http://suicidegirls.com/girls/Sawa/photos/Platinum++/

 
Random Color Generator
Saturday, 30 July 2011 11:13
Simple random color generator


function randomColor() {
$str = '#';
for($i = 0 ; $i < 6 ; $i++) {
$randNum = rand(0 , 15);
switch ($randNum) {
case 10: $randNum = 'A'; break;
case 11: $randNum = 'B'; break;
case 12: $randNum = 'C'; break;
case 13: $randNum = 'D'; break;
case 14: $randNum = 'E'; break;
case 15: $randNum = 'F'; break;
}
$str .= $randNum;
}
return $str;
}
$color = randomColor();
echo 'Random color: '.$color.'';
?>

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/MCG-UjF-CVw/13445

 
Water Balloons Have Never Exploded So Beautifully [Image Cache]
Saturday, 07 May 2011 12:00
With just some colored water, paint, milk, strobe lights, and a few water balloons, artist Ryan Taylor captured these explosions of color for your eyes to feast upon. [Colossal] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/o9Axw7kupCk/

 
Hexadecimal Color Clock Represents Time As A Color Value [Clocks]
Tuesday, 22 February 2011 19:17
If you've ever dabbled in HTML, you'll know about hexadecimal color codes—those base-16 numbers that mix red, green and blue to create a precise hue. This mesmerizing Colour Clock takes the current time, converts it into a hexadecimal value, and uses the ever-changing shade as its background color. A screensaver for Macs can be downloaded too. [The Colour Clock via Geekosystem] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/1ncO_OPIGBw/hexadecimal-color-clock-represents-time-as-a-color-value

 
Start
Prev
1


Page 1 of 3
Taxonomy by Zaragoza Online