Downloads
Slurm Script for Wulver (NJIT Cluster):
Slurm Job Submission Script
Connect to NJIT VPN through CLI on Ubuntu/Debian-based system:
First, run this installation script: Install Script
Then, run this script to connect: Connect Script
(Note: You will need to replace my_username with your own ucid in the vpn connection script)
LaTeX Custom Commands
These are some LaTeX commands I wrote mainly for typesetting analysis homework: mycommands.tex
This is a LaTeX preamble file that imports most packages I use in my tex files: preamble.sty
Use these by adding "\input{mycommands}" and "\usepackage{preamble}" to the beginning of your tex file
You can import these directly into your Overleaf project using the "From External URL" option and copy-pasting the download link. If you do this, you can easily refresh it as I add more commands or packages.
Download this basic website template for your personal website (filename should be index.html to upload to AFS/other server):
website_template.html