prez-ppp-2025

Slides de la présentation pour PPPiraterie - retour accueil

git clone git://bebou.netlib.re/prez-ppp-2025

Log | Files | Refs | README |

README.md (1135B)


      1 # Dépôt pour la présentation PPP 2025
      2 
      3 ## The slides
      4 
      5 prez.slides are the slides content. It is a regular text file. If you want it
      6 formatted like during the presentation you need vim and slides.vim
      7 
      8 http://git.bebou.netlib.re/slides.vim/log.html
      9 
     10 Alternatively you can see it online
     11 
     12     ssh guest@bebou.netlib.re -p1459 prez-ppp-2025
     13 
     14 ## The database
     15 
     16 You can download it in json : http://arthur.bebou.netlib.re/crisco-des/des.json.gz
     17 or TSV : http://arthur.bebou.netlib.re/crisco-des/data
     18 
     19 You can query it online :
     20 
     21     echo "your word" | nc -N bebou.netlib.re 2222
     22 
     23 ## The UIs
     24 
     25 If you have `fzy` (apt install fzy on debian) you can "interactively" browse
     26 the database using `synonyme-ui`. You can navigate the menu using the arrow
     27 keys or typing the word you're looking for. You can end your search by pressing
     28 the escape key.
     29 
     30     ./synonyme-ui
     31 
     32 If you have the TSV database locally in the folder from which you execute the
     33 script it will use it. If you don't you'll need an internet connection and it
     34 will fetch the data from the service hosted on bebou's server.
     35 
     36 The script is fairly simple, feel free to tinker with it !
     37