diff --git a/content/projects/alliancepy.md b/content/projects/alliancepy.md new file mode 100644 index 0000000..62db78c --- /dev/null +++ b/content/projects/alliancepy.md @@ -0,0 +1,13 @@ ++++ +title = "alliancepy: a TOA library" +date = "2020-04-20" ++++ + +`alliancepy` is a library that helps users interact with the Orange Alliance API. + +The Orange Alliance is the official database of the First Tech Challenge. + +Links: +- [GitHub](https://github.com/karx1/alliancepy) +- [PYPI](https://pypi.org/projects/alliancepy) + diff --git a/content/projects/ezflags.md b/content/projects/ezflags.md new file mode 100644 index 0000000..a408f3e --- /dev/null +++ b/content/projects/ezflags.md @@ -0,0 +1,11 @@ ++++ +title = "ezflags: a CLI library" +date = "2020-01-14" ++++ + +`ezflags` is a Python module to make working with command-line boolean flags a lot easier. + +Links: +- [GitHub](https://github.com/karx1/ezflags) +- [PYPI](https://pypi.org/projects/ezflags) + diff --git a/content/projects/first.md b/content/projects/first.md deleted file mode 100644 index bf11c48..0000000 --- a/content/projects/first.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "First project" -date = "2021-11-09" -+++ - -This is my first project page. diff --git a/content/projects/jolt.md b/content/projects/jolt.md new file mode 100644 index 0000000..bf64a6a --- /dev/null +++ b/content/projects/jolt.md @@ -0,0 +1,9 @@ ++++ +title = "jolt: a chat app" +date = "2021-04-20" ++++ + +`jolt` is an experiment in building a chat app. It is written in Typescript and uses WebSockets to send and receive messages and events. + +Links +- [GitHub](https://github.com/karx1/jolt) diff --git a/content/projects/sandwich.md b/content/projects/sandwich.md new file mode 100644 index 0000000..a4de300 --- /dev/null +++ b/content/projects/sandwich.md @@ -0,0 +1,23 @@ ++++ +title = "sandwich: a funny programming language written in rust" +date = "2021-04-08" ++++ + +`sandwich` is a funny programming language written in Rust. + +*"Why's it called sandwich?"* + +*"Well, Rust's logo is a crab, right? And crabs live on beaches. Beaches have sand. A program is just a bunch of bytes one after another. So what do you bite that's related to sand? A sandwich!"* + + +## Example + +```sandwich +lhHello +lwWorld +# prints hello world +p$h, $w! +``` + +Links: +- [TildeGit](https://tildegit.org/karx/sandwich) diff --git a/content/projects/smears.md b/content/projects/smears.md new file mode 100644 index 0000000..4849a85 --- /dev/null +++ b/content/projects/smears.md @@ -0,0 +1,13 @@ ++++ +title = "SmeaRS: an image smearing algorithm" +date = "2021-09-11" ++++ + +`SmeaRS` is an image "smearing" algorithm written in Rust. + +First, it takes an input image file and writes random chunks of it to new files. After that, it stitches the new image files into a video. + +`SmeaRS` uses the [MozJPEG](https://github.com/mozilla/mozjpeg) compression algorithm so that the generated image files are written quickly and take up less space on the disk. + +Links: +- [Source Code](https://git.karx.xyz/smears.git) diff --git a/content/projects/vaxproof.md b/content/projects/vaxproof.md new file mode 100644 index 0000000..b037b40 --- /dev/null +++ b/content/projects/vaxproof.md @@ -0,0 +1,9 @@ ++++ +title = "VaxProof: Show proof of vaccination" +date = "2021-04-17" ++++ + +VaxProof is a simple app you can use to show proof of COVID-19 vaccination(s) created using Django and React Native. Currently Work-In-Progress. + +Links: +- [GitHub](https://github.com/karx1/VaxProof) diff --git a/content/projects/yashbot.md b/content/projects/yashbot.md new file mode 100644 index 0000000..31eae3d --- /dev/null +++ b/content/projects/yashbot.md @@ -0,0 +1,10 @@ ++++ +title = "YashBot3001: A multifunctional Discord Bot written in Python" +date = "2019-08-25" ++++ + +YashBot3001 is a multifunctional discord bot, written in Python. It can do things like search the web, manipulate images, and more. + +Links: +- [GitHub](https://github.com/karx1/YashBot3001) +- Invite link currently not working