blob: c879acf46783c2f08f2187b67e76cb3fbb1db084 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
.so macros.ms
.nr PS_TITLE 24p
.nr PS_SUB 16.5p
.nr PS_BODY 16p
.nr PS_HEAD 19p
.nr PS \n[PS_TITLE]
.nr VS 1.5m
.CD
.B "Sam Anthony"
.DE
.nr DD 1.5v
.nr PD 1.5v
.nr VS 17p
.nr PS \n[PS_SUB]
.CD
sam@samanthony.xyz | (709) 746-7582
.DE
.nr LL 48n
.nr PS \n[PS_HEAD]
.LP
.smallcaps
education
./smallcaps
.nr PS \n[PS_BODY]
.nr PD 0.5v
.LP
.B "Concordia University"
.nr PD 0.1v
.LP
2023\[en]2026
.LP
Computer science program
.LP
GPA 3.8
.nr PS \n[PS_BODY]
.nr PD 0.5v
.LP
.B "Memorial University of Newfoundland"
.nr PD 0.1v
.LP
2022\[en]2023
.LP
Computer science program
.LP
GPA 4.0
.nr PD 1v
.nr PS \n[PS_HEAD]
.LP
.smallcaps
skills
./smallcaps
.nr PS \n[PS_BODY]
.nr PD 0.5v
.LP
Experience with Go, Java, Python, C and Rust for school and personal
projects.
.LP
Administration of Unix-like operating systems including Linux and OpenBSD.
Configuration of email, web, Git, and other servers.
.nr PD 1v
.nr PS \n[PS_HEAD]
.LP
.smallcaps
projects
./smallcaps
\f[CI]
\s[13]
\-
.pdfhref W -D https://git.samanthony.xyz/ -- git.samanthony.xyz/
.nr PS \n[PS_BODY]
.nr PD 0.5v
.LP
.B pfc
.nr PD 0.2v
.LP
Interactive postfix calculator for the terminal. Written in Go.
.nr PS \n[PS_BODY]
.nr PD 0.6v
.LP
.B volute
.nr PD 0.2v
.LP
Program to aid in selecting an appropriate turbocharger based on compressor map
data and engine parameters.
Written in Go using giu, a cross-platform immediate mode GUI framework.
|