Update to use scons.
This commit is contained in:
26
en/cv-sections/projects.tex
Normal file
26
en/cv-sections/projects.tex
Normal 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.
|
||||
}
|
Reference in New Issue
Block a user