| Blog Name: |
Microcodes |
| Url: |
http://pallit.lhi.is/microcodes |
| Language: |
English |
| Topics: |
art, net art, code art |
| Description: |
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. |
| Popularity: |
88 Followers |
If times ten
#!/usr/bin/perl
$one = 1;
if($one){
$two = 1;
if($two){
$three = 1;
if($three){
$four = 1;
if($four){
$five = 1;
if($five){
$six = 1;
if($six){
$seven = 1;
if($seven){
$eight = 1;
if($eight){
$nine = 1;
if($nine){
$ten = 1;
if($ten){
}
}
}
> Intended
#!/usr/bin/perl
system 'clear';
($width,$height) = (`tput cols`,`tput lines`);
while($height > 0){
foreach(1..$width/2){
system 'tput', 'cup', $height-$_, int($width*0.5) - int($_*0.5);
print ">" x $_;
}
$height-=1;
}
- Netfilmmakers' Blog
net art, net video, net curating
- My Mod Collage
pictures, art, drawings
- URBAN GURU
Art, Sex, Design
- Mysterious Biscuit
illustration, art, monsters
- Binbrain blog
travel, art, health
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.