https://github.com/udontur/ossd-mark-cal
🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool
https://github.com/udontur/ossd-mark-cal
acedemic cli cpp linux mark-calculator nix ossd tool
Last synced: 11 months ago
JSON representation
🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool
- Host: GitHub
- URL: https://github.com/udontur/ossd-mark-cal
- Owner: udontur
- License: mit
- Created: 2024-07-01T08:48:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T09:07:04.000Z (about 1 year ago)
- Last Synced: 2025-04-21T09:46:00.207Z (about 1 year ago)
- Topics: acedemic, cli, cpp, linux, mark-calculator, nix, ossd, tool
- Language: C++
- Homepage: https://hadrian.cc
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OSSD Mark Calculator
🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool
Report Bug
·
Made with passion by Hadrian
## ⭐ About
```ossdmk``` is a command line tool that calculates your Ontario Secondary School Diploma marks using multiple marks, weights, and denominators in a fast and convenient way.
## 🛠️ Installation (Linux)
1. Add the Nix flake to your ```flake.nix``` input:
```nix
ossdmk.url="github:udontur/ossdmk";
```
2. Add the package to your NixOS ```configuration.nix```:
```nix
inputs.ossdmk.packages."${system}".default
```
3. Rebuild your Nix configuration.
## 🔧 Usage
Enter ```ossdmk``` in the terminal.
> [!NOTE]
> ```ossdmk``` can handle up to 3 decimal places.
## 💾 Demo
Try it out first:
```sh
$ nix shell github:udontur/ossdmk -c ossdmk
```
