From e78c74ea3126c42fc3587fb96170c68eed05047e Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 23 Jun 2026 09:39:58 +0200 Subject: [PATCH] added readme --- misc.md | 2 +- readme.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/misc.md b/misc.md index b51c0be..115868e 100644 --- a/misc.md +++ b/misc.md @@ -1,3 +1,3 @@ # bits and bops -> remember xorg config screentearing option +> remember xorg config screentearing option (obsolete with xlibre) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9bd4e13 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# zegonix' documentation + +This repository holds information I wrote down for quick access. + + +# Interesting topics to read up on + +* [LaTeX package *tikz*][tikz] +* [HSV/HSL and colourspaces in general][hsl] +* [GCCs handling of large immediate values][gcc-literals] +* [How do WAV files work][wav-files] + + + +[tikz]: https://nathantypanski.com/blog/2014-10-29-tikz-timing.html +[hsl]: https://en.wikipedia.org/wiki/HSL_and_HSV#Use_in_end-user_software +[gcc-literals]: https://medium.com/@python-javascript-php-html-css/understanding-gccs-handling-of-large-immediate-values-in-armv7-assembly-d8a906231b44 +[wav-files]: https://stackoverflow.com/questions/16075233/reading-and-processing-wav-file-data-in-c-c