mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Added links to my other projects
This commit is contained in:
parent
382c45f0fc
commit
cb332f0371
1 changed files with 19 additions and 0 deletions
19
index.html
19
index.html
|
@ -340,6 +340,25 @@ an audit trail of all actions performed on that bucket.
|
|||
I am always considering what words I use in the wordlist. I may opt to use shorter words in the future.
|
||||
|
||||
|
||||
<h3>Have you built anything else?</h3>
|
||||
|
||||
<p>
|
||||
Yep! I've built a few things you may find interesting:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://httpbin.dmuth.org/">FastAPI Httpbin</a> - HTTP Endpoints for testing of your app</li>
|
||||
<!--
|
||||
<li><a href="https://diceware.dmuth.org/">Diceware Password Generator</a></li>
|
||||
-->
|
||||
<li><a href="https://septastats.com/">SEPTA Stats</a> - Stats on Philadelphia Public Transit</li>
|
||||
<li><a href="https://github.com/dmuth/splunk-lab">Splunk Lab</a> - Stand up a Splunk instance in 30 seconds</a>
|
||||
<li><a href="https://github.com/dmuth/tarsplit">Tarsplit</a> - Split a tarball on file boundaries</li>
|
||||
<li>...or just <a href="https://github.com/dmuth">poke around my GitHub</a>!</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h3>Who built this? / Contact</h3>
|
||||
|
||||
My name is <a href="http://www.dmuth.org/">Douglas Muth</a>, and I am a software engineer in Philadelphia, PA.
|
||||
|
|
Loading…
Reference in a new issue