Weekly Shaarli
Week 13 (March 23, 2020)
Installé! ;-)
In this tutorial, we will create a barebones document manager with these features:
Logged in users can upload files.
Superusers can view all files.
Regular users can view only the files they uploaded.Mais pourquoi on aurait besoin de cisco?
A essayer ?
Ça a du sens. C'est tordu, mais ça a du sens...
$ seq 9999999 | tqdm --bytes | wc -l
75.2MB [00:00, 217MB/s]
9999999
$ 7z a -bd -r backup.7z docs/ | grep Compressing | \
tqdm --total $(find docs/ -type f | wc -l) --unit files >> backup.log
100%|███████████████████████████████▉| 8014/8014 [01:37<00:00, 82.29files/s]
Argh - Painless CLI Generation (00:43)
tqdm - Easy Progresbars (05:10)
msgpack - Like Binary JSON (08:44)
schedule - Python's cron (12:43)
Redis Simple Cache - Memoization (14:11)