not logged in yet
login/register
home
browse
classrooms & collections
books
blog
search
browsing all sketches
browse OpenProcessing
browse all>
browse the portfolio of
Juego
see more>
_
uploaded by
Juego
This work is about limits and constraints. It is intended to be viewed as a serie.
1. _ (as few as possible)
2.
thisIsHowMuchOfTheLicenseICouldAdd
3.
codePorn
(do you see it?)
Note: textFont Hack borrowed from
Kyle McDonald
.
A complete explanation of this project can be found on
my website
How to attribute this work?
You should provide the text below when attributing this sketch:
_ by Juego , licensed under Creative Commons Attribution-Share Alike 3.0 license.
Work: http://openprocessing.org/visuals/?visualID= 4524
License: http://creativecommons.org/licenses/by-sa/3.0/
serie
recursive
text
798 views
Sep 2009
collection:
Tiny Sketch
Embed Code
Copy and paste the html code below to embed the applet to your blog or website.
< Go Back
Embed Code
Add to Faves
Me Likey@!
Fave'd by
0 users
No users added this sketch as a favorite yet.
Sketch added to your
favorites
in your portfolio.
You must
login/register
to add this sketch to your favorites.
comments
source code
Comments
Kyle McDonald
11 Sep 2009, 01:46
I like this form of a quine, it's like saying "What's the shortest possible code I can write that says something about itself?" (rather than explicitly being bent on printing the source).
Juego
11 Sep 2009, 04:34
Thanks Kyle. And you also thought me a new word. :)
You need to
login/register
to comment.
fullscreen
p5 page
download
_.pde
String s[]=loadStrings("_.pde");textFont(createFont("",50));text(s[0].length(),17,70);