VirtualTam's bookmarks
122 bookmarks found
-
pactree
- package dependency tree viewer1$ pactree python-tox | rg 'python-' 2 3python-tox 4├─python-cachetools 5├─python-chardet 6├─python-colorama 7├─python-filelock 8├─python-packaging 9├─python-platformdirs 10├─python-pluggy 11├─python-pyproject-api 12│ └─python-packaging 13└─python-virtualenv 14 ├─python-distlib 15 ├─python-filelock 16 └─python-platformdirs
-
Debian Package Repository - Instructions to connect to a third-party repository (with Ansible)
2024-01-06 - apt_key deprecated in Debian/Ubuntu - how to fix in Ansible
- ansible.builtin.deb822_repository - Add and remove deb822 formatted repositories
- ansible/ansible#78063 - ansible.builtin.apt_key adds keys to a deprecated location
- Example usages of the new
deb822_repository
Ansible module - Ubuntu [Spec] APT deb822 sources by default
-
The Dam - A slack clone in 5 lines of bash
2023-07-22 - edouardklein/suc - The Simple UNIX Chat
- tildeverse.org - Public access UNIX systems
-
pkgdown - Build websites for R packages
2022-05-30 -
Windows Workstation - Survival Kit™ (2020)
2020-12-04 Previous Editions:
- FancyZones tiling manager
- Run quick command launcher
- Shortcut Guide Overview
-
Property-based testing
2020-01-06 - https://github.com/leanovate/gopter
- https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7
- https://hypothesis.works/articles/what-is-property-based-testing/
- https://hypothesis.works/articles/integrated-shrinking/
- https://hackage.haskell.org/package/QuickCheck
- https://github.com/emil-e/rapidcheck
- https://labs.spotify.com/2015/06/25/rapid-check/
- https://andrealeopardi.com/posts/the-guts-of-a-property-testing-library/