-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (237 loc) · 13.3 KB
/
index.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!doctype html>
<!-- Gage Howe 2024 -->
<html lang="en">
<head>
<title>Hi!</title>
<meta charset="utf-8" >
<link rel="icon" href="images/hyper.gif" type="image/x-icon" >
<meta
name="viewport"
content="width=device-width, initial-scale=1"
>
<meta
name="description"
content="Gage Howe, software developer and student at Texas A&M"
>
<meta
name="keywords"
content="Gage Howe, software, developer, Texas A&M, student"
>
<link rel="stylesheet" href="assets/css/main.css" >
</head>
<body>
<div class="navbar">
<a href="https://github.com/GageHoweTamu">GitHub</a>
<a href="https://www.linkedin.com/in/gage-howe/">LinkedIn</a>
<a href="resume.html">Resume</a>
<a href="research.html">Research</a>
</div>
<div class="main">
<h1>Gage Howe</h1>
<h2>Pursuing Excellence in Software Engineering</h2>
<div class="textblock">
<p>I'm Gage, a Junior Computer Science student at Texas A&M University, currently researching magnetic tracking in embedded systems under Dr. Tracy Hammond. I'm currently seeking internships, especially in consulting and software engineering for summer 2025. I'm also interested in open source projects, so feel free to reach out if you have a project that could use some help!</p>
</div>
<ul class="skills-list">
<li>Rust</li><li>Python</li><li>C++</li><li>SQL</li>
<li>HTML</li><li>CSS</li><li>JavaScript</li>
<li>Java</li><li>Ruby</li><li>OCaml</li>
<li>Racket</li>
</ul>
</div>
<h1>Projects</h1>
<div class="projects">
<div class="project">
<h2>NodeBroker</h2>
<div class="project_body">
<img loading="lazy" src="" alt="" class="project_image">
<p>
A trustless confidential computing platform where users can run arbitrary docker containers on a network of nodes, where both the nodes and the containers are untrusted. Work in progress!
<span style="color: rgb(255, 0, 0);">[Go]</span>
<span style="color: rgb(255, 0, 0);">[SQLite]</span>
<span style="color: rgb(255, 0, 0);">[Docker]</span>
</p>
<a href="https://github.com/GageHoweTamu/NodeBroker"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</div>
</div>
<div class="project">
<h2>FrontierMap</h2>
<div class="project_body">
<img loading="lazy" src="images/frontiermap.gif" alt="FrontierMap" class="project_image">
<p>
An iOS augmented reality app that allows the user to scan their house and determine the best locations for new WiFi extenders. Won 3rd place in the Frontier Challenge at HackUTD, Texas' biggest hackathon.
<span style="color: rgb(255, 0, 0);">[JavaScript]</span>
<span style="color: rgb(255, 0, 0);">[Next.js]</span>
<span style="color: rgb(255, 0, 0);">[Swift]</span>
<span style="color: rgb(255, 0, 0);">[Python/Flask]</span>
</p>
</div>
</div>
<div class="project">
<h2>Learnix</h2>
<div class="project_body">
<img loading="lazy" src="images/learnix.gif" alt="Learnix" class="project_image">
<p>
An interactive platform for learning Linux commands, providing users with lessons and a persistent sandbox Linux environment. Won the "Best Use of Auth0" award at HackRice.
<span style="color: rgb(255, 0, 0);">[JavaScript]</span>
<span style="color: rgb(255, 0, 0);">[React]</span>
<span style="color: rgb(255, 0, 0);">[Python]</span>
<span style="color: rgb(255, 0, 0);">[Docker]</span>
<span style="color: rgb(255, 0, 0);">[MongoDB]</span>
</p>
</div>
</div>
<div class="project">
<h2>Galaxy Simulator</h2>
<div class="project_body">
<img loading="lazy" src="images/galaxies.gif" alt="galaxy simulator" class="project_image">
<p>
A fully multithreaded and optimized n-body simulator using C++, OpenGL,
and ImGUI. Uses Barnes-Hut Approximation, Octrees, and
Runge Kutta/Verlet Integration to improve performance and visualize ten
thousand gravitational objects at 90 steps per second.
<span style="color: rgb(255, 0, 0);">[C++]</span>
<span style="color: rgb(255, 0, 0);">[OpenGL]</span>
</p>
<p>
<a href="https://dev.to/gagehowetamu/performance-benefits-of-using-octrees-and-barnes-hut-approximation-2bge"><span style="color: rgba(0, 0, 255, 1);">Dev.to Article on Barnes-Hut Approximation</span></a>
<a href="https://github.com/GageHoweTamu/Universe-Simulator"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>FroodSort</h2>
<div class="project_body">
<img loading="lazy" src="images/sorting.png" alt="sorting algorithm output demonstrating performance benefits" class="project_image">
<p>
An adaptive sorting algorithm that automatically selects between various
sorting strategies based on input characteristics, with a O(1) algorithm
selection overhead. Routinely performs at 3-5x the speed of std::sort on
large datasets.
<span style="color: rgb(255, 0, 0);">[C++]</span>
</p>
<p>
<a href="https://github.com/GageHoweTamu/FroodSort"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>Life3D</h2>
<div class="project_body">
<img loading="lazy" src="images/life3d.gif" alt="A visualization of the simulator" class="project_image">
<p>
A 3D cellular life and evolution simulator,
inspired by cellular automata and The Life
Engine. Each cell in an organism has a specialized
functionality and contributes to the survival of the specimen. <span style="color: rgb(255, 0, 0);">[Rust]</span>
</p>
<p>
<a href="life3d.html"><span style="color: rgba(0, 0, 255, 1);">View Demo</span></a>
<a href="https://github.com/GageHoweTamu/Life3D"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>PWGen</h2>
<div class="project_body">
<img loading="lazy" src="images/pwgen.gif" alt="A usage demonstration of the browser extension" class="project_image">
<p>
A cross-platform password generator and manager that never saves your passwords; they're deterministically generated when you need them. Uses SHA-256 hashing for maximum security. <span style="color: rgb(255, 0, 0);">[JavaScript]</span>
</p>
<p>
<a href="https://chromewebstore.google.com/detail/pwgen/gcoodcillpbmkmnkgbaannopodnfhljp"><span style="color: rgb(0, 0, 255);">Install</span></a> <a href="https://github.com/GageHoweTamu/PWGen"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>JavaScript Game of Life</h2>
<div class="project_body">
<img loading="lazy" src="images/game.gif" alt="Game Of Life" class="project_image">
<p>
A JavaScript version of Conway's Game of Life for the browser. <span style="color: rgb(255, 0, 0);">[JavaScript]</span>
</p>
<p>
<a href="game.html"><span style="color: rgb(0, 0, 255);">Play!</span></a>
</p>
</div>
</div>
<div class="project">
<h2>Constellation.md</h2>
<div class="project_body">
<img loading="lazy" src="images/Constellationmd.gif" alt="Constellation" class="project_image">
<p>
A force-directed graph that visualizes references between Markdown files. Files that reference each other are attracted to each other. Uses Euler's method for physics simulation and a sigmoid-ish function for adjusting line visibility. <span style="color: rgb(255, 0, 0);">[Python]</span>
</p>
<p>
<a href="https://github.com/GageHoweTamu/Constellation.md"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>jeff</h2>
<div class="project_body">
<img loading="lazy" src="images/cli520.gif" alt="jeff" class="project_image">
<p>
An intelligent command-line utility that can aid
the user by running complex commands or
navigating the file system autonomously. Uses Rust
bindings to the OpenAI api with custom system instructions.
For obvious reasons, don't run this as root. <span style="color: rgb(255, 0, 0);">[Rust]</span>
</p>
<p>
<a href="https://github.com/GageHoweTamu/jeff"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>RetailDB</h2>
<div class="project_body">
<img loading="lazy" src="images/retaildb.gif" alt="RetailDB" class="project_image">
<p>
A CRUD and REST database application implemented with PostgreSQL,
Python with Flask, React.js, and an AWS server. <span style="color: rgb(255, 0, 0);">[Python]</span> <span style="color: rgb(255, 0, 0);">[JavaScript] </span> <span style="color: rgb(255, 0, 0);">[SQL]</span>
</p>
</div>
</div>
<div class="project">
<h2>ltop</h2>
<div class="project_body">
<img loading="lazy" src="images/ltop.gif" alt="ltop" class="project_image">
<p>
A minimal network utility for the terminal. Dynamically shows ping and total upload/download speeds. <span style="color: rgb(255, 0, 0);">[Rust]</span>
</p>
<p>
<a href="https://github.com/GageHoweTamu/ltop"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
<div class="project">
<h2>teeetris</h2>
<div class="project_body">
<img loading="lazy" src="images/tetris.gif" alt="tetris" class="project_image">
<p>
A spin on the classic game Tetris, with a larger playing area and special abilities. <span style="color: rgb(255, 0, 0);">[Ruby]</span>
</p>
</div>
</div>
<div class="project">
<h2>Hyper Lethal</h2>
<div class="project_body">
<img loading="lazy" src="images/hyper.gif" alt="Hyper Lethal" class="project_image">
<p>
A simple spaceship shooter game, initially created with Python.
I led a team to recreate and enhance it in Unity, winning $100 at
the Aggie Coding Club. <span style="color: rgb(255, 0, 0);">[Python]</span>
<span style="color: rgb(255, 0, 0);">[Unity]</span> <span style="color: rgb(255, 0, 0);">[C#]</span>
</p>
<p>
<a href="https://github.com/aggie-coding-club/Hyper-Lethal"><span style="color: rgb(0, 255, 0);">GitHub</span></a>
</p>
</div>
</div>
</div>
<div class="footer">
<a href="game.html">Play the game</a>
</div>
</body>
</html>