]> git.njae.me.uk Git - advent-of-code-24-elixir.git/log
advent-of-code-24-elixir.git
2 months agofix: add public_key and ssl to extra_applications
Mitchell Hanberg [Tue, 3 Dec 2024 17:52:39 +0000 (12:52 -0500)]
fix: add public_key and ssl to extra_applications

chore: format

14 months agoadd missing dep to dl input (#15)
Rem0ld [Fri, 1 Dec 2023 20:13:35 +0000 (21:13 +0100)]
add missing dep to dl input (#15)

2 years agoAdd user-agent for automated input requests (#13)
Steven Riehl [Thu, 1 Dec 2022 17:52:21 +0000 (10:52 -0700)]
Add user-agent for automated input requests (#13)

* Add user-agent for automated input requests

* Update lib/advent_of_code/input.ex

Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
2 years agoFix instructions for creating a config file for secrets (#12)
Fangyi Zhou [Thu, 1 Dec 2022 16:31:51 +0000 (16:31 +0000)]
Fix instructions for creating a config file for secrets (#12)

2 years agoUpdate Elixir to latest and clean up warnings (#10)
Steven Riehl [Wed, 30 Nov 2022 18:11:31 +0000 (11:11 -0700)]
Update Elixir to latest and clean up warnings (#10)

3 years agodocs: update comment in config.exs (#7)
Cody Bender [Mon, 29 Nov 2021 19:46:59 +0000 (12:46 -0700)]
docs: update comment in config.exs (#7)

3 years agoDelete FUNDING.yml
Mitchell Hanberg [Mon, 22 Nov 2021 15:03:39 +0000 (10:03 -0500)]
Delete FUNDING.yml

4 years agoUpdate the Readme's section on secrets.exs (#6)
Steven Riehl [Mon, 14 Dec 2020 03:01:11 +0000 (20:01 -0700)]
Update the Readme's section on secrets.exs (#6)

Added the `use Mix.Config` so everything loads correctly.

4 years agoFixed wrong argument order for AdventOfCode.Input.get!() (#4)
Chan Kwan Yin [Thu, 10 Dec 2020 07:43:10 +0000 (15:43 +0800)]
Fixed wrong argument order for AdventOfCode.Input.get!() (#4)

4 years agoUpdate README.md
Mitchell Hanberg [Mon, 7 Dec 2020 02:43:25 +0000 (21:43 -0500)]
Update README.md

4 years agoAdd input helper (#3)
Daniel Flanagan [Fri, 4 Dec 2020 01:03:37 +0000 (19:03 -0600)]
Add input helper (#3)

Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
4 years agoAdd configuration so you can develop in a VSCode dev container or Github Codespaces...
Erik Guzman [Thu, 3 Dec 2020 21:29:44 +0000 (13:29 -0800)]
Add configuration so you can develop in a VSCode dev container or Github Codespaces (#2)

* Create Dockerfile

* Create devcontainer.json

* Remove extension since elixir 1.7 isnt supported

* Remove port forwarding, not needed for this container

* remove accidental lock file commit

* Remove workspaceFolder config

* Update README.md

* Update README.md

* Set it so Elixir version use be default is latest

4 years agoAdd sponsor button
Mitchell Hanberg [Sun, 17 May 2020 00:24:12 +0000 (20:24 -0400)]
Add sponsor button

5 years agoRemove reference to year
Mitchell Hanberg [Fri, 29 Nov 2019 04:28:36 +0000 (23:28 -0500)]
Remove reference to year

The year is not necessary.

5 years agoAdd benchmarking
Mitchell Hanberg [Fri, 29 Nov 2019 00:19:06 +0000 (19:19 -0500)]
Add benchmarking

5 years agoUpdate for 2019
Mitchell Hanberg [Tue, 29 Oct 2019 13:42:39 +0000 (09:42 -0400)]
Update for 2019

6 years agoInitial Commit
Mitchell Hanberg [Thu, 29 Nov 2018 00:46:15 +0000 (19:46 -0500)]
Initial Commit