Skip to content

Latest commit

 

History

History
165 lines (89 loc) · 5.46 KB

File metadata and controls

165 lines (89 loc) · 5.46 KB

table of contents

this repo is still a wip - bare with me while i populate it!

projects

forks

contributions

challenges

other

projects

animalese [WIP]

🔔 play animalese as you type

cross-platform tauri app to play animal crossing sound effects (primarily animalese) while you type.

written using tauri, rust, svelte, and typescript.

bert [WIP]

🐶 the modular discord bot that you'll love

modular discord bot that does things the right way. trust me, you'll love it.

the mascot is bert the dog. isn't he lovely?

this project is written in rust and uses the serenity library to interact with the discord api.

muter

🪞 mirror system mutes across communication platforms!

enables bidirectional mute synchronization between your system microphone and communication applications. currently only supports vencord, but contributions are welcome.

this project is written in go. the vencord plugin is written in typescript.

pride-overlay

🏳️‍⚧️ put pride flags on images!

rust crate to overlay pride flags on images. being rewritten to provide a more ergonomic api and wasm support.

this project is written in rust and compiles to wasm.

forks

snkgen

🐍 Platane/snk with more features!

this hard fork introduces the color_progress option to change the colour of the progress bar. this can be seen in action at the bottom of my profile readme.

i attempted to contribute these changes upstream, however my pr was closed because the author didn't want to "introduce changes into the API", so i maintain it myself.

this project is written in typescript, but also make uses of docker.

contributions

rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code.

i contributed a fix to the duplicated_attributes lint which allowed it to detect prefixed attributes, such as clippy::lint_name in pr #15212.

this project is written in rust and is an official project of the rust programming language.

vault-rs

An asynchronous Rust client library for the Hashicorp Vault API

i contributed the code for the cubbyhole secret engine in pr #131.

this project is written in rust and was created by Joshua Gilman.

challenges

advent of code

🎄 my advent of code solutions (2015-)

all of my solutions are written in rust.

project euler

➕ my project euler solutions

both my custom runner and all of my solutions are written in rust.

other

salad

❄️ My NixOS configuration :]

given that it is a nixos configuration, it is naturally written entirely in nix.