-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoding.html
executable file
·479 lines (457 loc) · 13.4 KB
/
coding.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
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>DR's Coding</title>
<!-- Updated 2021-12-15 -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="rorabaugh.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8VSF4BT9C8"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8VSF4BT9C8");
</script>
<style type="text/css">
h4 {
font-weight: bold;
margin-bottom: 3px;
margin-top: 3px;
}
.introP {
margin-left: 10px;
font-style: italic;
}
</style>
<script type="text/javascript">
function mScores() {
var newWindow = window.open(
"coding/manufactoria.html",
"_blank",
"scrollbars=yes,width=250,height=1000"
);
newWindow.opener = null;
}
function cScores() {
var newWindow = window.open(
"coding/codex.html",
"_blank",
"scrollbars=yes,width=400,height=850"
);
newWindow.opener = null;
}
function sScores() {
var newWindow = window.open(
"coding/spacechem.html",
"_blank",
"scrollbars=yes,width=400,height=850"
);
newWindow.opener = null;
}
</script>
</head>
<body lang="EN-US">
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="problems.html">Open Problems</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><strong>Coding</strong></li>
<li><a href="spanish.html">Español</a></li>
</ul>
</div>
<!--Coding-->
<div style="margin-top: 60px">
<p>
I am currently working with C# (.NET) and TypeScript (React) as a
volunteer software developer for SIL International.
</p>
<p>
In my most recent postdoc position, I worked with various languages and
environments, gaining proficiency with Bash, Git, Python, R, and Vim,
and familiarity with Apache Spark, C, MPI, and OpenMP.
</p>
<p>
Previously as a math postdoc, I would regularly use Sage and
<span class="latex">L<sup>A</sup>T<sub>E</sub>X</span> for mathematical
experimentation and dissemination.
</p>
<p>
The web-programming projects below are from some of my earlier dabbling
in CSS and Javascript
</p>
<!-- <p>As a graduate student, I also used Git, Java, Maple, Vim, Visual Basic.</p>
<p>As an undergrad, I learned some C++, HTML, Maple, MATLAB, Minitab.</p>
-->
<hr />
<h3>Web Programming</h3>
<h4>Graph Property Database</h4>
<p style="margin-top: 0">
Just a prototype; I hope to develop something like this into a slick
educational tool:
</p>
<ul>
<li>The <a href="GPD/ib.html">GPD Implication Browser</a>.</li>
</ul>
<h4>Quiz Games</h4>
<p style="margin-top: 0">
This is a fun, visual ways to test one's familiarity with a given topic:
</p>
<ul>
<li>
The <a href="coding/quiz/hex-color.html">Hex Color Name Game</a>.
</li>
</ul>
<p class="introP">
My early experience with CSS and JavaScript began with manipulating
other people's open-source code to make a custom version of their
creation. For example...
</p>
<h4>2048</h4>
<p style="margin-top: 0">
I've made two variants of Gabriele Cirulli's 4x4 tile game
<a
href="https://gabrielecirulli.github.io/2048/"
target="_blank"
rel="noopener noreferrer"
>2048</a
>:
</p>
<ul>
<li>
<a href="coding/256/256.html">256</a> is a 3x4 version allowing for
shorter play-time.
</li>
<li>
<a href="coding/512/512.html">512</a> is a 4x5 version with an
obstruction in a center tile, which encourages a more mindful
play-style.
</li>
</ul>
<h4>Tree of Life</h4>
<p style="margin-top: 0">
I've modified a branch of the
<a
href="http://www.onezoom.org/life.html"
target="_blank"
rel="noopener noreferrer"
>OneZoom Tree of Life</a
>:
</p>
<ul>
<li>
The
<a href="coding/life-mammal.html">Tree of Mammalian Life</a> removes
the clutter of distinct leaves for different species that share a
common name, yet is more comprehensive with respect to basic names
used in common speech.
</li>
</ul>
<hr />
<h3>Sharing the Joys of Code</h3>
<p>
The following are some fun ways to learn algorithm development or
practice coding. More can be found at the
<a
href="http://programminggames.org/"
target="_blank"
rel="noopener noreferrer"
>Programming Games Wiki</a
>.
</p>
<h4>Online Games, Puzzles, and Challenges</h4>
<ul>
<li>
<a
href="http://blockly.games"
target="_blank"
rel="noopener noreferrer"
>Blockly Games</a
>
[Blockly/JavaScript intro with simple puzzles and games]
</li>
<li>
<a
href="http://codecombat.com/"
target="_blank"
rel="noopener noreferrer"
>Code Combat</a
>
[community-developed game for JavaScript, Python, HTML/CSS, jQuery:
beginners learn by playing, experts practice by contributing]
</li>
<li>
<a
href="http://www.coderbyte.com/challenges"
target="_blank"
rel="noopener noreferrer"
>Coderbyte</a
>
[7+ free challenges in 14 programming languages]
</li>
<li>
<a
href="http://www.zachtronics.com/the-codex-of-alchemical-engineering/"
target="_blank"
rel="noopener noreferrer"
>The Codex of Alchemical Engineering</a
>
[algorithmic game] <button onclick="cScores()">My Scores</button>
</li>
<li>
<a
href="http://www.codingame.com"
target="_blank"
rel="noopener noreferrer"
>CodinGame</a
>
[coding challenges in 25+ languages]
</li>
<li>
<a
href="http://pleasingfungus.com/Manufactoria/"
target="_blank"
rel="noopener noreferrer"
>Manufactoria</a
>
[algorithmic game] <button onclick="mScores()">My Scores</button>
</li>
<li>
<a
href="http://projecteuler.net/"
target="_blank"
rel="noopener noreferrer"
>Project Euler</a
>
[mathematical coding challenges]
</li>
</ul>
<h4>Online Tutorials</h4>
<ul>
<li>
<a
href="https://arcade.makecode.com/"
target="_blank"
rel="noopener noreferrer"
>Arcade</a
>
[tutorials and demos for game creation with MS MakeCode]
</li>
<li>
<a
href="http://developers.google.com/blockly/about/showcase"
target="_blank"
rel="noopener noreferrer"
>Blockly</a
>
[visual programming environments: from educational games to app
development tools]
</li>
<li>
<a
href="http://www.codecademy.com/#courses"
target="_blank"
rel="noopener noreferrer"
>Codecademy</a
>
[courses in 14 programming languages]
</li>
<li>
<a
href="http://www.coderbyte.com/#courses"
target="_blank"
rel="noopener noreferrer"
>Coderbyte</a
>
[courses in JavaScript, Python, Ruby]
</li>
<li>
<a
href="http://csfirst.withgoogle.com"
target="_blank"
rel="noopener noreferrer"
>CS First</a
>
[kid-oriented block-based coding tutorials and activities]
</li>
<li>
<a
href="http://gameblox.org"
target="_blank"
rel="noopener noreferrer"
>Gameblox</a
>
[game maker with block-based coding]
</li>
<li>
<a
href="http://techdevguide.withgoogle.com/"
target="_blank"
rel="noopener noreferrer"
>Google Tech Dev Guide</a
>
[tutorials and problems]
</li>
<li>
<a
href="https://appinventor.mit.edu/"
target="_blank"
rel="noopener noreferrer"
>MIT App Inventor</a
>
[app building guides]
</li>
</ul>
<h4>Downloadable</h4>
<ul>
<li>
<a
href="http://www.alice.org/"
target="_blank"
rel="noopener noreferrer"
>Alice</a
>
[visual programming environment to introduce object-oriented code]
</li>
<li>
<a
href="http://www.gethopscotch.com/"
target="_blank"
rel="noopener noreferrer"
>Hopscotch</a
>
[visual app programming environment for iPad and iPhone]
</li>
<li>
<a
href="http://www.zachtronics.com/spacechem/"
target="_blank"
rel="noopener noreferrer"
>SpaceChem</a
>
[algorithmic game] <button onclick="sScores()">My Scores</button>
</li>
<li>
<a
href="http://www.zachtronics.com/tis-100/"
target="_blank"
rel="noopener noreferrer"
>TIS-100</a
>
[assembly game]
</li>
</ul>
<h4>Card and Board Games</h4>
<ul>
<li>
<a
href="https://www.kickstarter.com/projects/rajsidhu/code-monkey-island-making-programming-childs-play"
target="_blank"
rel="noopener noreferrer"
>Code Monkey Island</a
>
</li>
<li>
<a
href="https://potatopirates.game/"
target="_blank"
rel="noopener noreferrer"
>Potato Pirates</a
>
</li>
</ul>
<h4>Programmable Robots</h4>
<ul>
<li>
<a
href="https://microbit.org/"
target="_blank"
rel="noopener noreferrer"
>BBC Micro:bit</a
>
</li>
<li>
<a
href="https://chibitronics.com/"
target="_blank"
rel="noopener noreferrer"
>Chibitronics</a
>
</li>
<li>
<a
href="https://www.codebug.org.uk/"
target="_blank"
rel="noopener noreferrer"
>CodeBug</a
>
</li>
<li>
<a
href="https://www.digitaldreamlabs.com/pages/cozmo"
target="_blank"
rel="noopener noreferrer"
>Cozmo</a
>
</li>
<li>
<a
href="http://www.primotoys.com/"
target="_blank"
rel="noopener noreferrer"
>Cubetto</a
>
</li>
<li>
<a
href="http://www.makewonder.com/robots/"
target="_blank"
rel="noopener noreferrer"
>Cue; Dash; Dot</a
>
</li>
<li>
<a
href="https://www.lego.com/en-us/themes/mindstorms/buildarobot"
target="_blank"
rel="noopener noreferrer"
>LEGO Mindstorms</a
>
</li>
<li>
<a
href="https://ozobot.com/"
target="_blank"
rel="noopener noreferrer"
>Ozobot</a
>
</li>
<li>
<a
href="https://parallax.com/"
target="_blank"
rel="noopener noreferrer"
>Parallax</a
>
</li>
<li>
<a
href="https://thymio.org/"
target="_blank"
rel="noopener noreferrer"
>Thymio</a
>
</li>
</ul>
</div>
<br />
<!-- Might add https://sagecell.sagemath.org/static/about.html -->
</body>
</html>