2023-03-23 10:44:11 -05:00
< html >
< head >
2023-05-02 15:04:42 -05:00
< meta content = "width=device-width, initial-scale=1" charset = "utf-8" / >
2023-05-09 11:58:45 -05:00
< link rel = "icon" href = "/assets/askiiart.gif" type = "image/icon" >
2023-03-23 22:03:13 -05:00
< title > Portfolio< / title >
2023-03-23 10:44:11 -05:00
< 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 >
2023-03-23 18:02:27 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< 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 >
2023-03-23 21:09:07 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< / 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 >
2023-03-23 18:02:27 -05:00
< li > < a href = "https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6" > Pull Request 6< / a > - Improve readability, fix typos, etc.< / li >
2023-03-23 10:44:11 -05:00
< / 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 >