Update to use scons.

This commit is contained in:
2022-11-26 15:04:35 +01:00
parent 3a73fb2c98
commit 9435842db8
70 changed files with 49 additions and 4 deletions

View File

@ -0,0 +1,26 @@
\cvsection{Projects}
%{\large \bf \color{darkgray} Hello}
\entrytitlestyle{Colonel}
\descriptionstyle{
A small personal kernel project written in C and Assembly. Compatible with x86
architectures, bootable with GNU GRUB, and built using the GCC
cross-compilation tool-chain and the CMake build system.
}
\entrytitlestyle{Indivisible}
\descriptionstyle{
A highly optimized prime number generator with $O(n)$ time complexity for
n\textsuperscript{th} prime generation, and $O(\sqrt{n})$ for prime testing.
Written originally in C using OpenMP, then later ported to Rust.
}
\entrytitlestyle{SAUS}
\descriptionstyle{
Scripted AUdio Software is a very flexible command-line tool for real-time
scripted audio filtering via JACK audio inputs. The C program passes input
frequencies through a user-defined script written in Python.
}