From 40f66946f99ace333b5dbd541cbf3466cd918466 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 12 Feb 2023 16:24:04 -0800 Subject: new resume --- build/website/about/resume.pdf | Bin 21144 -> 22438 bytes build/website/about/source/resume.ms | 8 ++++++++ build/website/about/source/resume.pdf | Bin 21996 -> 22438 bytes 3 files changed, 8 insertions(+) (limited to 'build/website/about') diff --git a/build/website/about/resume.pdf b/build/website/about/resume.pdf index 71a8976..aed2614 100644 Binary files a/build/website/about/resume.pdf and b/build/website/about/resume.pdf differ diff --git a/build/website/about/source/resume.ms b/build/website/about/source/resume.ms index fbee43f..2bc6535 100644 --- a/build/website/about/source/resume.ms +++ b/build/website/about/source/resume.ms @@ -80,6 +80,14 @@ the website with a primitive templating language/static site generator in pure POSIX shell script which generates the website from simpler template and data files. .BL +.B "Snake3" +\(en +Although this was a small project, it showcases my skills at writing man pages in the roff +format and my ability to come up with novel algorithms, as well as working with threading +in the C programming language. It's a simple snake game in the terminal that works +without the curses library. It was also a collaboration with Kai Stevenson: https://kaistevenson.com. You can get +the source code from https://prestonpan.tech/files/snake3/. +.BL .B "NoExcess" \(en NoExcess is a fully featured turing complete programming language that I have written. diff --git a/build/website/about/source/resume.pdf b/build/website/about/source/resume.pdf index 2f5e462..aed2614 100644 Binary files a/build/website/about/source/resume.pdf and b/build/website/about/source/resume.pdf differ -- cgit