http://coldfusion.com logo
Docs
Join the conversationJoin Slack
Channels
adobe
advent-of-code
auwcl
aws
books
bot-dev
box-products
cfeclipse
cfkrauts
cflint
cfml-beginners
cfml-general
cfml-tuning
cfsummit2022
cfwheels
ci
community_courses
css
devops-general
docker
docker-commandbox
documentation
events
friday-puzzle
fusion-reactor
fw1
ide
java-and-jvm
javascript
jobs
jobs-non-us
linen-dev
lucee
masacms
meta
migrations
mura
music
nosql
object-oriented
orm
perf-monitor
prog-general
slack-help
sql
taffy
testing
version-control
vuejs
water-cooler
Powered by Linen
advent-of-code
  • d

    Daniel Mejia

    12/03/2022, 10:52 PM
    lol
  • d

    Daniel Mejia

    12/03/2022, 10:52 PM
    Its all good
  • d

    Daniel Mejia

    12/03/2022, 10:55 PM
    I鈥檒l do it later tonight. If you are curious. On the this page there is an edit button. It should guide you through about three steps https://github.com/webmandman/AoC-cfml
  • s

    satauros

    12/04/2022, 6:05 AM
    @Daniel Mejia b/c I'm not a contributor to the project, I guess I don't see the edit button. But thx for adding me 馃檪 (it's @satauros btw - who would've guessed that, right? :D). My solutions upto and including 3 day are pushed. I'll hold for the solution of day 4 ofc.
    馃憤馃従 1
  • d

    Daniel Mejia

    12/04/2022, 7:11 AM
    No worries. I haven鈥檛 started day 4 and probably won鈥檛 until tomorrow morning. Maybe.
  • s

    satauros

    12/04/2022, 7:50 AM
    Kids got me up bright & early. What else is there to start the day with, than the advent of code challenge ^^.
    馃槀 1
  • j

    John F

    12/05/2022, 6:51 PM
    https://github.com/jsf1515/AdventOfCode2022/tree/main/day1 Way behind on this year's one; life, work, kids, you know how it goes
    馃憤馃従 1
    d
    1 reply 路 2 participants
  • d

    Daniel Mejia

    12/05/2022, 8:58 PM
    Welcome back!
  • d

    Daniel Mejia

    12/06/2022, 12:42 AM
    for day 5 I didn't even try to parse the initial stacks. I simply typed it out into a variable. Who read the stacks dynamically? And how did you go about it?
    m
    s
    +3
    12 replies 路 6 participants
  • j

    John F

    12/06/2022, 6:00 PM
    Did day 2 over lunch; just made a tree of outcomes and matched on it as I looped over the results. https://github.com/jsf1515/AdventOfCode2022/blob/main/day2/day2.cfc
    馃憤馃従 1
    d
    1 reply 路 2 participants
  • d

    Daniel Mejia

    12/07/2022, 6:00 AM
    any tips for today's part 1? 馃槀
    s
    e
    13 replies 路 3 participants
  • s

    satauros

    12/08/2022, 6:28 AM
    Pffft, my answer for today keeps sayin' it's too high...
    d
    f
    +2
    40 replies 路 5 participants
  • s

    satauros

    12/09/2022, 10:05 AM
    Found part 1 by luck. Still can't find the logic of the output array though 馃槥 To repeat @elpete, I hate grid problems.
    f
    e
    +2
    17 replies 路 5 participants
  • f

    faxi05

    12/10/2022, 8:11 AM
    Relieved that elves seem to get easier tasks on weekends... 馃槖imple_smile:
    馃憤馃従 1
  • d

    Daniel Mejia

    12/10/2022, 8:11 AM
    i still need part 2 of day 9
  • d

    Daniel Mejia

    12/10/2022, 8:12 AM
    馃槄
  • s

    satauros

    12/10/2022, 9:21 AM
    Life caught up to me. AoC is put on hold for now 馃槥.
    馃様 1
  • d

    Daniel Mejia

    12/10/2022, 11:27 PM
    We have great group here.
  • d

    Daniel Mejia

    12/10/2022, 11:33 PM
    @satauros Join me. Im going to start skipping some days. Like I鈥檒l log on to read the puzzle. But I don鈥檛 want to miss all days because one puzzle is in my way.
    馃憤 1
  • d

    Daniel Mejia

    12/10/2022, 11:36 PM
    Last three days took a lot of effort. I mean it鈥檚 Saturday 3pm and all I want to do right now is sleep. 馃槅
  • d

    Daniel Mejia

    12/11/2022, 6:19 AM
    how do you guys listToArray() by empty lines?
    a
    m
    +1
    54 replies 路 4 participants
  • d

    Daniel Mejia

    12/12/2022, 8:28 AM
    Day 12 got my head spinning.
    s
    e
    11 replies 路 3 participants
  • d

    Daniel Mejia

    12/13/2022, 3:04 PM
    java.util.HashSet
    . It has similar member methods to cfml's array. does not store duplicate items, allows nulls, and is unordered.
    m
    5 replies 路 2 participants
  • d

    Daniel Mejia

    12/14/2022, 3:25 AM
    You'd think that by day 13 the handheld device would have been fixed. wtf!
    s
    1 reply 路 2 participants
  • s

    satauros

    12/14/2022, 3:42 PM
    So once again. My output matches the example perfectly. To. The. Letter. Run the input. Wrong answer. sigh
    馃檹馃従 1
    d
    z
    8 replies 路 3 participants
  • s

    satauros

    12/15/2022, 6:05 AM
    Day 15. Grid problems. Again. Well, at least I got my output correct this time (tripledoublechecked it).
    馃槀 1
    d
    m
    +1
    24 replies 路 4 participants
  • s

    satauros

    12/16/2022, 7:02 AM
    Day 16. At first glance I believe it to be - yet another - (directed weighted) graph problem with maximum path detection. Won't be able to do this one today though. Good luck to those who will try.
    馃憤馃従 1
  • s

    satauros

    12/17/2022, 5:35 AM
    Day 17. Tetris!
  • d

    Daniel Mejia

    12/17/2022, 4:57 PM
    馃槀 1
    s
    1 reply 路 2 participants
  • f

    faxi05

    02/21/2023, 12:50 PM
    @faxi05 has left the channel
Powered by Linen
Title
f

faxi05

02/21/2023, 12:50 PM
@faxi05 has left the channel
View count: 2