Merry Christmas to HN
81–90 of 122 posts
Bon Nadal!
Re: Merry Christmas to HN
#82Happy Holidays! Here to the many more successful years to come!
Re: Merry Christmas to HN
#83happy xmas and new year !
Re: Merry Christmas to HN
#84Earlier quoted context omitted.
Python equivalent for convenience: map(lambda x: chr (x + 32), [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]) Just paste it into a python terminal and run it :)
Python 2/3 compatiblity: "".join(map(lambda x: chr (x + 32), [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]))
Or as a list comprehension if that's your thing:
"".join([chr(x + 32) for x in [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]])Re: Merry Christmas to HN
#85Merry Xmas to all of you! It's been a pleasure to read and be influenced by great people and minds. Love to Computer Science!
Re: Merry Christmas to HN
#86Merry Christmas to you too!
Re: Merry Christmas to HN
#87Merry Christmas!
Re: Merry Christmas to HN
#88This seems as good a place as any to point this out: take a look at the numbers on the frontpage.
At the moment now it's default orange again. Xmas theme turned off?
That was me. I turned it on in the REPL last night, but did it wrong. Leapt out of bed this morning thinking "Doh! I bet it switched off." Which it had.
Re: Merry Christmas to HN
#89Merry Christmas! I've thoroughly enjoyed lurking at HN for the last year. Looking forward to another year of interesting articles!