This commit is contained in:
Yash Karandikar 2021-11-13 12:08:37 -06:00
parent ed0c2dcf75
commit bc1c292392
8 changed files with 88 additions and 6 deletions

View file

@ -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)

View file

@ -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)

View file

@ -1,6 +0,0 @@
+++
title = "First project"
date = "2021-11-09"
+++
This is my first project page.

9
content/projects/jolt.md Normal file
View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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