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 [2019/03/01 22:29] – [libcaca et caca-utils] 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 ===== ===== Terminal Shell =====
-  * Le super projet Asciinema ou comment enregistrer en vidéo son terminal https://asciinema.org +Le super projet **Asciinema** ou comment enregistrer en vidéo son terminal https://asciinema.org
-  * Enregistrer son terminal en SVG https://github.com/nbedos/termtosvg +
-{{ ::168763.svg |}} https://asciinema.org/a/168763+
  
 +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 ==== ==== 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+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   sudo apt install caca-utils
  
Ligne 119: Ligne 134:
   telnet localhost 51914   telnet localhost 51914
  
-{{ ::cacaserver3.png?direct |}} +{{ media_05:cacaserver3.png?direct |}} 
  
   * display any image in 256 colors in xterm https://github.com/rofl0r/conpix   * display any image in 256 colors in xterm https://github.com/rofl0r/conpix
Ligne 132: 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 218: 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
le_code_ascii.1551479363.txt.gz · Dernière modification : 2019/03/01 22:29 de Benjamin Labomedia