Outils pour utilisateurs

Outils du site


le_code_ascii

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
le_code_ascii [2018/07/29 12:12] Benjamin Labomediale_code_ascii [2020/12/02 14:52] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. serge
Ligne 83: Ligne 83:
 ==== Réalisations ==== ==== Réalisations ====
  
-  * Les fichiers .NFO {{:NFO.zip|fig:NFO.zip}}+  * Les fichiers .NFO {{media_09:nfo.zip|fig:NFO.zip}}
   * ascii forkbomb par Jaromil [[http://jaromil.dyne.org/journal/forkbomb_art.html|http://jaromil.dyne.org/journal/forkbomb_art.html]]   * ascii forkbomb par Jaromil [[http://jaromil.dyne.org/journal/forkbomb_art.html|http://jaromil.dyne.org/journal/forkbomb_art.html]]
  
Ligne 91: Ligne 91:
   * Pix_gmail   * Pix_gmail
  
-  * **** {{:Pix gmail-Labomedia.png?600|fig:pix_gmail-Labomedia.png}}+  * **** {{media_11:pix_gmail-labomedia.png?600|fig:pix_gmail-Labomedia.png}}
  
 +===== Terminal Shell =====
 +Le super projet **Asciinema** ou comment enregistrer en vidéo son terminal https://asciinema.org
 +
 +Installer avec PIP
 +  sudo pip3 install asciinema
 +Enregistrer en réduisant les moments où il ne se passe rien à 1 seconde
 +  asciinema rec nomduficiher -i 1 --append
 +CTRL-D pour sortir de l'enregistrement
 +  asciinema play nomduficiher
 +Le diffuser via https://asciinema.org
 +  asciinema auth
 +La commande donne une adresse à laquelle il faut se rendre, s'inscrire en donnant un mail, cliquer sur mail de confirmation
 +  asciinema upload nomduficiher
 +Voir ce post pour plus d'infos et des méthodes pour streamer le terminal https://blog.asciinema.org/post/two-point-o/
 +
 +{{ media_02:168763.svg |}} https://asciinema.org/a/168763
 +
 +Enregistrer son terminal en SVG https://github.com/nbedos/termtosvg
 +
 +Diverses façons de visualiser des images dans un terminal, voir commentaires https://askubuntu.com/questions/97542/how-do-i-make-my-terminal-display-graphical-pictures
 +==== libcaca et caca-utils ====
 +caca-utils est un ensemble d'outils en ligne de commande permettant de convertir et visualiser images et vidéos en jeu de caractères ASCII. Le nom est intentionnel, les auteurs offrant un logiciel ludique sans prétention sous licence publique « Faites-en bien ce que vous voulez »). https://doc.ubuntu-fr.org/caca-utils https://github.com/cacalabs/libcaca/
 +  sudo apt install caca-utils
 +
 +Outil Description
 +  cacademo Affiche des effets d'art ASCI avec transitions animées
 +  cacaplay Joue un fichier d'animation libcaca. La commande doit être suvi d'un nom de fichier sous forme fichier.caca
 +  cacaserver Joue des fichiers d'animation libcaca à travers le port réseau 51914
 +  cacaview Visionneuse d'image en mode texte.
 +  img2txt convertit des images vers des fichiers en mode texte coloré
 +
 +Exemple d'utilisation
 +
 +  wget http://webcreation.webege.com/wp-content/uploads/2010/03/Tux-G2.png
 +  img2txt --format=svg Tux-G2.png > tux.svg
 +  mogrify -format png tux.svg
 +
 +Serveur - client
 +  CACA_DRIVER=raw cacademo | cacaserver
 +  telnet localhost 51914
 +
 +{{ media_05:cacaserver3.png?direct |}} 
 +
 +  * display any image in 256 colors in xterm https://github.com/rofl0r/conpix
 ===== Audio ===== ===== Audio =====
  
Ligne 103: Ligne 147:
   * WikikIRC Un bot poste en permanence sur un canal IRC les modifications opérées sur les différents wikipedias (fr, gb, ...) > un programme "écoute" ce canal IRC et transforme les lettres en notes de musiques via leur code ascii   * WikikIRC Un bot poste en permanence sur un canal IRC les modifications opérées sur les différents wikipedias (fr, gb, ...) > un programme "écoute" ce canal IRC et transforme les lettres en notes de musiques via leur code ascii
  
-{{Wikipediasonification.jpg|800px|Wikipedia sonification WikikIRC}}+{{media_13:wikipediasonification.jpg|800px|Wikipedia sonification WikikIRC}}
  
 ===== Vidéo ===== ===== Vidéo =====
Ligne 189: Ligne 233:
   * "Understanding Shakespeare goal is to introduce a new form of reading drama to help understand Shakespeare’s works in new and insightful ways and to address our changed habits of consuming narrative works and knowledge through the capabilities of information visualization." http://www.understanding-shakespeare.com/   * "Understanding Shakespeare goal is to introduce a new form of reading drama to help understand Shakespeare’s works in new and insightful ways and to address our changed habits of consuming narrative works and knowledge through the capabilities of information visualization." http://www.understanding-shakespeare.com/
  
-  * **** {{:Shakespdrama.jpg|fig:Thumb|800px|Understanding Shakespeare}}+  * **** {{media_12:shakespdrama.jpg|fig:Thumb|800px|Understanding Shakespeare}}
  
   * Visual Edition Stories about Dingbats, Composition No.1 et Tree of codes Di Jonathan Safran   * Visual Edition Stories about Dingbats, Composition No.1 et Tree of codes Di Jonathan Safran
Ligne 377: Ligne 421:
 </code> </code>
  
-{{tag>bj}}+{{tag>bj autres_logiciels realisations_logicielles art_numerique}}
le_code_ascii.1532866346.txt.gz · Dernière modification : 2018/07/29 12:12 de Benjamin Labomedia