-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.15 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<body>
<h1>RyboDiddly</h1>
<h2>Digital Archaeologist</h2>
<br>
<h3>Projects:</h3>
<p><a href="https://github.com/rybodiddly/Kijiji-Reposter">Kijiji Reposter</a></p>
<p>Kijiji Automated Reposting and Message Replying Utility written in Python with a Flask based GUI.</p>
<br>
<p><a href="https://github.com/rybodiddly/Archaeology-Application-Work-Experience-Uploader">Archaeology Application Work Experience Uploader</a></p>
<p>Python script to upload work experience for the Ontario Archaeology License Application.</p>
<br>
<p><a href="https://github.com/rybodiddly/Archaeology-Grid-Layout-Tools">Archaeology Grid Layout Tools</a></p>
<p>Useful python scripts for archaeological grid layouts in the field.</p>
<br>
<h3>Articles:</h3>
<p><a href="https://github.com/rybodiddly/Poetry-Pyenv-Homebrew-Numpy-TensorFlow-on-Apple-Silicon-M1">Guide to Setup a development Environment on Apple Silicon M1 computers using Homebrew, Python, Pyenv, Poetry Numpy, Tensorflow</a></p>
<p>Guide to Setup a development Environment on Apple Silicon M1 computers using Homebrew, Python, Pyenv, Poetry Numpy, Tensorflow.</p>
</body>
</html>