Dec 1, 2023 Cargo.lock day 24: use git z3 Dec 26, 2023 Cargo.toml day 24: use git z3 Dec 26, 2023 README.md README: add link to writeup Jan 21, 2024 create_day.sh update init script Dec 3, 2023 My rust workspace foradvent of code 2023. Every solution could be improved upo...
A collection of awesome resources related to the yearly Advent of Code challenge. awesomeadvent-of-codeadventofcodeadvent-of-code-2018advent-of-code-2019advent-of-code-2020advent-of-code-2021advent-of-code-2022advent-of-code-2023 UpdatedApr 28, 2025 ...
Instead, there’s this huge design process. But because of this design, sometimes we can write a new feature using half as many lines of code in a much more simple way, a much more stable way. You think and think and think and find that a couple of days ago, what sounded like the...
Array of pointers, VirtualAlloc and RtlMoveMemory. MASM, some kind of problem. coffeeprogrammer Jan 16, 2023 Coding Replies 7 Views 2K Jan 18, 2023 Paul F P Advent of Code 2022 PHolder Nov 30, 2022 Coding Replies 0 Views 939 Nov 30, 2022 ...
我们换一些更有挑战性的东西来测试它吧。Advent of Code 是一年一度的盛会,参与者将面对一系列复杂的编程挑战。Copilot 能否解决第一天的挑战呢? 同样,我们会给 Copilot 一条注释(直接来自 AoC 说明),看看它会给出什么: 初看上去它似乎给出了一个解决方案,它确实意识到需要找到两个相加到 2020 的数字,然后返...
开发者活动和协作 Linksvayer 说,总体而言,创新图谱提供了有关 GitHub 平台上开发者活动和协作的数据驱动叙述,这对开发者和政策制定者都很有用。最新版本突出了开发者活动中的季节性趋势,例如Advent of Code活动和Season of Docs计划对某些编程语言和主题流行度的影响。数据还揭示了开发者之间的全球协作模式,展示...
直到前段时间,暂别了两年之后 antriez 终于通过Advent of Code[11] 找回了编程的乐趣,他解决了 18 道题目,并且在过程中又折腾出来一门 stack-based 的编程语言。从 Twitter 上看,最近他在做一些 LoRa 设备上的小项目,也折腾 Flipper Zero 这样的极客设备。
src Day 11 Dec 11, 2023 README.md Initial commit Dec 1, 2023 Repository files navigation README Advent of Code 2023 Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. http...
Haskell and Swift¹ solutions to Advent of Code 2023. Each solution is in a self-contained file with zero dependencies that can be run directly by the stock Haskell and Swift compilers. For example: cat examples/18 | runghc 18.hs cat examples/18 | swift 18.swift More details about ru...
A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "...