user@init-zhang:~/projects$_

Projects

You can find the full list of my projects on my GitHub.

Zhang's Web Journal

Real creative name, I know. This is my own journal and note taking application that runs on Flask and can be accessed using localhost.

It uses Markdown files internally, so everything is human readable with any editor and can be easily exported to HTML.

So far it has been basic features, such as:

I've been using this app for a few months now and have been adding features as I deemed fit. You're free to fork this project and tailor it to your own needs.

You can find the source code here. It also contains TODO for the project.

Jarmos

A CLI graphing calculator I made whilst learning Java. It's primitive at best, with basic operations and no functions. It was more of a tool to learn parsing and Java.

It supports different levels of accuracy and graph sizes. It has a few caveats and compromises, as well as no validation. You can read more on the GitHub below.

You can find the source code here.