GitXplorerGitXplorer
p

subnet-calc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
fc3059cad2772c64a1d0ca287061dbf62f32470c

Format using LLVM formatting

pplttn committed 5 years ago
Unverified
9d0086e313dba0e8a706c3a207a022b278000fcf

Fix linting for markdown

pplttn committed 5 years ago
Verified
6e647e0b934e2484e5c191d8f7bbbe44c3142056

Create LICENSE (#1)

pplttn committed 6 years ago
Verified
b6180b85d6b03357ff93016e2b943e32cdead50d

Create LICENSE

pplttn committed 6 years ago
Verified
983529846c3553ffe9aab340e03a0b466ff9e463

Add all files (minus LICENSE.md)

pplttn committed 6 years ago
Unverified
daf346ec47c20fe68e6a3c9ba55e7e18903c7a91

Initial commit

pplttn committed 6 years ago

README

The README file for this repository.

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.