Luke Else luke-else
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 main at luke-else/.config 2023-02-09 20:52:25 +00:00
2207c46026 Removed unused dependencies from install script
c369ca8a7f Replaced ly display manager with lemurs
Compare 2 commits »
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 luke-else/LibStudySesh 2023-01-05 20:32:01 +00:00
82a3a5fbd1 Struggled to complete 3 sum closest
luke-else pushed to master at luke-else/LibStudySesh 2023-01-05 19:08:10 +00:00
8335d9c95f Completed 3sum leetcode question
luke-else pushed to master at luke-else/LibStudySesh 2023-01-05 14:02:40 +00:00
9963b8ffd4 Mad Library Sesh
luke-else created repository luke-else/LibStudySesh 2023-01-05 14:00:44 +00:00
luke-else pushed to master at luke-else/ImGui-Example 2022-12-22 14:20:40 +00:00
0fdaa20aae Hidden main OpenGL window whilst ImGui Windows are visible
luke-else pushed to master at luke-else/ImGui-Example 2022-12-18 18:57:37 +00:00
8532f4b740 Created working windows build in GLFW and OpenGL3
luke-else pushed to master at luke-else/ImGui-Example 2022-12-16 09:01:10 +00:00
7860a0053a Moved imgui into Includes instead of src
luke-else pushed to master at luke-else/ImGui-Example 2022-12-12 15:14:24 +00:00
89173edb40 Added ImGui files
luke-else created repository luke-else/ImGui-Example 2022-12-12 14:22:33 +00:00
luke-else pushed to master at luke-else/AdventOfCode2022 2022-12-12 00:27:11 +00:00
5d93c04f2b Updated readme :)
luke-else pushed to master at luke-else/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