diff options
author | Anthony Wang | 2024-12-10 19:49:01 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-10 19:49:01 -0500 |
commit | dcfc4b9ea2097c22d4aad34d33fa4f633e229a42 (patch) | |
tree | e264ea33249fb76f399723575bfae0c526f9ba05 /content | |
parent | 3e25ab78ad615177109ee6eb0d409998de8a39ec (diff) |
Update more links to git.unnamed.website instead of exogit
Diffstat (limited to 'content')
-rw-r--r-- | content/projects/competitive-programming.md | 14 | ||||
-rw-r--r-- | content/projects/fediverse.md | 4 | ||||
-rw-r--r-- | content/projects/machine-learning.md | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/content/projects/competitive-programming.md b/content/projects/competitive-programming.md index d55e187..01ef689 100644 --- a/content/projects/competitive-programming.md +++ b/content/projects/competitive-programming.md @@ -8,20 +8,20 @@ I did competitive programming from 2018 to 2021 and went to the USACO training c - [USACO Guide](https://github.com/cpinitiative/usaco-guide): A free, high quality guide for USACO -- [Library](https://git.exozy.me/a/Library): Clean templates and algorithm implementations that I use +- [Library](https://git.unnamed.website/Library): Clean templates and algorithm implementations that I use -- [USACO](https://git.exozy.me/a/USACO): Clean USACO solutions +- [USACO](https://git.unnamed.website/USACO): Clean USACO solutions -- [USACO Camp](https://git.exozy.me/a/USACO-Camp): Miscellaneous USACO Camp solutions +- [USACO Camp](https://git.unnamed.website/USACO-Camp): Miscellaneous USACO Camp solutions -- [IOI](https://git.exozy.me/a/IOI): IOI solutions +- [IOI](https://git.unnamed.website/IOI): IOI solutions -- [Google Code Jam](https://git.exozy.me/a/Google-Code-Jam): Google Code Jam solutions +- [Google Code Jam](https://git.unnamed.website/Google-Code-Jam): Google Code Jam solutions - [ACSL](https://codeberg.org/LadueCS/ACSL): ACSL code and resources -- [Idiot Code-Golf](https://git.exozy.me/a/Idiot-Code-Golf): Really stupid code competition +- [Idiot Code-Golf](https://git.unnamed.website/Idiot-Code-Golf): Really stupid code competition - [LCS Resources](https://codeberg.org/LadueCS/Presentations/src/branch/main/Competitive%20Programming): Ladue Computer Science resources for competitive programming -- [Log](https://git.exozy.me/a/Log): Log of solved problems and notes +- [Log](https://git.unnamed.website/Log): Log of solved problems and notes diff --git a/content/projects/fediverse.md b/content/projects/fediverse.md index 3bfcd4e..c585d28 100644 --- a/content/projects/fediverse.md +++ b/content/projects/fediverse.md @@ -12,8 +12,8 @@ Fediverse and distributed systems stuff, because programming one computer wasn't - [OpenContest](https://codeberg.org/LadueCS/OpenContest): A simple, open, and federated HTTPS JSON protocol to enable anyone to develop and host online programming contests -- [Fuwuqi](https://git.exozy.me/a/fuwuqi): A useless C2S ActivityPub server +- [Fuwuqi](https://git.unnamed.website/fuwuqi): A useless C2S ActivityPub server -- [Kela](https://git.exozy.me/a/Kela): A new decentralized web protocol +- [Kela](https://git.unnamed.website/Kela): A new decentralized web protocol - [MIT Mastodon](https://mastodon.mit.edu): I'm one of the maintainers of the MIT Mastodon instance. diff --git a/content/projects/machine-learning.md b/content/projects/machine-learning.md index 135f8c7..8e84d8f 100644 --- a/content/projects/machine-learning.md +++ b/content/projects/machine-learning.md @@ -8,9 +8,9 @@ Unfortunately, the machine did not learn. - [Phonica](https://www.phonica.org): Improve speech with AI -- [6.8301-Project](https://git.exozy.me/k/6.8301-Project/src/branch/alg): Sharing without a network through vision +- [6.8301-Project](https://git.unnamed.website/6.8301-Project/src/branch/alg): Sharing without a network through vision -- [Search](https://git.exozy.me/a/search): Semantic file search using ImageBind and sqlite-vec +- [Search](https://git.unnamed.website/search): Semantic file search using ImageBind and sqlite-vec - [transformer-shortest-paths](https://github.com/awestover/transformer-shortest-paths): Solving shortest paths with transformers because why not |