diff options
author | Anthony Wang | 2024-12-11 00:24:32 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-11 00:24:32 -0500 |
commit | 759508acd0d94db9be53dc5ef2dc2bea091ac577 (patch) | |
tree | 0d9d9323d5615de6c91627a4bf74de5060691ab0 /content | |
parent | edc6017f36b783882fd02c44cc778e347ee883bf (diff) |
NOOOOO case sensitive URLs for cgit projects
Diffstat (limited to 'content')
-rw-r--r-- | content/projects/_index.md | 2 | ||||
-rw-r--r-- | content/projects/competitive-programming.md | 14 | ||||
-rw-r--r-- | content/projects/fediverse.md | 2 | ||||
-rw-r--r-- | content/projects/machine-learning.md | 2 | ||||
-rw-r--r-- | content/projects/utilities.md | 8 |
5 files changed, 13 insertions, 15 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md index 477df4c..f95ef8a 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -21,5 +21,3 @@ Some random projects. You can find more on my [cgit instance](https://git.unname - [exozyme](https://exozy.me) - [SIPB](https://sipb.mit.edu) - -- [Ladue Computer Science](https://laduecs.club) diff --git a/content/projects/competitive-programming.md b/content/projects/competitive-programming.md index 01ef689..ebba322 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.unnamed.website/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.unnamed.website/USACO): Clean USACO solutions +- [USACO](https://git.unnamed.website/usaco): Clean USACO solutions -- [USACO Camp](https://git.unnamed.website/USACO-Camp): Miscellaneous USACO Camp solutions +- [USACO Camp](https://git.unnamed.website/usaco-camp): Miscellaneous USACO Camp solutions -- [IOI](https://git.unnamed.website/IOI): IOI solutions +- [IOI](https://git.unnamed.website/ioi): IOI solutions -- [Google Code Jam](https://git.unnamed.website/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.unnamed.website/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.unnamed.website/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 c585d28..49dc5ce 100644 --- a/content/projects/fediverse.md +++ b/content/projects/fediverse.md @@ -14,6 +14,6 @@ Fediverse and distributed systems stuff, because programming one computer wasn't - [Fuwuqi](https://git.unnamed.website/fuwuqi): A useless C2S ActivityPub server -- [Kela](https://git.unnamed.website/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 8e84d8f..d147c01 100644 --- a/content/projects/machine-learning.md +++ b/content/projects/machine-learning.md @@ -8,7 +8,7 @@ Unfortunately, the machine did not learn. - [Phonica](https://www.phonica.org): Improve speech with AI -- [6.8301-Project](https://git.unnamed.website/6.8301-Project/src/branch/alg): Sharing without a network through vision +- [6.8301-Project](https://git.unnamed.website/6.8301-project): Sharing without a network through vision - [Search](https://git.unnamed.website/search): Semantic file search using ImageBind and sqlite-vec diff --git a/content/projects/utilities.md b/content/projects/utilities.md index 6ab6463..f3d9df6 100644 --- a/content/projects/utilities.md +++ b/content/projects/utilities.md @@ -6,17 +6,17 @@ type: page These probably aren't very useful. -- [SD](https://git.unnamed.website/SD): Very efficient flash cards app using Go and SQLite +- [SD](https://git.unnamed.website/sd): Very efficient flash cards app using Go and SQLite -- [SDC](https://git.unnamed.website/SDC): C port of SD, a very efficient flash cards app +- [SDC](https://git.unnamed.website/sdc): C port of SD, a very efficient flash cards app -- [Gimkit solver](https://git.unnamed.website/Gimkit): Searching for the optimal Gimkit strategy +- [Gimkit solver](https://git.unnamed.website/gimkit): Searching for the optimal Gimkit strategy - [zenpower3](https://git.unnamed.website/zenpower3): A Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs, now with Zen 3 support! - [zenmonitor3](https://git.unnamed.website/zenmonitor3): Monitoring software for AMD Zen-based CPUs, now with Zen 3 support! -- [Flip interpreter](https://git.unnamed.website/Flip): Interpreter for Flip, a single-instruction Turing-complete programming language +- [Flip interpreter](https://git.unnamed.website/flip): Interpreter for Flip, a single-instruction Turing-complete programming language - [rebuild_db](https://git.unnamed.website/rebuild_db): Manage your iPod shuffle without iTunes, patched for modern Python 3 |