onyx_online
  • Joined on 2023-01-30
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2025-01-08 13:50:48 +00:00
68aaa634c9 re-run benchmarks
a93e6a7a05 remove the goroutines + waitgroups.
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2025-01-08 05:43:04 +00:00
5d6d8fdf79 use x := range and y := range, easier to read.
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2025-01-07 22:20:48 +00:00
75d10fffd0 add pipenv files
7354aef102 dfs explore functions return only bool
ae590042b5 pass graph as last arg
21e942c56d remove internal/util
c125230c9b pass graph as last arg
Compare 13 commits »
onyx_online synced commits to dev at onyx_online/xair-api-python from mirror 2025-01-05 15:30:46 +00:00
e5aec24751 update ruff configuration
onyx_online synced commits to dev at onyx_online/voicemeeter-api-python from mirror 2025-01-05 11:50:46 +00:00
c1b2a543cc remove black, isort from dev dependencies.
onyx_online synced commits to add-headamp at onyx_online/xair-api-python from mirror 2025-01-04 23:10:47 +00:00
3010b44b09 minor version bump
onyx_online synced commits to dev at onyx_online/xair-api-python from mirror 2025-01-04 23:10:47 +00:00
3010b44b09 minor version bump
f26de42b89 add headamp class
Compare 2 commits »
onyx_online synced commits to add-headamp at onyx_online/xair-api-python from mirror 2025-01-03 14:40:48 +00:00
onyx_online synced new reference add-headamp to onyx_online/xair-api-python from mirror 2025-01-03 14:40:48 +00:00
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-29 10:20:47 +00:00
0f48ed35ea rename data to inputBuf (free up data as variable/type name)
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-28 01:52:22 +00:00
156c1c13e0 fix build src
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-27 22:17:28 +00:00
d689cd0a9a remove duplicate parseLines() in templates
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-27 22:14:03 +00:00
88f082080d remove scaffold.sh
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-27 01:24:12 +00:00
51fed356af rename kind type/variables
a282338f29 remove bounds check for first neighbour.
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 20:17:15 +00:00
4013cd6c7f clean up function
83399a45c2 refactor using graph struct and adjacency function
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 19:01:03 +00:00
dda597a577 add day-25 part1
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 18:05:21 +00:00
942d2a8456 whitespace fix
169fa86a69 reverse terms in {byName}.Less()... easier to read.
f430d4ed7b convert straight from bin to dec.
Compare 3 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 13:20:48 +00:00
24bb0d40c9 refactor with filter() and byName()
4aaf594e23 add filter function to filter zwires from wires
d244a9cc35 add byName, it implements sort.Sort interface
Compare 3 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-25 21:02:02 +00:00
5a6947af2c move enqueue(ns[dir]) into loop
33ee076cf1 refactor switch-case
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-25 14:47:12 +00:00
cdca21b3f3 add day-24 part1
e97f05ea48 add day-21 + benchmarks
Compare 2 commits »