74 lines
3.2 KiB
HTML
Executable file
74 lines
3.2 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
|
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
|
<title>Portfolio</title>
|
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<h1 id="portfolio">Portfolio</h1>
|
|
<h2 id="projects">Projects</h2>
|
|
<ul>
|
|
<li><a
|
|
href="https://git.askiiart.net/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion</a>
|
|
<ul>
|
|
<li>A semi-universal version of <a
|
|
href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a>,
|
|
it just requires a supported GPU and the dependencies to be
|
|
installed.</li>
|
|
</ul></li>
|
|
<li><a href="https://askiiart.net">askiiart.net</a>
|
|
<ul>
|
|
<li>My site. I've got a bunch of services running on it, like <a
|
|
href="https://git.askiiart.net">Gitea</a> and <a
|
|
href="https://invidious.askiiart.net">Invidious</a>.</li>
|
|
<li><a
|
|
href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a>
|
|
- The site's source code.</li>
|
|
</ul></li>
|
|
<li><a
|
|
href="https://git.askiiart.net/askiiart/docker-composer">askiiart/docker-composer</a>
|
|
<ul>
|
|
<li>Some little convenience scripts for docker compose. The main
|
|
thing is to compose a bunch of stuff at once.</li>
|
|
</ul></li>
|
|
<li><a
|
|
href="https://git.askiiart.net/askiiart/turtle_match">askiiart/turtle_match</a>
|
|
<ul>
|
|
<li>A turtle-themed memory game, and my final project for
|
|
ITSE-1479 (Intro to Scripting Languages).</li>
|
|
</ul></li>
|
|
</ul>
|
|
<h2 id="contributions">Contributions</h2>
|
|
<ul>
|
|
<li>Added some stuff to <a
|
|
href="https://github.com/Haxxnet/Compose-Examples">Haxxnet/Compose-Examples</a>
|
|
<ul>
|
|
<li><a
|
|
href="https://github.com/Haxxnet/Compose-Examples/pull/9">Pull
|
|
Request 9</a> - Add *arrs, downloaders, Plex, Jellyfin,
|
|
Jackett</li>
|
|
<li><a
|
|
href="https://github.com/Haxxnet/Compose-Examples/pull/12">Pull
|
|
Request 12</a> - Add bibliogram, ombi, librephotos, nitter,
|
|
whoogle</li>
|
|
</ul></li>
|
|
<li>Non-code contributions to <a
|
|
href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a></li>
|
|
<li>Made minor improvements to <a
|
|
href="https://github">tuwonga/fast_Dreambooth_4_kaggle</a>
|
|
<ul>
|
|
<li><a
|
|
href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5">Pull
|
|
Request 5</a> - Make site/dist-packages robust</li>
|
|
<li><a
|
|
href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6">Pull
|
|
Request 6</a> - Improve readability, fix typos, etc.</li>
|
|
</ul></li>
|
|
</ul>
|
|
</body>
|
|
<footer>
|
|
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
|
|
</footer>
|
|
</html>
|