cv/en/cv-sections/projects.tex
2024-02-27 07:03:56 +01:00

29 lines
854 B
TeX

\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.
}
\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.
}
\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.
}
\fi