Start and stop your NiceHash miners using this script

Use this script to schedule all of your NiceHash Miner(s) to turn on and off at certain times of the day. Electricity costs between 4-9pm are high in my area and I want NiceHash to stop mining during those times. This script should start and stop your rigs on a schedule. Setting up this scheduling process could take up to 1 hour depending on your skill level Installation Acquire the necessary files by downloading the latest release. Save and extract […]

Read more

A simple script which logs the CPU and RAM usage of the submitted job

ClusterMonitor A very simple python script which monitors and records the CPU and RAM consumption of submitted cluster jobs. Usage To start recording use the cpu_ram_log.py script. This script requires 3 arguments: -u which corresponds to your username. -o which specifies the output file (in tsv format) –interval which specifies the time (in seconds) over which the CPU and RAM usage gets averaged Example: python cpu_ram_log.py -u nickhir -o cpu_ram.log –interval 5 The script can simply be included in your […]

Read more

A general purpose workflow engine that specialises in cycling workflows

Cylc Cylc (pronounced silk) is a general purpose workflow engine that specialises in cycling workflows and has strong scaling characteristics. Cylc was originally developed to meet the challenges of production weather forecasting – which is notorious for the size and complexity of its workflows. Citations & Publications Cylc 7 (production) Production ready. HTTPS network layer. PyGTK GUI. On the 7.8.x branch in the source code. 7.8 – Python 2.6 7.9 – Python 2.7 Website |Documentation Cylc 8 (pre-release) Beta pre-release. […]

Read more

Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript

Rev Registration Rev Registration is an automatic class scheduler for Texas A&M, aimed at easing the process of course registration by generating compatible schedules given the courses a student would like to take and what preferences they have. Simply select a term, pick your courses, mark off when you’re not available, and we’ll generate schedules for you! For instance, imagine you’ve settled on 3 sections of a course you are fine with having and are having trouble finding a schedule […]

Read more