Luke Else luke-else
luke-else pushed to master at luke-else/subnet_calculator 2023-02-20 21:25:45 +00:00
41fc1a3f6d Added documentation to ip_and_cidr_from_string()
luke-else pushed to master at luke-else/subnet_calculator 2023-02-20 18:06:59 +00:00
6567553f8a Created new function to get IP and CIDR from a string independently + test
luke-else pushed to master at luke-else/subnet_calculator 2023-02-13 22:05:34 +00:00
d792ea8c30 Added CIDR parser -> Really Janky code so will look to review / refactor the method at some point in the very near future
luke-else pushed to master at luke-else/subnet_calculator 2023-02-11 21:22:26 +00:00
4f8412f3d0 Fixed getting IP address from CLI
luke-else pushed to master at luke-else/subnet_calculator 2023-02-11 17:41:38 +00:00
f2ad0de89b Tried but can't seem to get Console input (Includes newline character)
43cd0f5bc5 Changed test for IpAddr::from_str() to test more points of failure
d5ec71a000 Added documentation to FromString trait on IpAddr
Compare 3 commits »
luke-else pushed to master at luke-else/subnet_calculator 2023-02-11 16:15:28 +00:00
247587d99b Completed implementation of FromString for IpAddr
luke-else pushed to master at luke-else/subnet_calculator 2023-01-31 20:58:16 +00:00
2033d9b2b8 Added initial implementation of IpAddr
luke-else pushed to master at luke-else/subnet_calculator 2023-01-19 12:30:46 +00:00
0f7eb5a102 Initial Upload
luke-else created repository luke-else/subnet_calculator 2023-01-19 12:26:18 +00:00
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-12 00:27:11 +00:00
5d93c04f2b Updated readme :)
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-07 22:02:03 +00:00
c3bb61daad Attempted Day7 - Way too tired to even fathom completing this. May get to take a look at it on another day
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-07 22:01:30 +00:00
9a68765006 Attempted Day7 - Way too tired to even fathom completing this. May get to take a look at it on another day
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-06 21:53:57 +00:00
e56b0cdc9a Completed Day6 - Really happy with the solution, nice, clean and efficient
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-05 21:56:28 +00:00
fb41918b20 Completed Day5 - Horrible parsing function but still works :)
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-04 21:52:02 +00:00
7d0be1fec7 Completed Day4 - Very happy with the solution, data ingest could be a little better
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-04 20:29:04 +00:00
2cf4f06dd0 Completed Day3 - Very verbose code, could do with some cleanup
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-04 17:50:38 +00:00
588b673b3f Removed filesystem include
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-04 17:40:10 +00:00
e563815306 Added cin to hold the console at the end of execution
luke-else pushed to master at AdventOfCode/AdventOfCode2022 2022-12-02 17:38:26 +00:00
022b27d847 Completed day2
luke-else pushed to clean at AdventOfCode/AdventOfCode2022 2022-12-01 23:06:02 +00:00
28c7d44666 Updated repository and removed day01 to make it clean