/MiniScripts

Mini Scripts that perform various tasks

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

UTM Course Visualizer

A simple webpage that shows various graphs about your progress at UTM over the years. Feed in your depression or ego (whatever suits you). Partiularly helpful to visualize a student's academic performance rather than parsing through a transcript.

Manga Webpage Generator

mangaWebPageCreator.py: A script to create a webpage for all your downloaded manga or pictures that are stored locally

mangaToWebPage: A Java GUI version of mangaWebPageCreator.py that has a more friendly GUI to create webpages for all downloaded manga

Please be advised to support manga artist when you can by buying a copy of their manga

Created on August 2016

Features: Back and next chapter button

MENU SYSTEM

Project Idea Source: https://www.csee.umbc.edu/courses/undergraduate/CMSC291C/summer01/burt/proj.html

The unix help menu system is a shell script that helps user run some basic unix commands such as seeing the contents of the file, removing a file/dir, searching for a pattern through a file, and etc without knowing the commands itself. This menu system is very basic and may differ a bit from the project idea since I do not know what the expected output of the program. This was just an excercise to brush up my unix and shell programming.