NetworkedBlogs.com (beta) is an extension of the Facebook app NetworkedBlogs.

Microcodes

 

Information

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

Selected Content

Blog Feed

WAR has NO value
#!/usr/bin/perl use constant WAR; print WAR;
Just listen
#!/usr/bin/perl `nc -l -p 2345`;
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; }
Subverting time-based media: Frozen in time
#!/usr/bin/perl fork && print "Time has fallen asleep in the afternoon sunshine.\n" while 1;

Followers

This blog has 88 followers. Visit the blog page on Facebook to see who's following this blog.
Follow

Popular in:

Related Blogs

This site uses BitPixels previews
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.