2023-05-11 13:58:01 -05:00
<!DOCTYPE html>
< html lang = "en" >
2023-03-23 10:44:11 -05:00
< 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-05-09 12:33:37 -05:00
< link href = "/style.css" type = "text/css" rel = "stylesheet" / >
2023-08-27 18:05:38 -05:00
< link href = "/prism.css" rel = "stylesheet" / >
2023-03-23 10:44:11 -05:00
< / head >
< body >
< h1 id = "portfolio" > Portfolio< / h1 >
< h2 id = "projects" > Projects< / h2 >
< ul >
2023-06-14 14:31:19 -05:00
< li > < a
href="https://git.askiiart.net/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion< / a >
2023-03-23 10:44:11 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< / ul > < / li >
< li > < a href = "https://askiiart.net" > askiiart.net< / a >
< ul >
2023-06-14 14:31:19 -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 >
< li > < a
href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net< / a >
- The site's source code.< / li >
2023-03-23 10:44:11 -05:00
< / ul > < / li >
2023-06-14 14:31:19 -05:00
< li > < a
href="https://git.askiiart.net/askiiart/docker-composer">askiiart/docker-composer< / a >
2023-03-23 10:44:11 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< li > Some little convenience scripts for docker compose. The main
thing is to compose a bunch of stuff at once.< / li >
2023-03-23 10:44:11 -05:00
< / ul > < / li >
2023-06-14 14:31:19 -05:00
< li > < a
href="https://git.askiiart.net/askiiart/turtle_match">askiiart/turtle_match< / a >
2023-03-23 21:09:07 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< li > A turtle-themed memory game, and my final project for
ITSE-1479 (Intro to Scripting Languages).< / li >
2023-03-23 21:09:07 -05:00
< / ul > < / li >
2023-03-23 10:44:11 -05:00
< / ul >
< h2 id = "contributions" > Contributions< / h2 >
< ul >
2023-06-14 14:31:19 -05:00
< li > Added some stuff to < a
href="https://github.com/Haxxnet/Compose-Examples">Haxxnet/Compose-Examples< / a >
2023-03-23 10:44:11 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< / ul > < / li >
2023-06-14 14:31:19 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< 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 >
2023-03-23 10:44:11 -05:00
< / ul > < / li >
< / ul >
2023-08-27 18:05:38 -05:00
< script src = "/prism.js" > < / script >
2023-03-23 10:44:11 -05:00
< / body >
< footer >
2023-08-08 14:16:30 -05:00
< 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 > . Source code < a href = "https://github.com/askiiart/askiiart.github.io" > here< / a > and < a href = "https://git.askiiart.net/askiiart/askiiart-net" > here< / a > .< / p >
2023-03-23 10:44:11 -05:00
< / footer >
< / html >