Santa Claus as a developer
-
there would be just one package and all Kids are referencing to that one.
regards Torsten When I'm not working
TorstenH. wrote:
there would be just one package and all Kids are referencing to that one.
But each of them will get a unique interface (gift wrap).
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
All the reindeers would be busy doing events... (ehm, sorry, you said 'developer')
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Dalek Dave wrote:
Christmas would be delivered by April
and the new era of Christmas will probably carry the i-prefix (iChristmas)
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
Sunny Oludayo Alli wrote:
how will Christmas look like?
I have no idea. All I do know is that he would leave everything till the very last moment and then pull an all-nighter on the eve of delivery.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
A little creative recruitment, and a company dress code, and they could...
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
Then he would either be delivering presents in a 911 or a M3 since that is what Programmers with too much money seem to buy.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
-
Thanks Nikil!
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
There would be no easter eggs in his applications. Christmas Trees would be binary -- or fractals. If you received socks you could press undo. We wouldn't leave him milk. He would enter through a back door.
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
He's making a list, and checking it twice. Gonna find out who's naughty and nice...
List SantasList = new List();
foreach (var kid in TheWorld.Children)
{
SantasList.Add(kid);
}SantasHelper.CheckList(SantasList);
SantasHelper.CheckList(SantasList);var NaughtyList = SanatsList.Where(x => x.IsGood != true);
var NiceList = SantasList.Where(x => x.IsGood == true);As for the children... He sees you when you're sleeping, He knows when you're awake. He knows when you've been bad or good, So be good for goodness sake!
public class Child
{
public String FirstName { get; set; }
public String LastName { get; set; }
public bool IsGood { get; set; }
public bool IsAwake { get; set; }
}Although in looking at this, I'm sure its all wrong. Santa is probably a master at massively parallel computing; how else does he visit all of those girls and boys around the world in a single night?!
Be The Noise
-
-
Sunny Oludayo Alli wrote:
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
There wouldn't be elves, that's for sure.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011) "It is the celestial scrotum of good luck!" - Nagy Vilmos (2011) -
Are you telling me that's not what elves would look like if developers were in charge? :laugh:
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water
-
Sunny Oludayo Alli wrote:
how will Christmas look like?
I have no idea. All I do know is that he would leave everything till the very last moment and then pull an all-nighter on the eve of delivery.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
He already does.. all gifts to be delivered in a night... maybe he actually is a Developer.. search google for William Severance... he actually is a developer, and really looks like Santa.. ;P
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
Oh no, please, don't even think about it. Imagine how many of these we'd receive as excuses: The following recipient(s) could not be reached: santa@north.pole on 12/25/2011 23:59 PM The e-mail account does not exist at the organization this message was sent to. Check the e-mail address, or contact the recipient directly to find out the correct address.
"To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson
-
There would be no easter eggs in his applications. Christmas Trees would be binary -- or fractals. If you received socks you could press undo. We wouldn't leave him milk. He would enter through a back door.
PIEBALDconsult wrote:
He would enter through a back door.
And instead of leaving a brand new xbox 360, he would leave a hand-crafted wooden Trojan horse.
"To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
-
I was just wondering if Santa Claus had been a developer in his own time, how will Christmas look like? Any idea?
All of his lists will be O(2n)
-