change projects page to have plain links

main
RageCage64 2 years ago
parent a107064035
commit 8ace226d07

@ -6,43 +6,43 @@ Here is a quick list of my personal projects, both previous and active! Most of
# Projects
### [yamlfmt](https://github.com/google/yamlfmt)
### yamlfmt https://github.com/google/yamlfmt
#### Language: Go
A command line yaml formatting tool, also structured as a library for extensibility or custom wrappers.
### [go-utf8-codepoint-converter](https://github.com/RageCage64/go-utf8-codepoint-converter)
### go-utf8-codepoint-converter https://github.com/RageCage64/go-utf8-codepoint-converter
#### Language: Go
Tool to convert UTF-8 codepoint text to the unicode character the text represents.
### [collections-go](https://git.ragecage64.com/RageCage64/collections-go)
### collections-go https://git.ragecage64.com/RageCage64/collections-go
#### Language: Go
A library that implements common data structures for Go with best possible time complexity and minimal allocations.
### [multilinediff](https://git.ragecage64.com/RageCage64/multilinediff)
### multilinediff https://git.ragecage64.com/RageCage64/multilinediff
#### Language: Go
A library to write multiline diff output to the command line.
### [eznet-cli](https://git.ragecage64.com/RageCage64/eznet-cli)
### eznet-cli https://git.ragecage64.com/RageCage64/eznet-cli
#### Language: Crystal
CLI to make common netstat operations easier. I originally wrote this to mess with Crystal, but I intend to rewrite it in Go with the same general API and include cross platform features.
### [bub-the-bot](https://git.ragecage64.com/RageCage64/bub-the-bot)
### bub-the-bot https://git.ragecage64.com/RageCage64/bub-the-bot
#### Language: Go
Bot for my Discord server(s). He also has a cute mascot that my partner drew!
### [js-test](https://git.ragecage64.com/RageCage64/js-test)
### js-test https://git.ragecage64.com/RageCage64/js-test
#### Language: JavaScript
@ -52,19 +52,19 @@ I had a lot of issues at a previous job when we needed to ship the mocha library
Most of my open source work is done under my Google Github profile: https://github.com/braydonk
### [Fluent Bit](https://github.com/fluent/fluent-bit)
### Fluent Bit https://github.com/fluent/fluent-bit
#### Language: C
An open source observability agent, which we use on my team at Google as part of the Ops Agent. I help fix a number of bugs in Fluent Bit, as well as doing code reviews and maintenance on the `out_stackdriver` plugin.
### [Monkey](https://github.com/monkey/monkey)
### Monkey https://github.com/monkey/monkey
#### Language: C
An HTTP server written in C. It is a crucial component of Fluent Bit, and I have done some work on this repo to support fixes in Fluent Bit, as well as adding testing to the repo.
### [OpenTelemetry](https://github.com/open-telemetry)
### OpenTelemetry https://github.com/open-telemetry
#### Language: Go
@ -72,19 +72,19 @@ Contributing to OpenTelemetry in a couple of ways, such as logging specification
# Gaming
### [TrustFall](https://git.ragecage64.com/RageCage64/TrustFall)
### TrustFall https://git.ragecage64.com/RageCage64/TrustFall
#### Language: C++
A Root Beer Tapper ripoff that I wrote as a school project. I am reasonably proud of the super basic art, music, and gameplay. Uses Allegro 5 because I had to (well technically I had to use 4 but I refused to do that and accepted the consequences).
### [SpaceForce](https://git.ragecage64.com/RageCage64/SpaceForce)
### SpaceForce https://git.ragecage64.com/RageCage64/SpaceForce
#### Language: C++
A SHMUP that I wrote also for a school project. It's a far worse game, but I think the code is better laid out given my skills at the time.
### [SeeNoEvil](https://git.ragecage64.com/RageCage64/SeeNoEvil)
### SeeNoEvil https://git.ragecage64.com/RageCage64/SeeNoEvil
#### Language: C#

Loading…
Cancel
Save