#!/bin/bash
cat <<":*" |
_
_ _ ____ _ _ ||
| | | | ||_ | | || | |
| || | | || | | ||| | |_____
| | || | | | ____ | | | | |
| | | | | | | | | | || | |_
|| || || || || || ||
|| ____ _______ _________
|| || | | | | _
| || | | ||| | | || ||
08-13 DEC | __ | | _ | | |
2009 | | | | | | ||__ ||
POITIERS || || || |_| ||
make art is an international festival dedicated to the integration of
Free/Libre/Open Source Software (FLOSS) in digital art.
The fourth edition of make art - What The Fork?! distributed and open
practices in FLOSS art - will take place in Poitiers (FR), from the 8th
to the 13th of December 2009.
With Aharon Amir (GB), Wayne Clements (GB), FooCorp (GB), Gijs Gieskes
(NL), Gullibloon (AT/DE), Adnan Hadzi (CH), Lisa Haskel (GB), Reni
Hofmüller (AT), Olivier Laruelle (FR), LAFKON (DE), Anne Laforêt (FR),
Mattin (ES), Antoine Moreau (FR), Nathalie Magnan (FR), No Copy Paste
(HU), Noyade (FR), Jean Sépulchre (FR), Wesley Smith (US), Koray
Tahiroğlu (TR/FI), The Guardians of the Tradition (US), Taku Unami (JP),
Milovann Yanatchkov (FR), Simon Yuill (GB), Jérémie Zimmermann (FR),
IOhannes M. Zmölnig (AT), ...
--
make art est un festival international dédié à l'intégration des
Logiciels Libres et Open Source (FLOSS*) dans l'art numérique.
*FLOSS = Free/Libre/Open Source Software
La quatrième édition de make art - "What The Fork?!" pratiques
distribuées et ouvertes en art logiciel libre - se déroule à Poitiers
(FR), du 8 au 13 décembre 2009.
Avec Aharon Amir (GB), Wayne Clements (GB), FooCorp (GB), Gijs Gieskes
(NL), Gullibloon (AT/DE), Adnan Hadzi (CH), Lisa Haskel (GB), Reni
Hofmüller (AT), Olivier Laruelle (FR), LAFKON (DE), Anne Laforêt (FR),
Mattin (ES), Antoine Moreau (FR), Nathalie Magnan (FR), No Copy Paste
(HU), Noyade (FR), Jean Sépulchre (FR), Wesley Smith (US), Koray
Tahiroğlu (TR/FI), The Guardians of the Tradition (US), Taku Unami (JP),
Milovann Yanatchkov (FR), Simon Yuill (GB), Jérémie Zimmermann (FR),
IOhannes M. Zmölnig (AT), ...
:*
(
( echo '[-]>[-]---------->[-],[----------[>[-]++++++++++,----------]'
echo '<[++++++++++.<]>++++++++++.-------------------->[-],]' ) | (
echo '#include <stdio.h>'
echo '#include <stdlib.h>'
echo 'int main(int c, char **a){'
echo 'char *makeart = calloc(2009,1);'
sed -e 's/+/++*makeart;\n/g' \
-e 's/-/--*makeart;\n/g' \
-e 's/>/++makeart;\n/g' \
-e 's/</--makeart;\n/g' \
-e 's/\./putchar\(*makeart\);\n/g' \
-e 's/,/{int i = getchar\(\);if\(i!=EOF\)*makeart=i;}\n/g' \
-e 's/\[/while\(*makeart\){\n/g' \
-e 's/\]/}\n/g' \
-e 't' \
-e 's/.//g'
echo 'return 0;}'
) | gcc -O2 -Wall -std=c99 -pedantic -o makeart -xc - &&
./makeart | ./makeart
)