mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-08 18:18:40 +00:00
13 lines
447 B
HTML
13 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>Apps</h1>
|
|
<p>This is a collection of single-page applications, mostly vomited out by Claude to solve small tasks.</p>
|
|
<ul>
|
|
<li><a href="/middle_word.html">Compute the number of words in a string and the middle word.</a></li>
|
|
<li><a href="/sha256sum.html">Compute SHA256sums, as one might wish to do to verify someone's precommitment to a piece of text.</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|