Weekly Shaarli

All links of one week in a single page.

Week 13 (March 23, 2020)

Deltachat

Installé! ;-)

How to serve private media files with Django

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.
Rocket.Chat - Free, Open Source, Enterprise Team Chat

Mais pourquoi on aurait besoin de cisco?

git –all –decorate –oneline –graph

A essayer ?

Write Unbreakable Python – Software, Fitness, and Gaming – Jesse Warden

Ça a du sens. C'est tordu, mais ça a du sens...

GitHub - tqdm/tqdm: A Fast, Extensible Progress Bar for Python and CLI

$ 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]

Five Amazing Python Libraries you should be using! - YouTube
thumbnail

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)