Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plttn/subnet-calc
Vector based subnet calculator
https://github.com/plttn/subnet-calc
Last synced: 5 days ago
JSON representation
Vector based subnet calculator
- Host: GitHub
- URL: https://github.com/plttn/subnet-calc
- Owner: plttn
- License: mit
- Created: 2019-07-03T23:25:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-30T01:56:39.000Z (over 4 years ago)
- Last Synced: 2024-12-17T02:46:28.839Z (7 days ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subnet Calc
Subnet calculator for previous school assignment.
## Description
Using vectors and `uint8_t` allows for bitwise math rather than treating them like strings.
## Caveats
Please don't use this for a homework assignment. You don't learn anything by stealing
this from me, and as someone who graded the assignments the year after I wrote this,
if you're the kind of person stealing it, it'll be fairly obvious that you
didn't come up with these methods yourself.