Terminando con las diapositivas de charlas pendientes (previas a 2021).
-
clang-apply-replacements
tool - sin duda lo que me faltó hace unos años cuando quise modificar libreoffice usando clang (en ese caso hice parte de forma automática y otra manual). -
SPDX & REUSE - For better license statements - Andreas Cord-Landwehr - 2020
Para indicar la licencia utilizando SPDX:
SPDX-FileCopyrightText: YEAR AUTHOR <CONTACT> SPDX-License-Identifier: LICENSE-IDENTIFIER
-
The Joy of Creating Art with Code - 2020
Descargar p5.zip. Cargar en un navegador web el archivo
p5/empty-example/index.html
y editarsketch.js
del mismo directorio. Por detalles ver las referencias.sketch.js
. -
An Introduction to the RISC-V Architecture - Drew Barbier - 2019
Enumera los conceptos principales.
-
Maintainable Bash Scripting - Michael Knapp, Capital One* - 2019
Tips de bash (nivel medio)
-
OpenBSD device driver development - 2017
- Source code is not documentation
- You will regularly crash the kernel. Use at least two machines:
- one for editing code, reading docs, and compiling
- one for rebooting, running your modified kernel, and crash
- Hardware without documentation is a dead brick.
-
SECURITY ENHANCED LINUX FOR MERE MORTALS - Thomas Cameron - 2015