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 Flask application is a localhost, personal journal and blog which uses Markdown files internally. This way, you can view your data even without the app.

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.

I don't have a live demo as the app is strictly localhost (it uses Flask's development server). You can find the source code here.

Bash HTTP Server

Does exactly what it says on the tin. It's a HTTP server made in Bash using Netcat.

This should not be used in production. You would be insane to use this single-threaded HTTP (notice there's no S) server and expose it to the web.

Jarmos

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

It supports different levels of accuracy.