2022-08-23 10:21:33 +00:00
|
|
|
\cvsection{Projects}
|
|
|
|
|
|
|
|
%{\large \bf \color{darkgray} Hello}
|
|
|
|
\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.
|
|
|
|
}
|
|
|
|
|
2023-09-11 10:27:58 +00:00
|
|
|
\iffalse
|
|
|
|
\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.
|
|
|
|
}
|
|
|
|
|
2022-08-23 10:21:33 +00:00
|
|
|
\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.
|
|
|
|
}
|
2023-09-11 10:27:58 +00:00
|
|
|
\fi
|