From dietz.72 at osu.edu Wed Apr 2 11:17:53 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Wed Apr 2 11:27:35 2008 Subject: [opensource] Fwd: Notice to Opensource Club members: student position available In-Reply-To: <47F3A169.7070802@osu.edu> References: <47F3A169.7070802@osu.edu> Message-ID: <240a31830804020817k7be7988ew40514bbb27cb9833@mail.gmail.com> FYI ---------- Forwarded message ---------- From: Travis Ritter Date: Wed, Apr 2, 2008 at 11:08 AM Subject: Notice to Opensource Club members: student position available To: dietz.72@osu.edu Technology Enhanced Learning and Research (TELR) is looking for a student technician with a deeper-than-average interest in technology. The nature of the position will depend on the applicant pool, but it is certain to provide valuable experience with server administration, development, or quality assurance testing. Thank you for your help, Travis -- Travis Ritter Senior eLearning Application Administrator Technology Enhanced Learning and Research (TELR) The Ohio State University 614.247.2448 ritter.18@osu.edu -- == Peter Dietz Computer & Information Science -- The Ohio State University -------------- next part -------------- A non-text attachment was scrubbed... Name: technician-4.pdf Type: application/pdf Size: 142787 bytes Desc: not available Url : http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080402/f5b0dbb4/technician-4-0001.pdf From dietz.72 at osu.edu Thu Apr 3 16:30:16 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Thu Apr 3 16:30:25 2008 Subject: [opensource] source code management Message-ID: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> I'm curious as to what experience everyone has, and what they recommend for source control management, the fancy word for version control / revision history for files? For 560 we will be starting our project and I don't think sitting at the same computer or emailing the hell out of one guy will be a happy way to do this. So how do people like or loathe svn, cvs, bitkeeper, git, emailing the hell out of one guy for keeping software projects easy, workable, efficient. --- +++ ==> As for having a meeting tonight, I would like to cover svn/cvs and such, but I know that I can't tackle that, atleast not yet, so I think it might be best to have that as our meeting for next week. Meeting: not tonight, save it for next week. ==> -- == Peter Dietz Computer & Information Science -- The Ohio State University From wrl at express.org Thu Apr 3 16:33:31 2008 From: wrl at express.org (William R. Lorenz) Date: Thu Apr 3 16:33:40 2008 Subject: [opensource] source code management In-Reply-To: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> References: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> Message-ID: We used svn and Trac for our project, and it helped a LOT for management. http://trac.edgewall.org/ You can also get Eclipse plugins for svn (and other IDEs, I'm sure). The source viewing and wiki Trac provided proved invaluable for coordination. Hope this helps. Have fun this quarter. ;-) On Thu, 3 Apr 2008, Peter Dietz wrote: > I'm curious as to what experience everyone has, and what they recommend > for source control management, the fancy word for version control / > revision history for files? > > For 560 we will be starting our project and I don't think sitting at the > same computer or emailing the hell out of one guy will be a happy way to > do this. So how do people like or loathe svn, cvs, bitkeeper, git, > emailing the hell out of one guy for keeping software projects easy, > workable, efficient. -- William R. Lorenz "In life, we come across many times to be average and few chances to be great. The trick is knowing the difference and being ready when the doors are open." From bergman.77 at osu.edu Thu Apr 3 16:47:29 2008 From: bergman.77 at osu.edu (Shain Bergman) Date: Thu Apr 3 16:47:42 2008 Subject: [opensource] source code management In-Reply-To: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> References: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> Message-ID: Hey Peter, I'd recommend setting up a Subversion (SVN) server. CS&E Help Desk may be able to help you there as they at one point hosted a SVN server. However, I'd probably go with setting up your own on a dedicated host so that user accounts priviledges are easier. Most of the clients and plugins (for Ubuntu, Linux, and other) are pretty good and allow you to manage everything well regardless of where it is. Cheers, --S -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080403/88726a2b/attachment.html From dinan at cse.ohio-state.edu Thu Apr 3 17:57:27 2008 From: dinan at cse.ohio-state.edu (James Dinan) Date: Thu Apr 3 17:59:35 2008 Subject: [opensource] source code management In-Reply-To: References: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> Message-ID: <47F552C7.5040909@cse.ohio-state.edu> In terms of setting something up for a class project, you could use google code: http://code.google.com/hosting/ It's free and I think they give you SVN access to the repository. Cheers, ~jim. Shain Bergman wrote: > Hey Peter, > > I'd recommend setting up a Subversion (SVN) server. > CS&E Help Desk may be able to help you there as they at one > point hosted a SVN server. However, I'd probably go with > setting up your own on a dedicated host so that > user accounts priviledges are easier. Most of the clients and > plugins (for Ubuntu, Linux, and other) are pretty good and allow > you to manage everything well regardless of where it is. > > Cheers, > --S > > > ------------------------------------------------------------------------ > > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource -- James Dinan Dept Computer Science and Engineering The Ohio State University From silas.baronda at gmail.com Thu Apr 3 17:10:04 2008 From: silas.baronda at gmail.com (Silas Baronda) Date: Thu Apr 3 19:11:31 2008 Subject: [opensource] source code management In-Reply-To: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> References: <240a31830804031330w111f7a33qb3b1e14f62fe00de@mail.gmail.com> Message-ID: <3977537a0804031410y4bb1ab74jc82fb54b93667343@mail.gmail.com> I like using a decentralized type of SCM tool. SVN and CVS are old school and there are bigger and better. I use Mercurial [http://www.selenic.com/mercurial/wiki/] which I love. Very easy to use and very popular among big projects and yet small projects. It also just turned 1.0 The benefit to decentralized is that you don't have to setup a server to sync you commits with people. Here is the wiki page for it also http://en.wikipedia.org/wiki/Mercurial_(software) and here is a description of Decentralized [http://en.wikipedia.org/wiki/Distributed_revision_control] On Thu, Apr 3, 2008 at 4:30 PM, Peter Dietz wrote: > I'm curious as to what experience everyone has, and what they > recommend for source control management, the fancy word for version > control / revision history for files? > > For 560 we will be starting our project and I don't think sitting at > the same computer or emailing the hell out of one guy will be a happy > way to do this. So how do people like or loathe svn, cvs, bitkeeper, > git, emailing the hell out of one guy for keeping software projects > easy, workable, efficient. > > > --- > +++ > > ==> > As for having a meeting tonight, I would like to cover svn/cvs and > such, but I know that I can't tackle that, atleast not yet, so I think > it might be best to have that as our meeting for next week. > > Meeting: not tonight, save it for next week. > ==> > > > -- > == > Peter Dietz > > Computer & Information Science -- The Ohio State University > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > From paul at paulbetts.org Thu Apr 3 22:21:32 2008 From: paul at paulbetts.org (Paul Betts) Date: Thu Apr 3 22:21:44 2008 Subject: [opensource] source code management In-Reply-To: <47F552C7.5040909@cse.ohio-state.edu> References: <47F552C7.5040909@cse.ohio-state.edu> Message-ID: <88f25a8099868aa70f739b4e5366c393@localhost> All of these are inferior once you learn Git. Seriously. I used to think svn was good too but git blows all of them away. There's a good, free (for F/OSS) git hosting at Github.com. There's a good tutorial at http://www.kernel.org/pub/software/scm/git/docs/tutorial.html, and the Git cheat sheet at http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html is handy too. On Thu, 03 Apr 2008 17:57:27 -0400, James Dinan wrote: > In terms of setting something up for a class project, you could use > google code: http://code.google.com/hosting/ > > It's free and I think they give you SVN access to the repository. > > Cheers, > ~jim. > > Shain Bergman wrote: >> Hey Peter, >> >> I'd recommend setting up a Subversion (SVN) server. >> CS&E Help Desk may be able to help you there as they at one >> point hosted a SVN server. However, I'd probably go with >> setting up your own on a dedicated host so that >> user accounts priviledges are easier. Most of the clients and >> plugins (for Ubuntu, Linux, and other) are pretty good and allow >> you to manage everything well regardless of where it is. >> >> Cheers, >> --S >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Opensource mailing list >> Opensource@cse.ohio-state.edu >> http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > > -- > James Dinan > > Dept Computer Science and Engineering > The Ohio State University > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource -- Paul Betts From salehi at cse.ohio-state.edu Thu Apr 3 22:30:02 2008 From: salehi at cse.ohio-state.edu (Farhad Salehi) Date: Thu Apr 3 22:30:06 2008 Subject: [opensource] Meeting #3: Android and FCC Spectrum Auction In-Reply-To: References: <240a31830801240715x6854e4f6m360e72d34857fb32@mail.gmail.com> Message-ID: Brian Swaney wrote: > / > Peter Dietz wrote:/ >> and not spending our money on an iPhone. > I hope not... That is almost as pointless as Farhad's idea of the giant > cheese wheel, and it's not restrictive enough. Maybe the GPhone whenever > that comes out, but I still see no need for a club cell phone. > > -Brian Swaney > What is wrong with the giant cheese wheel. Look it goes like this: 1. Purchase Giant Cheese Wheel 2. ???? 3. Profit Did I mention there is a giant wheel of cheese involved. Anyways, I may bring my new laptop to the meeting and if so I will discuss how I may at a future meeting show how to hack it and get it to work. I also am working still on my Wiimote hacks that I will ultimately get around to presenting (could use help on it though). From gordonto at cse.ohio-state.edu Thu Apr 3 22:30:03 2008 From: gordonto at cse.ohio-state.edu (Tobias Gordon) Date: Thu Apr 3 22:30:07 2008 Subject: [opensource] C++ IDE for Linux In-Reply-To: References: Message-ID: daniel jensen wrote: > All- > I have to develop some programs in c++... Since we all are > running Linux I would like to ask which IDE is preferred for programming > in our Linux environment??? > > Thanks - Daniel I would suggest Eclipse if it's a larger project as well. Smaller projects, vim or (x)emacs. Best of luck From gordonto at cse.ohio-state.edu Fri Apr 4 01:31:32 2008 From: gordonto at cse.ohio-state.edu (Tobias Gordon) Date: Fri Apr 4 01:34:05 2008 Subject: [opensource] source code management In-Reply-To: References: <47F552C7.5040909@cse.ohio-state.edu> Message-ID: I've used svn and cvs, much preferring svn. I think I will take your advice and check out Git. Svn is definitely a fine choice for 560 though - my group used it without any problems. Paul Betts wrote: > All of these are inferior once you learn Git. Seriously. I used to think svn was good too but git blows all of them away. There's a good, free (for F/OSS) git hosting at Github.com. There's a good tutorial at http://www.kernel.org/pub/software/scm/git/docs/tutorial.html, and the Git cheat sheet at http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html is handy too. > > On Thu, 03 Apr 2008 17:57:27 -0400, James Dinan wrote: >> In terms of setting something up for a class project, you could use >> google code: http://code.google.com/hosting/ >> >> It's free and I think they give you SVN access to the repository. >> >> Cheers, >> ~jim. >> >> Shain Bergman wrote: >>> Hey Peter, >>> >>> I'd recommend setting up a Subversion (SVN) server. >>> CS&E Help Desk may be able to help you there as they at one >>> point hosted a SVN server. However, I'd probably go with >>> setting up your own on a dedicated host so that >>> user accounts priviledges are easier. Most of the clients and >>> plugins (for Ubuntu, Linux, and other) are pretty good and allow >>> you to manage everything well regardless of where it is. >>> >>> Cheers, >>> --S >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Opensource mailing list >>> Opensource@cse.ohio-state.edu >>> http://mail.cse.ohio-state.edu/mailman/listinfo/opensource >> >> -- >> James Dinan >> >> Dept Computer Science and Engineering >> The Ohio State University >> _______________________________________________ >> Opensource mailing list >> Opensource@cse.ohio-state.edu >> http://mail.cse.ohio-state.edu/mailman/listinfo/opensource From powers.161 at osu.edu Fri Apr 4 15:33:38 2008 From: powers.161 at osu.edu (Evan Powers) Date: Fri Apr 4 15:33:47 2008 Subject: [opensource] source code management In-Reply-To: References: <47F552C7.5040909@cse.ohio-state.edu> Message-ID: <6682cfcf0804041233h240f93a1pa44485c734e86638@mail.gmail.com> I second Mercurial. You get 99% of the git functionality you're likely to use within first few years of having a DVCS[*] while being just as easy to use as Subversion. Because it's distributed, working in a small group without dedicated central server resources is quite painless (and nobody needs to be elected system administrator), and the learning curve is quite reasonable. While Mercurial did just reach 1.0, it's been in production use for years; the 1.0 number is largely meaningless for that project. Don't use anything less sophisticated than Subversion. No CVS and certainly no SourceSafe, but that probably goes without saying in this crowd. ;-) Bitkeeper you'd have to pay for, and Larry's jaw would hit the floor if he heard someone from the OSU Opensource club, of all places, had done that. - Evan [*] You will, eventually, want to learn git, but Mercurial is a worthwhile intermediate step. From porr.4 at osu.edu Wed Apr 9 09:04:11 2008 From: porr.4 at osu.edu (Adam Porr) Date: Wed Apr 9 09:04:21 2008 Subject: [opensource] Appending list of files to CVS log message Message-ID: <2772ffef0804090604p77c8f65leafe0841ca29a502@mail.gmail.com> Hi all Does anybody know if there is an easy way to tell CVS to append a list of the affected files to the end of a commit message? In other words, I want the commit message to consist of something like this: Some comments from the user. More commments. ----------------------------------------------- /path/to/file1 /path/to/another/file /path/to/third/file Thanks! Adam -- gpg --keyserver pgp.mit.edu --recv-keys F7F72CBA 2E02 EEAC EF67 E8B3 1FA5 6DF4 A0FB C0CF F7F7 2CBA From dietz.72 at osu.edu Thu Apr 10 15:26:57 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Thu Apr 10 15:27:10 2008 Subject: [opensource] Meeting Tonight: source code management systems Message-ID: <240a31830804101226h3af2609dg802a82ccdf488c5a@mail.gmail.com> Tonight's meeting we will be talking about Source Code Management (SCM), things such as Subversion SVN, Concurrent Versioning System CVS, and definitely not git (because the mental requirements are too high, but maybe I'll show a snippit of 'Linus on git'). I'll bring a machine in from our lab for us to install these on, and essential make us a repository, (insert disclaimer here). Additionally, Google released App Engine, http://code.google.com/appengine/ which uses Google's infrastructure as a hosted framework for your own web application development, so expect a few words on that. Meeting info Dreese Labs 266 @ 7pm tonight (Thursday April 10) Also, I would like someone knowledgeable on virtualization to give a presentation/talk/demo on that, because I think that is f'n sweet. Also, Ubuntu 8.04 Hardy Heron will be officially released at the end of the month, and it brings several key improvements. Personally I'm happy that ATI has finally developed video drivers and with the latest Xorg, my old radeon 9800 is powering dual monitors quite nicely. So I would like to promote this on campus, either by hoisting an ubuntu flag, and voting Ubuntu for USG, or just ordering, burning, and passing out install discs. -- == Peter Dietz Computer & Information Science -- The Ohio State University From linux at elfshadow.net Thu Apr 10 16:56:30 2008 From: linux at elfshadow.net (Jeffrey Tadlock) Date: Thu Apr 10 16:56:39 2008 Subject: [opensource] Meeting Tonight: source code management systems In-Reply-To: <240a31830804101226h3af2609dg802a82ccdf488c5a@mail.gmail.com> References: <240a31830804101226h3af2609dg802a82ccdf488c5a@mail.gmail.com> Message-ID: <10e0a9b00804101356w10940eb5l8fcdf84367a8a2f8@mail.gmail.com> On Thu, Apr 10, 2008 at 3:26 PM, Peter Dietz wrote: > Also, Ubuntu 8.04 Hardy Heron will be officially released at the end > of the month, and it brings several key improvements. In addition to an Ubuntu release at the end of the month - Fedora 9 is scheduled to release on April 29th. The release schedule is here: http://fedoraproject.org/wiki/Releases/9/Schedule The Beta Release Notes are here: http://fedoraproject.org/en/f9-beta-relnotes And there will be a release party held in Columbus which will be announced soon. ~Jeffrey From dietz.72 at osu.edu Mon Apr 14 21:28:14 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Mon Apr 14 21:28:27 2008 Subject: [opensource] automated email parsing Message-ID: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> Paul Betts a while back made a door access email program that accepted input from an email, and then was able to parse it, extract data, and then make a decision on it. I would like to some similar thing, (not related to the door, nor will it be likely to cause a stir), but it would need to take in emails, grab the data, and in my case, put it in a mysql database. My question is, where do I begin? I'm comfortable doing processing of strings, so that I can do, but how do I get a program I make get activated by emails, and so and so forth. for an example, here is some sample data... (for football) Statistics phant0mX22 BUDDHA1010 Rushing attempts for 5 27 Rushing yards for 23 286 Passing attempts for 30 16 Passing yards for 417 159 Punts 1 0 Thank you. (why do I think I'm going to get a reply that I should go learn perl...) -- == Peter Dietz Computer & Information Science -- The Ohio State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080414/8cec506c/attachment-0001.html From wrl at express.org Mon Apr 14 21:41:02 2008 From: wrl at express.org (William R. Lorenz) Date: Mon Apr 14 21:41:13 2008 Subject: [opensource] automated email parsing In-Reply-To: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> References: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> Message-ID: Peter, On Mon, 14 Apr 2008, Peter Dietz wrote: > Paul Betts a while back made a door access email program that accepted > input from an email, and then was able to parse it, extract data, and > then make a decision on it. [...] (why do I think I'm going to get a > reply that I should go learn perl...) Install procmail. Then, go learn Perl. ;-) > I would like to some similar thing, (not related to the door, nor will > it be likely to cause a stir), but it would need to take in emails, grab > the data, and in my case, put it in a mysql database. My question is, > where do I begin? > > I'm comfortable doing processing of strings, so that I can do, but how > do I get a program I make get activated by emails, and so and so forth. > > for an example, here is some sample data... (for football) > Statistics phant0mX22 BUDDHA1010 > Rushing attempts for 5 27 > Rushing yards for 23 286 > Passing attempts for 30 16 > Passing yards for 417 159 > Punts 1 0 > > Thank you. (why do I think I'm going to get a reply that I should go > learn perl...) -- William R. Lorenz From mistry.7 at osu.edu Mon Apr 14 22:08:12 2008 From: mistry.7 at osu.edu (Anish Mistry) Date: Mon Apr 14 22:09:57 2008 Subject: [opensource] automated email parsing In-Reply-To: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> References: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> Message-ID: <200804142208.12777.mistry.7@osu.edu> On Monday 14 April 2008, Peter Dietz wrote: > Paul Betts a while back made a door access email program that accepted > input from an email, and then was able to parse it, extract data, and then > make a decision on it. > > I would like to some similar thing, (not related to the door, nor will it > be likely to cause a stir), but it would need to take in emails, grab the > data, and in my case, put it in a mysql database. My question is, where do > I begin? > > I'm comfortable doing processing of strings, so that I can do, but how do I > get a program I make get activated by emails, and so and so forth. > > for an example, here is some sample data... (for football) > Statistics phant0mX22 BUDDHA1010 > Rushing attempts for 5 27 > Rushing yards for 23 286 > Passing attempts for 30 16 > Passing yards for 417 159 > Punts 1 0 > > > Thank you. (why do I think I'm going to get a reply that I should go learn > perl...) I created a similar type thing for a work project a couple of months ago. I just used PHP + PEAR::Net_IMAP fired off from a cron job. Using regular expressions it only took about 30 lines of code including some basic header checks, etc. Marked the messages as read and moved them to another folder to indicated that my script had already seen them. -- Anish Mistry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part. Url : http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080414/aa2969ab/attachment.bin From silas.baronda at gmail.com Mon Apr 14 22:12:46 2008 From: silas.baronda at gmail.com (Silas Baronda) Date: Mon Apr 14 22:12:59 2008 Subject: [opensource] automated email parsing In-Reply-To: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> References: <240a31830804141828y67697bfan33ce08976f525d0e@mail.gmail.com> Message-ID: <649D7D60-23A0-420A-B640-0F12CD75BA2B@gmail.com> Good old perl. If you are thinking about using perl and your are piping in via STDIN then look at this. http://groups.google.com/group/perl.beginners/browse_thread/thread/ 67b898fd08620b14/70e9ea351a72ffe0?lnk=st&q=parsing +emails#70e9ea351a72ffe0 I would say that it really matters what format your email is in already. We know from 221 or 222 that it was quite easy to parse email in mbox format. But there are many other popular formats like maildir and what not. What is good is that most scripting languages actually make the grunt work easy for you to deal with. If you just have a Mail Delivery Agent drop messages into a folder this would be really simple to get started. Then you can have a cron job run every 5 minutes or so to read the emails. On Apr 14, 2008, at 9:28 PM, Peter Dietz wrote: > Paul Betts a while back made a door access email program that > accepted input from an email, and then was able to parse it, > extract data, and then make a decision on it. > > I would like to some similar thing, (not related to the door, nor > will it be likely to cause a stir), but it would need to take in > emails, grab the data, and in my case, put it in a mysql database. > My question is, where do I begin? > > I'm comfortable doing processing of strings, so that I can do, but > how do I get a program I make get activated by emails, and so and > so forth. > > for an example, here is some sample data... (for football) > Statistics phant0mX22 BUDDHA1010 > Rushing attempts for 5 27 > Rushing yards for 23 286 > Passing attempts for 30 16 > Passing yards for 417 159 > Punts 1 0 > > > Thank you. (why do I think I'm going to get a reply that I should > go learn perl...) > > -- > == > Peter Dietz > > Computer & Information Science -- The Ohio State University > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource From ramesh.7 at osu.edu Mon Apr 14 22:42:49 2008 From: ramesh.7 at osu.edu (Prashanth Ramesh) Date: Mon Apr 14 22:42:59 2008 Subject: [opensource] Re: ubuntu release In-Reply-To: <200804150137.m3F1b3Fv023508@cse.ohio-state.edu> References: <200804150137.m3F1b3Fv023508@cse.ohio-state.edu> Message-ID: <48041629.9040902@osu.edu> An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080414/a3324985/attachment.html From dietz.72 at osu.edu Tue Apr 15 13:18:09 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Tue Apr 15 13:18:20 2008 Subject: [opensource] Re: ubuntu release In-Reply-To: <48041629.9040902@osu.edu> References: <200804150137.m3F1b3Fv023508@cse.ohio-state.edu> <48041629.9040902@osu.edu> Message-ID: <240a31830804151018l1db21faanc78e732382104d59@mail.gmail.com> Not to fork the efforts of others, but I vote we have our own Ubuntu release party at Ohio State! Burn lots of cd's, and then hand them out to interested students. Weather permitting, we could camp out on the oval and raise awareness. Otherwise, we could just pick a location as our "headquarters". I've never been to a release party, so I don't know what goes on there. On Mon, Apr 14, 2008 at 10:42 PM, Prashanth Ramesh wrote: > Hi, > Is anyone going for the Ubuntu Hardy release party? > I'd like to go, but I would need a ride :( > > Prashanth Ramesh > Graduate Research Associate > Mechanical Engineering > The Ohio State University > ------------------------------------------------------------- > You can drop off large files in the ME Dropbox > . > > > opensource-request@cse.ohio-state.edu wrote: > > Subject: > Re: [opensource] Meeting Tonight: source code management systems From: > "Jeffrey Tadlock" Date: > Thu, 10 Apr 2008 16:56:30 -0400 To: > opensource To: > > opensource > > On Thu, Apr 10, 2008 at 3:26 PM, Peter Dietz wrote: > > > Also, Ubuntu 8.04 Hardy Heron will be officially released at the end > of the month, and it brings several key improvements. > > > In addition to an Ubuntu release at the end of the month - Fedora 9 is > scheduled to release on April 29th. The release schedule is here: > http://fedoraproject.org/wiki/Releases/9/Schedule > > The Beta Release Notes are here: > http://fedoraproject.org/en/f9-beta-relnotes > > And there will be a release party held in Columbus which will be announced soon. > > ~Jeffrey > > > _______________________________________________ > Opensource mailing listOpensource@cse.ohio-state.eduhttp://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > -- == Peter Dietz Computer & Information Science -- The Ohio State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080415/e9c40161/attachment-0001.html From swaney.29 at osu.edu Tue Apr 15 18:12:22 2008 From: swaney.29 at osu.edu (Brian Swaney) Date: Tue Apr 15 18:12:31 2008 Subject: [opensource] Re: ubuntu release In-Reply-To: <240a31830804151018l1db21faanc78e732382104d59@mail.gmail.com> References: <200804150137.m3F1b3Fv023508@cse.ohio-state.edu> <48041629.9040902@osu.edu> <240a31830804151018l1db21faanc78e732382104d59@mail.gmail.com> Message-ID: <48052846.4020404@osu.edu> An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080415/5b20bdba/attachment.html From ramesh.7 at osu.edu Wed Apr 16 10:46:26 2008 From: ramesh.7 at osu.edu (Prashanth Ramesh) Date: Wed Apr 16 10:46:47 2008 Subject: [opensource] Re: ubuntu release In-Reply-To: <240a31830804151018l1db21faanc78e732382104d59@mail.gmail.com> References: <200804150137.m3F1b3Fv023508@cse.ohio-state.edu> <48041629.9040902@osu.edu> <240a31830804151018l1db21faanc78e732382104d59@mail.gmail.com> Message-ID: <48061142.2040308@osu.edu> An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080416/24d1227c/attachment.html From binadpatel at gmail.com Wed Apr 16 11:44:27 2008 From: binadpatel at gmail.com (Bina Patel) Date: Wed Apr 16 11:44:37 2008 Subject: [opensource] Sun Microsystems event on NetBeans Message-ID: Hi everyone! Sun Microsystems will be holding an event this Thursday, April 17th at 5:30 PM. The talk will focus on NetBeans and mobile game development. The NetBeans IDE is a free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web and mobile applications, in Java, C/C++ and even Ruby. The IDE runs on many platforms including Windows, Linux, Mac OS X and Solaris; it is easy to install and use straight out of the box. What: NetBeans and Mobile Game Development Where: Dreese 263 When: Thursday, April 17th at 5:30 PM Who: Anybody that is interested! As always, free pizza and free Sun stuff will be there. I hope to see you there. If you have any questions/concerns contact me at: binadpatel@gmail.com . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080416/2dfed317/attachment.html From sheets.108 at osu.edu Wed Apr 16 15:37:55 2008 From: sheets.108 at osu.edu (Robert C. Sheets) Date: Wed Apr 16 15:38:18 2008 Subject: [opensource] Meeting Tonight: source code management systems In-Reply-To: <240a31830804101226h3af2609dg802a82ccdf488c5a@mail.gmail.com> References: <240a31830804101226h3af2609dg802a82ccdf488c5a@mail.gmail.com> Message-ID: <48065593.6050605@osu.edu> Peter Dietz wrote: > Tonight's meeting we will be talking about Source Code Management Is there any way these notices could be mailed out toward the beginning of the week, rather than the day before (or even the day of) the meeting? I can't speak for anyone else, but I'd be able to attend more often if I knew about the meeting topics further in advance. -- Robert C. Sheets Office of Information Technology From dietz.72 at osu.edu Wed Apr 16 21:03:38 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Wed Apr 16 21:03:48 2008 Subject: [opensource] Sun Microsystems event on NetBeans In-Reply-To: References: Message-ID: <240a31830804161803r51fad443y5b7e5ee68e38b1e0@mail.gmail.com> I think you forgot to mention that NetBeans rocks. On Wed, Apr 16, 2008 at 11:44 AM, Bina Patel wrote: > Hi everyone! Sun Microsystems will be holding an event this Thursday, > April 17th at 5:30 PM. The talk will focus on NetBeans and mobile game > development. The NetBeans IDE is a free, open-source Integrated Development > Environment for software developers. You get all the tools you need to > create professional desktop, enterprise, web and mobile applications, in > Java, C/C++ and even Ruby. The IDE runs on many platforms including Windows, > Linux, Mac OS X and Solaris; it is easy to install and use straight out of > the box. > > What: NetBeans and Mobile Game Development > Where: Dreese 263 > When: Thursday, April 17th at 5:30 PM > Who: Anybody that is interested! > > As always, free pizza and free Sun stuff will be there. I hope to see you > there. If you have any questions/concerns contact me at: > binadpatel@gmail.com . > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > -- == Peter Dietz Computer & Information Science -- The Ohio State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080416/be8eb114/attachment-0001.html From ramesh.7 at osu.edu Tue Apr 22 20:39:48 2008 From: ramesh.7 at osu.edu (Prashanth Ramesh) Date: Tue Apr 22 20:39:59 2008 Subject: [opensource] ubuntu release Message-ID: <480E8554.2060509@osu.edu> An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080422/16f4867d/attachment.html From dietz.72 at osu.edu Wed Apr 23 13:10:49 2008 From: dietz.72 at osu.edu (Peter Dietz) Date: Wed Apr 23 13:11:04 2008 Subject: [opensource] ubuntu release In-Reply-To: <480E8554.2060509@osu.edu> References: <480E8554.2060509@osu.edu> Message-ID: <240a31830804231010s67037ae0h6708d09ad2a3537@mail.gmail.com> Thursday from like 5-7, I think that there will be a cookout for Engineer's week outside of Science and Engineering Library, I'll be catching dinner there, so maybe we can do some planning. This would be instead of the opensource club meeting at Dreese 266 on thursday.. On Tue, Apr 22, 2008 at 8:39 PM, Prashanth Ramesh wrote: > Hi all, > Any updates on the ubuntu release party? Is anyone from campus going > for the columbus release party? > > Cheers, > > > > > > opensource-request@cse.ohio-state.edu wrote: > > > > Subject: > > Re: [opensource] Meeting Tonight: source code management systems From: > > "Jeffrey Tadlock" Date: > > Thu, 10 Apr 2008 16:56:30 -0400 To: > > opensource To: > > > > opensource > > > > On Thu, Apr 10, 2008 at 3:26 PM, Peter Dietz wrote: > > > > > > Also, Ubuntu 8.04 Hardy Heron will be officially released at the end > > of the month, and it brings several key improvements. > > > > > > In addition to an Ubuntu release at the end of the month - Fedora 9 is > > scheduled to release on April 29th. The release schedule is here: > > http://fedoraproject.org/wiki/Releases/9/Schedule > > > > The Beta Release Notes are here: > > http://fedoraproject.org/en/f9-beta-relnotes > > > > And there will be a release party held in Columbus which will be announced soon. > > > > ~Jeffrey > > > > > > _______________________________________________ > > Opensource mailing listOpensource@cse.ohio-state.eduhttp://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > > > > > _______________________________________________ > > Opensource mailing list > > Opensource@cse.ohio-state.edu > > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > > > > > > -- > == > Peter Dietz > > Computer & Information Science -- The Ohio State University > ------------------------------ > -- > Prashanth Ramesh > Graduate Research Associate > Mechanical Engineering > The Ohio State University > ------------------------------------------------------------- > You can drop off large files in the ME Dropbox > . > > _______________________________________________ > Opensource mailing list > Opensource@cse.ohio-state.edu > http://mail.cse.ohio-state.edu/mailman/listinfo/opensource > > -- == Peter Dietz Computer & Information Science -- The Ohio State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.cse.ohio-state.edu/pipermail/opensource/attachments/20080423/c0a2d202/attachment.html