Saturday, December 26, 2009

Christmas.NET - Dedicated to all the programmers out there

  1. using Self;  
  2. using Self.Emotions;  
  3. using Self.Online.Blog;  
  4. using Self.Rides.Bike.Pulsar150;  
  5. using Self.Offline.GirlFriend;  
  6. using Self.Offline.SocialCircle.Dudes;  
  7. using Self.Gadgets.Canon500D;  
  8. using Self.Gadgets.AmazonKindle;  
  9.   
  10. namespace Self.Life.Experience  
  11. {  
  12.     public class Christmas  
  13.     {  
  14.         public Christmas()  
  15.         {  
  16.             InitialiseComponents(Self.Life.Instances[CURRENT_INSTANCE]);  
  17.   
  18.             GalacticDomination.Thread.Suspend();  
  19.   
  20.             Emotion emo = Chrismas_Start(new System.TimeSpan(48, 0, 0));  
  21.             Self.Life.Experience.Add(emo.Summary);  
  22.             Self.Life.Components[2009].Vacation.Add("Chritmas", emo);  
  23.   
  24.             GalacticDomination.Thread.Resume();  
  25.   
  26.             var settings = new { Audience = "Public", LevelOfDetail = "Overview", OutputLanguage = "Human, C# v3.5" };  
  27.   
  28.             Blogs[TECH_BLOG].Post(this, emo, settings);  
  29.         }  
  30.   
  31.         [System.Serializable]  
  32.         [System.STAThread]  
  33.         public Emotion Chrismas_Start(System.TimeSpan duration)  
  34.         {  
  35.             if (Self.CurrentStatus == Status.Married)  
  36.             {  
  37.                 Monotonus.Do("boring, chistmas tree, boring, big dinner, boring, gifts under tree, boring");  
  38.                 throw new InvalidSystemStateException("maybe try a few linux commands like sudo. If not on mono then no chance buddy");  
  39.             }  
  40.   
  41.             Shopping("Gifts""for friends, family, her");  
  42.   
  43.             WithHer("Bike to Secluded spots, Curvy Hilly Roads""use lots of breaking ;)");  
  44.             WatchMovie("London Dreams""could have been better movie but only spent half the time actually watching movie");  
  45.             WithHer("xoxo""[censored]");  
  46.             WithHer("Dinner""Chinese");  
  47.             if (GiveGift("Her""Necklace").IsHappy) Self.MentalState.SaveSnapshot();  
  48.             WithHer("xoxo""[censored], snuggle, [censored], snuggle");  
  49.             Gadget("Kindle""Read some more from 'Spin by Robert Charles Wilson'");  
  50.   
  51.             duration.Subtract(new System.TimeSpan(24, 0, 0));  
  52.   
  53.             BikeTo("Mussoorie""No Snow, still lots of fun");  
  54.             WatchMovie("De Dana Dan""great Hera Pheri like fun");  
  55.             Gadget("Kindle""Catch up on blogs using google reader mobile ed.");  
  56.   
  57.             BikeTo("Back Home""make too much noise, overspeed, pit stop for beer");  
  58.             WithBuddies("Get Drunk""best part of the day");  
  59.             GiveGift("Buddies""Suspicious dvds, " + Emoticons.EvilGrin.Load());  
  60.             Gadget("Canon500D""takes pics of buddies in wierd and compromising situations");  
  61.             WithBuddies("Passed Out""best part of the Night");  
  62.   
  63.             duration.Subtract(new System.TimeSpan(24, 0, 0));  
  64.   
  65.             return new Emotion(this"Happy""Huge Handover");  
  66.         }  
  67.     }  
  68. }  

3 comments:

  1. Cool man...would love to see something similar in SQL :P

    ReplyDelete
  2. sure it is as easy as

    var settings = new {
    Audience = "Public",
    LevelOfDetail = "Overview",
    OutputLanguage = "Human, SQL"
    };

    right? :D

    ReplyDelete
  3. Hi guys...the Computer Society Of India (CSI) is launching a Knowledge Management portal.....u could interact wit some of the coutries top programmers and IT professionals through this initiative....do visit it ....http://bit.ly/cdps21

    ReplyDelete