[PD-announce] make art festival - Poitiers 25-30 November 2008

propaganda at goto10.org propaganda at goto10.org
Wed Nov 5 20:34:11 CET 2008


sorry for >< please >> this lovely free piece of command 
line flyer generator source code.

- - >8 - -

#!/bin/bash
(
echo '#include <stdio.h>'
echo 'static const char s[] ='
cat <<":*" |
                                               _          
   _        _     ____     _       _   _______|_|         
  | |_    _| |  _|____|_  | |    _|_| |  _____|           
  |  _|__|_  | | |____| | | |___|_|   | |_____            
  | | |__| | | |  ____  | |  ___|_    |  _____|           
  | |      | | | |_   | | | |   |_|_  | |_______          
  |_|_     |_| |___|  |_| |_|     |_| |_________|         
    |_|_          ____     _______     _________          
      |_|       _|____|_  |  _____|_  |___   ___|_    _   
               | |____| | | |_____|_|     | |   |_|  |_|  
  25-30 NOV    |  __    | |  _   _|       | |             
  2008         | |  |_  | | | |_|___     _|_|             
  POITIERS     |_|    |_| |_|   |___|   |_|               
 
 
 make art is an international festival dedicated to the 
 integration of Free/Libre and Open Source Software 
 (FLOSS), open practices and free culture in digital arts.
 
 make art est un festival international dédié à 
 l'intégration du Logiciel Libre et Open Source (FLOSS), 
 des pratiques ouvertes et de la culture libre dans les 
 arts numériques.

 With the participation of:
 Avec la participation de:

 Robert Atwood (CA)
 Big Buck Bunny / Elephants dream (NL)
 Marc Chia (SG)
 The Codebreakers (GB)
 Andy Farnell (GB)
 Dave Griffiths (GB)
 Martin Howse (GB)
 Benjamin Jean (FR)
 Stéphane Leveillé (FR)
 Julian Oliver (NZ)
 Geraldine McEwan (GB)
 Alex McLean (GB)
 Ezequiel Netri (MX)
 Revolution OS (USA)
 Ernesto Romero (MX)
 Jagannathan Sampath (IN)
 Pall Thayer (IS)
 Danja Vassiliev (RU)
 Jaime Villarreal (MX)
 Valentina Vuksic (DE)
 Matthew Yee-King (GB)
 
 http://makeart.goto10.org/2008
 
:*
sed 's|"|\\"|g' |
sed 's|^|"|' |
sed 's|$|\\n"|'
echo '; int main(int c, char** v) { printf("%s", s); return 0; }'
) | gcc -xc -o "$(echo $(basename $0) | sed 's|\.sh$||g')"  -

- - >8 - -

:*





More information about the Pd-announce mailing list