Internship
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....
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...
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...
Recipe for Learning programmming :(Reference:http://norvig.c... Get interested in programming, and do some because it is fun. Make sure that it keeps being enough fun so that you will be willing to put in ten years. Talk to other programmers; read other programs. This is more important than any book or training course. Program. The best kind of learning is learning by doing. To put it more technically, "the maximal level of performance for individuals in a given domain is not attained...
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...
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...