Article Danny Wijnschenk · Nov 6, 2017 3m read Advent of Code 2016 Day6: Signals and Noise This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction : goto to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-ta... #Caché #Code Snippet #Contest #ObjectScript 1 1 0 410
Article Danny Wijnschenk · Nov 5, 2017 4m read Advent of Code 2016 Day5: How about a Nice Game of Chess? This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction : goto to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-ta... The challenge of day 5 is to calculate a password of 8 characters by finding the MD5 hash of the input and an increasing integer index.The password is constructed by taking the 6th character of the first 8 hashes that start with 5 zeroes (in hex representation). #Caché #Code Snippet #Contest #ObjectScript 2 1 0 443
Article Danny Wijnschenk · Nov 4, 2017 6m read Advent of Code 2016 Day4: Security Through Obscurity This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction : goto to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-ta... The input in today's challenge consists of an encrypted name, a dash, a sectorID, a dash and a checksum between brackets.A name is real if the checksum is equal to the five most common letters in the encypted name. #Caché #Code Snippet #Contest #ObjectScript 3 1 0 486
Article Danny Wijnschenk · Nov 3, 2017 4m read Advent of Code 2016 Day3: Squares with Three Sides This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction : goto to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-ta... or look at the http://adventofcode.com/ website. #Caché #Code Snippet #Contest #ObjectScript 2 3 0 622
Article Danny Wijnschenk · Nov 2, 2017 4m read Advent of Code 2016 Day2: Bathroom Security Advent of Code is a series of programming challenges for beginners and experienced Caché programmers. For an introduction : look at article https://community.intersystems.com/post/advent-code-2016-day1-no-time-ta... In this challenge, you need to find a password using instructions to move on a keypad.Instructions can be U(p), D(own), L(eft) and R(ight). You start at button 5 on a keypad like #Caché #Code Snippet #Contest #ObjectScript 3 0 0 368
Article Danny Wijnschenk · Nov 1, 2017 8m read Advent of Code 2016 Day1: No Time for a Taxicab Advent of Code is a series of 25 small programming challenges, it's an ideal way for beginners to start learning a computer language, and for advanced people to sharpen their programming skills. There are small and bigger puzzles, which you can solve typically in half an hour to a few hours. (Looking at the leaderboard, the top aces can do them in less than 10 minutes.) Advent of Code is created by Eric Wastl, you can find all info on https://adventofcode.com/. #Caché #Code Snippet #Contest #ObjectScript 7 0 1 1.3K