Skip to content

rellem/advent_of_code_2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017 - rellem's solutions in CFML

My solutions for the Advent of Code 2017 puzzles, written in ColdFusion Markup Language. Tested on Lucee 5.2.4.37 and Adobe ColdFusion 2016.0.0.298074.

Running the solutions

  • git clone https://github.com/rellem/advent_of_code_2017.git rellem-cfml
  • docker pull lucee/lucee52
  • docker run -d -p 14000:8888 -e "LUCEE_JAVA_OPTS=-Xmx4096m" -v /path/to/rellem-cfml:/var/www/rellem-cfml lucee/lucee52
  • Go to http://localhost:14000/rellem-cfml/

The big heap is required by several solutions because of Lucee bug LDEV-1623.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published