看了《學徒模式》一書後,凍仁試著用 Gist 管理自己的待讀書單,並不時修改其閱讀順序。您可以在 revisions 找到編修記錄。
目錄:
| #!/usr/bin/env python3 | |
| # | |
| # Copyright 2015 Canonical Ltd. | |
| # | |
| # Authors: | |
| # Daniel Manrique <daniel.manrique@canonical.com> | |
| # | |
| # develop-in-lxc is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License version 3, as | |
| # published by the Free Software Foundation. |
| https://github.com/fourdollars/scripts/blob/master/ubuntu/dkms-helper.sh |