commit 69a143e2e02f01b1ff6eeed24723944816df8939
Author: Bharatvaj Hemanth <bharatvaj@yahoo.com>
Date: Fri, 9 Aug 2024 03:28:12 +0530
Initial Commit
Diffstat:
3 files changed, 188 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+*.pdf
diff --git a/Makefile b/Makefile
@@ -0,0 +1,13 @@
+paper=letter
+
+resume.pdf: resume.ps qrcode.png
+ ps2pdf resume.ps resume.pdf
+
+resume.ps: qrcode.ps
+ groff -dpaper=${paper} -P-p${paper} -tbl -p -ms -Tps resume-ms.groff > $@
+
+qrcode.png:
+ echo "https://www.youtube.com/watch?v=gbt61vcAkG0" | qrencode -o $@
+
+qrcode.ps: qrcode.png
+ magick $< $@
diff --git a/resume-ms.groff b/resume-ms.groff
@@ -0,0 +1,174 @@
+.fam H
+.nr PS 10p
+.nr VS 15p
+.ds CH
+
+.defcolor headingcolor rgb 0.5f 0.5f 0.5f
+.defcolor linecolor rgb 0.6f 0.6f 0.6f
+' unimportant color
+.defcolor unimcolor rgb 0.55f 0.55f 0.55f
+.defcolor jobcolor rgb 0.2f 0.2f 1f
+
+.de line
+\h'0n'\v'-1.2n'\
+\m[headingcolor]\
+\l'\\n(.lu\(ul'\
+\m[default]
+..
+
+.de heading
+.ps 14
+.B "\\$1"
+\m[default]
+.sp .4
+.br
+.ps 10
+.sp -.4
+..
+
+.de job
+.B "\\$3 \(en \m[jobcolor]\\$2\m[default]"
+.br
+.\m[headingcolor]
+\\$1 | \\$4
+.\m[default]
+.br
+..
+
+.TS
+tab(@);
+lx lx cx.
+T{
+.PSPIC -L qrcode.ps 0.7i 0.7i
+T}@T{
+.fam T
+.ps 20
+.B ""
+.br
+.br
+\" Your name comes here
+.B Dennis
+.br
+.B Thompson
+.ps 10
+.fam H
+T}@T{
+Wakanda, Europe, IN
+.br
+dtk@unix.com
+.br
+\m[jobcolor]https://bell-labs.com/dtk\m[default]
+.br
+.I "+1 555 5555
+T}
+.TE
+.2C
+.heading "Work Experience
+.job "Jul 2019 - Sep 2023" "Member Technical Staff" "Bell Labs" "Somewhere, USA"
+\[bu]
+Created the C programming language
+.br
+\[bu]
+Responsible for creating the world's most popular operating system
+.br
+\[bu]
+Invented Pipes with the help of Doug Mcllroy. I'm basically a ultra-programming-plumber lord
+.br
+\[bu]
+Went on to create more successful languages like awk, troff, sed, grep, etc and inspired a whole generation of programmers
+.sp .5
+'
+.job "Dec 2019 - Feb 2019" "Ensign" "Voyager" "Bloomington, Indiana"
+\[bu]
+Crewmen of the Voyager, which was lost in the delta quadrant
+.br
+\[bu]
+Participated in various away missions on multiple occasions
+.sp .5
+'
+.job "Apr 2017 - Nov 2018" "Intern" "Apple" "D:"
+.br
+Uhhh... filler text?
+.sp .5
+\m[default]
+.heading "Education"
+.TS
+tab(;);
+r|lx.
+10.1/10;T{
+.B "Community College"
+.br
+\m[unimcolor]2015-2019 | Watched 2 Seasons\m[default]
+T}
+.sp .5
+1201/1200;T{
+.B "High School"
+.br
+\m[unimcolor]2014-2015 | Sky High School\m[default]
+T}
+.sp .5
+infinity/500;T{
+.B "Special School"
+.br
+\m[unimcolor]2013-2013 | X-MEN\m[default]
+.sp .5
+T}
+.TE
+\m[default]
+.de subskills
+\m[unimcolor]\\$1\m[default]
+\\$2
+.br
+..
+.ne 100
+.heading "Skills"
+.B "Systems"
+.br
+C, Assembly
+.sp .5
+.B Application
+.br
+.subskills Android "Java, Kotlin"
+.subskills UWP "C#, .NET Core"
+.subskills "GNUStep" "Objective C, Swift (Intermediate)"
+.sp .5
+.B Scripting
+.br
+Python 3, LibreOffice Basic
+.br
+.subskills "UNIX" "POSIX Shell, Bash, AWK"
+.subskills "Windows" "Batch scripting (CMD)"
+.sp .5
+.B Web
+.br
+.subskills "Client" "HTML5, CSS, Javascript, WebAssembly"
+.subskills "Server" "Tomcat, nodejs"
+.sp .5
+.B Database
+.br
+PostgreSQL, SQLite, Firebase/Supabase
+.sp .5
+.B Other
+.br
+.subskills "Build" "Make, msbuild, xcodebuild"
+.subskills "CI/CD" "Docker/Podman, Gitlab Actions"
+.subskills "Network" "Socket Programming, Protobuf"
+.subskills "Operating System" "GNU/Linux, macOS, Windows"
+.subskills "Typesetting" "Groff, Markdown/Asciidoc"
+.subskills "Other" "Excel/LibreOffice Calc"
+.sp .5
+\m[default]
+.heading "Personal Information"
+.B "Languages Known"
+.br
+I can speak 5000 languages including XML
+.br
+.B Hobbies
+.br
+Using Linux,
+.br
+Reading Books, Making history,
+.br
+Writing math beyond human comprehension
+.sp .5
+\m[default]