posts - 22, comments - 29, trackbacks - 0

My Links

News

Twitter












Archives

Post Categories

Fun

MS Tech Ed 2011 Coming Soon
Microsoft Tech ed 2010 was a great success. Infact Most of such conferences always provide a great place to meet other technology enthusiasts and ofcourse,whats in the pipeline for future products of a company or field.. And yet again,MS Tech ed India is coming on 23-25 march in Banglore,India.Well,the place is ofcourse right suited for any IT/Computing conference.After all,Its Silicon Valley of India.. From Last year.I remember a session by Harish about “Building pure client side apps with Jquery...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, February 25, 2011 1:52 AM | Feedback (0) | Filed Under [ Fun ]

Whats new in My Life:Robotics,Azure
AZURE: I haven’t blogged from long time.I was actually busy with doing some Azure. For any starters with Azure,I would recommend to go with Neil: http://nmackenzie.spaces.li... Awesome content. Another thing that has come in my interests:Robotics Yes,I am finally reading up on robotics, specially the mobile robotics. Since,I don’t have any prof to guide yet,I am doing it independently by reading research papers and books. My first robot is not autonomous but...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Saturday, March 20, 2010 6:46 PM | Feedback (0) | Filed Under [ Fun ]

Capturing optional groups in regular expressions?
string input = @"cool man dog no dude yes fight son"; string pattern = @"cool (?<hello>((.)* )) (?<h>( (dude)?)) (?(h)(?<dude>((.)*)))"; MatchCollection matches = Regex.Matches(input, pattern, RegexOptions.ExplicitCapture | RegexOptions.IgnorePatternW... foreach (Match match in matches) { Console.WriteLine("dude=" + match.Groups["dude"].Value); Console.WriteLine("hello=" + match.Groups["hello"].Value); Console.ReadLine(); } /*Output- dude= hello= man dog no dude yes fight...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, December 24, 2009 7:05 AM | Feedback (2) | Filed Under [ Fun ]

What happened to my vacations
College is opening tommorow and I am thinking what i have done in past 1 and half months of vacations. The only thing i can remember is bluz,my open source project. Where is that p2p thing i decided earlier? All the research papers about skype,overlay networks ,guntella etc are lying there on disk as it is.i have read them only once.I have read not understood.. The positive side of vacations is: 1)I learned a lot about WPF,Blend etc. 2) I am participating in win7 contest based on above experience....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, July 21, 2009 5:20 PM | Feedback (0) | Filed Under [ Fun ]

New Open Source Project-Bluz(Next Generation Media Player)
hi guys. I have just released a pre beta release of next generation media player bluz. Link is here: http://code.google.com/p/bluz/ Its based on vlc libraries and bass and a couple of others for various tasks. Its in c#,WPF but if any of you would like to contribute through any means. The UI is purely in XAML,I am not a good designer,Even all icons are made in XAML. . If any of you would like to contribute through coding various modules or helping me develop the website,it would be nice of you to...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 15, 2009 8:49 AM | Feedback (0) | Filed Under [ Fun ]

I got task for summers:Study p2p architectures
This is in continuation to my last post in which i was confused of "what to do in summers". After a lot of thinking,I have got the answer. I'll study/research on "p2p architectures and there use in enterprises"...Lets see how it goes,i have semester exams next week and i have downloaded a lot of books/technical papers to get started. .. p2p will help me distinguish my music player from others in the market... I'll also look at using the p2p library "Brunet" which is not much publicized as gnutella...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, May 03, 2009 12:14 AM | Feedback (0) | Filed Under [ Fun ]

What to do in summer?
I am a Computer science student and there is a big Question mark of what i'll do in summers. Ofcourse,I have some projects to do ,But even then i would like to get some internship.A fun and learning opportunity at the same time,i can earn too.. But this recession has really affected my internship hopes.. Companies like Microsoft,Google are giving paid internships to Phd Students only and i am a pursuing undergraduate from not so famous college. ..And they require some big references which i am not...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, April 16, 2009 4:24 AM | Feedback (1) | Filed Under [ Fun ]

ListView DragDrop in WPF,multiselect
After going through the web ,I haven't got anything that i can use directly to enable drag drop between two listview controls or within same for multiple items. The best thing available in my opinion is this one by Josh smith: http://www.codeproject.com/... But it is for single SelectionMode only Another one for multiselct is this: http://www.codeproject.com/... But the second one has many limitations.. So i have done some work to extend...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, March 02, 2009 5:46 PM | Feedback (5) | Filed Under [ Fun ]

How to Wrap hard disk in a control?Help
Well..I am trying to index my hard disk. After making an initial Index,I want to get notified from hard disk for any change in the file system on any drive whatsoever (Removable media not into account).The hard disk will notify a background running windows service(of my app) for event like file moved,copied,deleted,created etc. U can say,i want to make my hard disk a control like a button which fires event when clicked.Using Windows Indexing Service would be an overkill. Any suggestions or ideas...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, November 28, 2008 5:38 AM | Feedback (2) | Filed Under [ Fun ]

algo for kth smallest no .
Well,I am trying hard to get an internship preferably from Microsoft and that too in US.. Now a days, i am trying to build an Impressive portfolio..But these end semester exams have really made my pace a little slow towards doing some creative things. Anyways,I was reading up some Interview experiences of Interns at Microsoft..In that i got a question,: Ques:"Finding the kth smallest element in a given unsorted sequence of nos."? The intern answered that we can sort and then find that kth no. Well...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, November 24, 2008 3:56 AM | Feedback (3) | Filed Under [ Fun ]

Full Fun Archive

Powered by: