https://github.com/cidem/aoc2017
Advent of Code 2017 in Lua
https://github.com/cidem/aoc2017
Last synced: 12 months ago
JSON representation
Advent of Code 2017 in Lua
- Host: GitHub
- URL: https://github.com/cidem/aoc2017
- Owner: cideM
- Created: 2023-11-18T16:16:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:41:08.000Z (over 2 years ago)
- Last Synced: 2025-06-03T05:26:56.332Z (about 1 year ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :christmas_tree: Advent of Code 2017 :santa:
## Quickstart
```shell
$ fd . --no-hidden --no-ignore | entr -c -s 'lua d6/main.lua < d6/input.txt'
```
## Progress (7/25)
| | Lua |
| --- | ------ |
| 1 | :bell: |
| 2 | :bell: |
| 3 | :bell: |
| 4 | :bell: |
| 5 | :bell: |
| 6 | :bell: |
| 7 | :bell: |
| 8 | :zzz: |
| 9 | :zzz: |
| 10 | :zzz: |
| 11 | :zzz: |
| 12 | :zzz: |
| 13 | :zzz: |
| 14 | :zzz: |
| 15 | :zzz: |
| 16 | :zzz: |
| 17 | :zzz: |
| 18 | :zzz: |
| 19 | :zzz: |
| 20 | :zzz: |
| 21 | :zzz: |
| 22 | :zzz: |
| 23 | :zzz: |
| 24 | :zzz: |
| 25 | :zzz: |
## Make Reddit Code Snippet
For longer code snippets, use https://topaz.github.io/paste/. If it's short enough, do this:
```
$ cat code | sed 's/^/ /' | xsel -b
$ cat code | sed 's/^/ /' | pbcopy
```
## Reddit Comment Template
```text
[LANGUAGE: lua]
# [Lua]()
60 lines of code according to `tokei` when formatted with `stylua`.
- [GitHub Repository](https://github.com/cideM/aoc2017)
- [Topaz Paste]()
```
## Disable Copilot
Add `set exrc` to your Neovim configuration, then `echo 'let g:copilot_enabled=v:false' > .nvimrc`, open the file and `:trust` it.