User Mike - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T21:35:01Zhttp://stackoverflow.com/feeds/user/96639http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1285379/small-open-source-project7Small open source projectMike2009-08-16T21:25:03Z2009-08-17T12:40:26Z
<p>Hi,
I'm starting to work on a Master's in CS right now though my undergrad is in another field. I have never worked on anything other than what I have written myself. I have never even really worked on a group project in college. So what I would like to do now is to start contributing to some open source project, both because it can help the project and because of the experience I can gain. When I check out code for some of what I imagine to be small projects, I am overwhelmed by the amount of classes and code that I have to dig through to begin to understand what's going on. Can anyone suggest a small open source projects that I can get started with that will help me get experience with some bigger code bases and working with others.</p>
<p>I would prefer the following languages (in no specific order, I guess) Python, C#, Java...</p>
<p>Would rather avoid C/C++ for now.</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1212618/netmeeting-in-c3Netmeeting in C#Mike2009-07-31T13:44:31Z2009-07-31T14:24:42Z
<p>I want to get some of the netmeeting functionality in my C# program. Mainly I want to be able to call a H.323 teleconference system by IP. Google turns up mention of Netmeeting SDK but no download link and it seems that Microsoft has discontinued Netmeeting altogether. </p>
<p>Can someone give a suggestion or a pointer on the best way to go about doing something like this?</p>
http://stackoverflow.com/questions/794245/which-google-api-search-module-for-perl0Which Google API search module for Perl?Mike2009-04-27T16:20:54Z2009-05-07T08:22:51Z
<p>Which Google API search module for Perl do you recommend?</p>
<p>REST::Google::Search
<a href="http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod" rel="nofollow">http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod</a></p>
<p>or</p>
<p>Google::Search
<a href="http://search.cpan.org/~rkrimen/Google-Search-0.022/lib/Google/Search.pm#Google::Search-" rel="nofollow">http://search.cpan.org/~rkrimen/Google-Search-0.022/lib/Google/Search.pm#Google::Search-</a>>Web(...)</p>
<p>Ease of use is important because I only really need to get the top 2, maybe 3 results from the web search.</p>
<p>Also, is there a module that one knows of for getting things from wikipedia. Again easy of use is important.</p>
http://stackoverflow.com/questions/795327/typing-printing-and-doing-anything-in-russian-with-perl0Typing, printing, and doing anything in Russian with PerlMike2009-04-27T21:20:16Z2009-04-27T21:22:46Z
<p>Hi,
I'm new to doing anything with any language that isn't english. So far the only I've ever done with programming is take input in the basic english letters + numbers and output it. Now I have to manipulate some text in Russian (especially from the Russian wikipedia page) but I have no clue where to start. I google and google but all I get are results that talk about unicode, UTF-8 and other things but those don't make sense to me because I'm not sure what those are referring to. Wikipedia entries themselves appear to be written for people who already know this stuff.</p>
<p>Can anyone point me to a good starting place?</p>
http://stackoverflow.com/questions/795327/typing-printing-and-doing-anything-in-russian-with-perl/795339#795339Comment by Mike on Typing, printing, and doing anything in Russian with PerlMike2009-04-27T21:32:39Z2009-04-27T21:32:39ZThanks. I think that article is what I was looking for :)