2072 private links
Oh, le Donjon de Naheulbeuk en jeu-vidéo !!
linux - How can I remove the printing protection from password-protected PDF files? - Stack Overflow
qpdf --decrypt crypted.pdf --password=myP@sswor!D uncrypted.pdf
Oh la jolie media-query pour spécifier des couleurs suivant le mode activé (dark ou light). Cool !
@media (prefers-color-scheme: dark) {
/ ... /
}
@media (prefers-color-scheme: light) {
/ ... /
}
Oh, sous le coude pour dans quelques années :)
La distribution intègre GCompris et tout un tas de logiciels d'apprentissage libres. Maternel, CP, CE1, CE2, CM1 et CM2.
CCleaner libre, open-source et qui a de la gueule !
Des listes de blocage pour Pi-Hole.
Tiens, je n'avais pas fait de pub pour mon nouveau projet (déjà terminé ^^). Le dico est basé sur le contenu du Wiktionnaire et disponible en plusieurs langues.
D'autres articles sur le sujet : http://www.tiger-222.fr/?q=eBook+Reader+Dict
Le contenu me sera fort utile dans les prochains jours.
En attendant voici le ePUB en version nettoyée : https://www.tiger-222.fr/files/implementing-the-clean-architecture.epub
- sans DRM Adobe
- sans police à télécharger depuis Google (plantage de ma Kobo si le Wi-Fi est désactivé...)
- sans URL de traçage Google
- nettoyé avec Calibre (HTML, CSS)
- avec image de couverture
- avec correction de la langue dans les entêtes HTML (pl -> en)
- avec ajout du nom de l'auteur dans les metadatas
J'ai utilisé cette commande (nécessite Calibre) :
ebook-convert implementing-the-clean-architecture.epub implementing-the-clean-architecture-converted.epub --epub-inline-toc --smarten-punctuation --insert-metadata --authors="Sebastian Buczyński" --cover=$HOME/Desktop/cover.png --language=en
- Éditions manuelles.
C'est très, très, moyen d'avoir à faire tout ça pour 22 balles !
Cycle 1/3 : https://www.tiger-222.fr/links/?0YSkKQ
Cycle 2/3 : celui-ci :)
Cycle 3/3 : https://www.tiger-222.fr/links/?rcVYzA
- Tyrann ou Poussière d'étoiles
- Les Courants de l'espace
- Cailloux dans le ciel
Cycle 1/3 : celui-ci :)
Cycle 2/3 : https://www.tiger-222.fr/links/?150n0g
Cycle 3/3 : https://www.tiger-222.fr/links/?rcVYzA
- Les Robots
- Un défilé de robots
- Les Cavernes d'acier
- Face aux feux du soleil
- Les Robots de l'aube
- Les Robots et l'Empire
Votre levain gonfle bien lors des rafraîchis : je vous imagine piaffant d’impatience de faire votre premier pain au levain ! Voici la méthode en vidéo pour réussir de A à Z. Attention, regard…
Ma Debian ping sans arrêt le nom de domaine network-test.debian.org pour voir si la connexion est bonne.
Pour arrêter ça :
apt purge network-manager-config-connectivity-debianEt voilà, Python 2, c'est fini.
"""
Monday, April 20, 2020
Python 2.7.18, the last release of Python 2
The CPython core developers are pleased to announce the immediate availability of Python 2.7.18.
Python 2.7.18 is the last Python 2.7
release and therefore the last Python 2 release. It's time for the CPython
community to say a fond but firm farewell to Python 2.
Download this unique, commemorative Python release on python.org.
Python 2.7 has been under active development since the release of Python 2.6,
more than 11 years ago. Over all those years, CPython's core developers and
contributors sedulously applied bug fixes to the 2.7 branch, no small task as
the Python 2 and 3 branches diverged. There were large changes midway through
Python 2.7's life such as PEP 466's feature backports to the ssl module and
hash randomization. Traditionally, these features would never have been added
to a branch in maintenance mode, but exceptions were made to keep Python 2 users
secure. Thank you to CPython's community for such dedication.
Python 2.7 was lucky to have the services of two generations of binary builders
and operating system experts, Martin von Löwis and Steve Dower for Windows, and
Ronald Oussoren and Ned Deily for macOS. The reason we provided binary Python
2.7 releases for macOS 10.9, an operating system obsoleted by Apple 4 years ago,
or why the "Microsoft Visual C++ Compiler for Python 2.7" exists is the
dedication of these individuals.
Python 3 would be nowhere without the dedication of the wider community. Library
maintainers followed CPython by maintaining Python 2 support for many years but
also threw their weight behind the Python 3 statement.
Linux distributors chased Python 2 out of their
archives. Users migrated hundreds of millions of lines of code, developed
porting guides, and kept Python 2 in their brain while Python 3 gained 10 years
of improvements.
Finally, thank you to GvR for creating Python 0.9, 1, 2, and 3.
Long live Python 3+!
"""
J'aime bien son style.
Il a notamment créé certaines couvertures du cycle de Fondation, d'Isaac Asimov.
A runtime python code manipulation framework for profiling, debugging and bugfixing - devopspp/pyliveupdate