20th Week of 2021
Computer Science⚑
GNULinux⚑
- New: Youtube-dl parallel downloads.
Debian⚑
-
New: Select the fastest Debian mirror.
Install and run
netselect-apt
to choose the best Debian mirror by downloading the full mirror list and using netselect to find the fastest/closest one.
PostgreSQL⚑
- New: PostgreSQL column names and type.
- New: PostgreSQL query escaping.
- New: PostgreSQL parallelization conf.
- New: PostgreSQL select database.
- New: PostgreSQL GROUP BY reference.
Programming⚑
json⚑
-
New: Python json module.
json
is a JSON encoder and decoder for Python.
Snippets⚑
- New: Python create a directory snippet.
- New: Python snippet to download a file.