Alexander Andreev Arav
Arav pushed tag 3.0.0 to Arav/httpprocprobed 2023-12-15 04:33:03 +04:00
Arav released "httprocprobed ver. 3.0.0" at Arav/httpprocprobed 2023-12-15 04:33:03 +04:00
Arav deleted tag 1.3.2 from Arav/httpprocprobed 2023-12-15 04:26:27 +04:00
Arav pushed to master at Arav/httpprocprobed 2023-12-15 04:25:14 +04:00
72284c299a In PKGBUILD noextract=() was removed. Added CGO_* and custom GOPATH env vars. Also added PREFIX var.
8a6647f11a Updated LICENSE, just year and an e-mail.
8855cd9121 Made make clean useful.
47fc30feeb In systemd.service .conf was replaced with .json. Also changed description.
6ba2e8a471 Well, actually, let's move the platform-independent parts out to a process.go file.
Compare 7 commits »
Arav pushed to master at Arav/httpprocprobed 2023-12-15 04:01:31 +04:00
df3714d071 Version 3.0.0. Throwed out everything not used but for whatever reason added previously.
Arav pushed tag v0.1.2 to Arav/mccl 2023-12-14 04:06:02 +04:00
Arav released "mccl ver. 0.1.2" at Arav/mccl 2023-12-14 04:06:02 +04:00
Arav pushed to master at Arav/mccl 2023-12-09 20:01:07 +04:00
a7cf5b0ec8 Added back a command handling in parseArguments().
87a787da84 Added OS dependent un-/installation.
eb4d1525a2 Added a URL to a project in version().
4ed0931ece Fixed crosscompilation by adding build tags at the beginning of the files.
Compare 4 commits »
Arav pushed to master at Arav/mccl 2023-12-09 19:13:39 +04:00
1f8b0acd6a Added a few spaces in run_command.go.
Arav pushed to master at Arav/mccl 2023-12-09 19:05:59 +04:00
ed493b012a Back then I forgot it is not C, just compare with full strings in switch.
7cb5d35e6a Slightly updated usage.
3d492e26ae Return 1 exit code if there are no args provided.
32dba480ee Updated version to 0.1.2.
Compare 4 commits »
Arav pushed to master at Arav/aoc2023 2023-12-07 01:05:27 +04:00
3fad087730 Well... forgot to change a type of a returning num variable in day 5 and 6. xD
Arav pushed to master at Arav/aoc2023 2023-12-07 01:02:46 +04:00
0760a2d627 In part 1of day 5 and 6 parse_number will return now uint64_t.
Arav pushed to master at Arav/aoc2023 2023-12-07 00:46:48 +04:00
1953469f35 Forgot to change parse_number() in day 6 part 1.
Arav pushed to master at Arav/aoc2023 2023-12-07 00:44:49 +04:00
932d76ba8a Added a test for day 6.
4dbf46697c Made parse_number inlined and made an arg const char *. Not sure if inlining will work, but I'm lazy to check. :P
Compare 2 commits »
Arav pushed to master at Arav/aoc2023 2023-12-07 00:34:18 +04:00
17df598e16 A little refactoring for day 2.
2f2b4194c6 A little refactoring for day 3.
b19aa5edca A little refactoring for day 4.
83944d8d4c A little refactoring for day 5.
443576621d A little code refactoring for day 6.
Compare 5 commits »
Arav pushed to master at Arav/aoc2023 2023-12-06 19:27:12 +04:00
2ae96c9a04 Day 6 part 2 complete! Plus a little cleanup in part 1. :)
Arav pushed to master at Arav/aoc2023 2023-12-06 18:56:52 +04:00
e3fa47e071 Day 6 part 1 complete.
Arav pushed to master at Arav/aoc2023 2023-12-06 05:27:32 +04:00
69b8c48ef3 Also remove {} from a for in d5p1.
Arav pushed to master at Arav/aoc2023 2023-12-06 05:26:29 +04:00
c1f11c1ebc Do not subtract 1 each time, just use < instead of <= in d5p1.
Arav pushed to master at Arav/aoc2023 2023-12-06 05:18:59 +04:00
3b277352d1 Cleaning up through all code.
fbdc38a171 In d5p1 also replaced int64_t with uint64_t.
7a19ad713f A cleanup for d5p1. Also removed an ABS macro since it doesn't needed.
f092158510 A little cleanup in d5p2.
4a80bd2b08 From day5p2 an unused macro ABS was removed.
Compare 5 commits »