An open API service indexing awesome lists of open source software.

https://github.com/cidem/aoc2019

Advent of Code 2019 in Lua
https://github.com/cidem/aoc2019

Last synced: 8 months ago
JSON representation

Advent of Code 2019 in Lua

Awesome Lists containing this project

README

          

# Advent of Code 2023 :santa: :christmas_tree:

## Quickstart

```shell
$ fd . --no-hidden --no-ignore | entr -c -s 'lua d6/main.lua < d6/input.txt'
```

## Progress (0/25)

| | Lua |
| --- | ------ |
| 1 | :zzz: |
| 2 | :zzz: |
| 3 | :zzz: |
| 4 | :zzz: |
| 5 | :zzz: |
| 6 | :zzz: |
| 7 | :zzz: |
| 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/aoc2023)
- [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.