-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
289 lines (260 loc) · 14.5 KB
/
programming.html
File metadata and controls
289 lines (260 loc) · 14.5 KB
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css"/>
<link type="text/css" rel="stylesheet" href="css/app.css"/>
<link href="https://fonts.googleapis.com/css?family=Overpass|Overpass+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<head>
<title>Sarah Rieger</title>
<link rel="icon" href="img/yoda-8bit.png">
</head>
<body>
<div id="header">
<h2 class="name">SARAH RIEGER</h2>
<div id="nav">
<a class="toplink" href="index.html">home</a> |
<a class="toplink" href="programming.html">programming</a> |
<a class="toplink" href="portfolio.html">design</a> |
<a class="toplink" href="resume.html">resume</a> |
<a href="https://github.com/sarah256" class="nav-icon" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/sarah-rieger-66617a145/" class="nav-icon" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="mailto:srieger256@gmail.com" class="nav-icon" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.etsy.com/shop/SaltyPlumDesigns/" class="nav-icon" target="_blank"><i class="fab fa-etsy"></i></a>
</div>
</div>
<div id="projects">
<div class = "row" style="margin-top:200px;margin-bottom:60px;">
<div class="col s1"></div>
<div class="col s1">
<h2 class="header">Projects</h2>
<div class="line"></div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s12 m12 l4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Estuary</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/release-engineering/estuary-api" style="float:right"><i class="fab fa-github"></i></a><a class="btn-floating waves-effect waves-light lightpink" href="https://estuary-api.readthedocs.io/en/latest/" title="Documentation" style="float:right;margin-right: 10px"><i class="fas fa-book"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">Estuary visualizes a build to release pipeline, with a focus on the automation of container rebuilds due to CVEs (security vulnerabilities). Hosted on OpenShift, it gathers data in real time from a message bus.</p>
</div>
<p class="tags">
<a class="lang-tag"> Python </a>
<a class="lang-tag"> JavaScript </a>
<a class="tool-tag"> Neomodel </a>
<a class="tool-tag"> Neo4j </a>
<a class="tool-tag"> OpenShift </a>
</p>
</div>
</div>
<div class="col s12 m12 l4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">RefEd</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/vaibhav19sharma/RefEd" style="float:right"><i class="fab fa-github"></i></a><a class="btn-floating waves-effect waves-light lightpink" href="https://www.facebook.com/refedinitiative/" title="See more about the initiative!" style="float:right;margin-right: 10px"><i class="fab fa-facebook-f"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">An Android application developed with a team of students and professors as a supplemental educational platform for child refugees, with user profiles keeping track of progress in modules of various subjects.</p>
</div>
<p class="tags">
<a class="lang-tag"> Java </a>
<a class="tool-tag"> Firebase </a>
<a class="tool-tag"> Android Studio </a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s12 m12 l4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">PikaRun</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/sarah256/InfiniteRunnerMinigame" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Sole Developer, Personal project</p>
<p class="proj-desc ">A minigame in which the user plays as the Pokemon Pikachu in an infinite run, where Pikachu must jump over various obstacles to score points as he runs. Inspired by Google Chrome's Dinosaur Minigame.</p>
</div>
<p class="tags">
<a class="lang-tag"> Python </a>
<a class="tool-tag"> Pygame </a>
</p>
</div>
</div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Giudice</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/Bostonhacks/giudice" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Lead Developer, Professional project</p>
<p class="proj-desc ">An automated web application to simplify judging at hackathons, it features automatic table and judge assignments to projects. A login for judges will soon be implemented, so projects can be judged directly in the app.</p>
</div>
<p class="tags">
<a class="lang-tag"> Python </a>
<a class="tool-tag"> Flask </a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Fortune API</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/sarah256/fortune-api" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Sole Developer, Personal project</p>
<p class="proj-desc ">A RESTful API written in Go, for the classic fortune command-line utility (in the fortune-mod package). It chooses a random fun fortune to give to the user.</p>
</div>
<p class="tags">
<a class="lang-tag"> Go </a>
</p>
</div>
</div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Yo-setta Stone</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/sarah256/lingo-learner" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Lead Developer, Hackathon project</p>
<p class="proj-desc ">This application employs machine learning and natural language processing to evaluate the definition of slang words based on the context of the tweets they are used in.</p>
</div>
<p class="tags">
<a class="lang-tag"> Python </a>
<a class="tool-tag"> Flask </a>
<a class="tool-tag"> NLTK </a>
<a class="tool-tag"> Gensim </a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Museo</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/Bostonhacks/giudice" style="float:right"><i class="fab fa-github"></i></a><a class="btn-floating waves-effect waves-light lightpink" href="https://museo.bostonhacks.io/" title="Website" style="float:right; margin-right: 10px"><i class="fas fa-laptop-code"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">A "museum" website built for BostonHacks. It displays data from past events, and the history of BostonHacks.</p>
</div>
<p class="tags">
<a class="lang-tag"> Ruby </a>
<a class="lang-tag"> JavaScript </a>
<a class="lang-tag"> HTML/CSS </a>
<a class="tool-tag"> Jekyll </a>
</p>
</div>
</div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">SheHacks Live (v2018)</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/helenzhangg/shehackslive" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">A "live" website for the SheHacks hackathon. It keeps participants informed while the event is underway.</p>
</div>
<p class="tags">
<a class="lang-tag"> JavaScript </a>
<a class="lang-tag"> HTML/CSS </a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">BostonHacks Live (v2017)</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/Bostonhacks/diretta" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">A "live" website for the BostonHacks hackathon. It keeps participants informed while the event is underway.</p>
</div>
<p class="tags">
<a class="lang-tag"> JavaScript </a>
<a class="lang-tag"> HTML/CSS </a>
</p>
</div>
</div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">BostonHacks Live (v2018)</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/Bostonhacks/atteraggio-f18" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Core Developer, Professional project</p>
<p class="proj-desc ">A (remade for 2018) "live" website for the BostonHacks hackathon. It keeps participants informed while the event is underway.</p>
</div>
<p class="tags">
<a class="lang-tag"> JavaScript </a>
<a class="lang-tag"> HTML/CSS </a>
<a class="tool-tag"> Vue.js </a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col s2"></div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Appleseed Crepe Website</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/sarah256/AppleseedCrepe" style="float:right"><i class="fab fa-github"></i></a><a class="btn-floating waves-effect waves-light lightpink" href="http://appleseedcrepe.com/" title="Website (under construction)" style="float:right; margin-right: 10px"><i class="fas fa-laptop-code"></i></a>
<p class="proj-role">Lead Developer, Professional project</p>
<p class="proj-desc ">A simple website built for the Appleseed Crepe and Bread restaurant, based in Massachusetts. It provides a menu and information on the restaurant itself.</p>
</div>
<p class="tags">
<a class="lang-tag"> JavaScript </a>
<a class="lang-tag"> HTML/CSS </a>
</p>
</div>
</div>
<div class="col s4">
<div class="card-panel white">
<div class="card-content">
<span class="card-title project" style="color: black">Spade</span><a class="btn-floating waves-effect waves-light lightpink" href="https://github.com/sarah256/Spade" style="float:right"><i class="fab fa-github"></i></a>
<p class="proj-role">Lead Developer, Professional project</p>
<p class="proj-desc ">A Python script that identifies any modules that depend on others by parsing a module's ModuleMD and comparing it to the blacklist of modules. Written for RHEL/Fedora modules.</p>
</div>
<p class="tags">
<a class="lang-tag"> Python </a>
<a class="tool-tag"> Python Requests </a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--
<div id="portfolio">
<div class = "row" style="margin-top:200px">
<div class="col s1"></div>
<div class="col s1"><h2 class="header">Portfolio</h2></div>
</div>
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
<img class="fade-img portfolio-img" src="img/cloudcity.svg">
</div>-->
<div id="footer">
<p><a href="https://github.com/sarah256" style="color:white">Designed & Built by Sarah Rieger</a></p>
</div>
<!--JavaScript at end of body for optimized loading-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/materialize.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.scrollspy');
var instances = M.ScrollSpy.init(elems);
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.target').pushpin({
});
});
$('.pushpin-nav').each(function() {
var $this = $(this);
var $target = $('#' + $(this).attr('data-target'));
$this.pushpin({
top: $target.offset().top,
bottom: $target.offset().top + $target.outerHeight() - $this.height()
});
});
$(document).ready(function(){
$('.fixed-action-btn').floatingActionButton();
});
</script>
</body>
</html>