similar to: Summer of Code

Displaying 20 results from an estimated 10000 matches similar to: "Summer of Code"

2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 Jan 23
15
Looking for DB/Model Design Suggestions
Hi, I''m working on an app - my first Rails - and am looking for some suggestions on the best way (or good way) to set up my models / DB. In general there are teams and matches; a team will participate in multiple matches, and in each match there will be 6 teams - 3 vs. 3. I''m going to want to be able, for a particular team, pull up all matches for that team, to display a
2006 May 29
8
Rails and user authentification
I am a the point now where I have to add user authentification to my application. Anyone can point me toward an easy to use / secure library? I know about ActiveRBAC and was wondering if there is anything else that I should consider. Thanks! -- Posted via http://www.ruby-forum.com/.
2009 Mar 15
2
Summer of Code, LLVM, parallelization and R
Hi everybody, I'm currently working towards my Master's degree as a student of Computer Science at the University of Saarbr?cken and highly interested in compiler construction, interpretation techniques, optimization, programming languages and more. :) Two professors of my university approached me about an interesting project just a few days ago: Developing a LLVM-based JIT
2007 Mar 17
2
[LLVMdev] Summer of Code
Google's SoC is becoming a huge program, and I expect we'll get a few students wanting to do LLVM projects. (I already got one and asked him to write to llvmdev.) Is there anyone who can volunteer to put up a simple set of guidelines for LLVM SoC projects? (That will also get LLVM noticed by anyone searching for SoC.) It can be modeled after (but much shorter than) GNU's
2007 Mar 17
0
[LLVMdev] Summer of Code
On Sat, 17 Mar 2007, Vikram S. Adve wrote: > Google's SoC is becoming a huge program, and I expect we'll get a few > students wanting to do LLVM projects. (I already got one and asked him to > write to llvmdev.) Is there anyone who can volunteer to put up a simple set > of guidelines for LLVM SoC projects? (That will also get LLVM noticed by > anyone searching for
2006 Feb 21
5
Abstracting ownership verification out of Controller
Right now I have a controller for "events" that belong to a specific user. I only want the creator to be able to edit or delete the event. I''ve got the proper foreign keys set up. I''ve finally arrived at the point where I can take baby steps with code, but looks like my first steps are in flagrant violation of the DRY principle. Here''s what I have so far in
2007 Mar 17
2
[LLVMdev] Summer of Code
On Sat, 2007-03-17 at 15:29 -0800, Chris Lattner wrote: > On Sat, 17 Mar 2007, Vikram S. Adve wrote: > > Google's SoC is becoming a huge program, and I expect we'll get a few > > students wanting to do LLVM projects. (I already got one and asked him to > > write to llvmdev.) Is there anyone who can volunteer to put up a simple set > > of guidelines for LLVM
2006 Apr 26
4
[LLVMdev] Summer of Code
Hi, I'm planning to apply for SoC and I would like some hints on which projects the community are most interested in. The two projects that I right now think looks most interesting is: * Writing an backend for MIPS and * New Transformations and Analyses - Implement GVN-PRE - Value range propagation pass What do you think, would any of these two make a good SoC project?
2010 Mar 07
1
Google Summer of Code 2010
Google are running their Summer of Code again this year. If you aren't familiar with it already, you can find out more here: http://code.google.com/soc/ I'm wondering if we should apply to take part. I'm happy to act as admin (which I did for SWIG last year so I know what is involved), and put together the application. Mentoring organisations have to apply this week (closing on
2009 Apr 20
1
[LLVMdev] Summer Of Code 2009
Dear all, The information about accepted projects for this year was just announced. Please look at http://socghop.appspot.com/org/home/google/gsoc2009/llvm for comprehensive list of them. SoC students: first of all, I would like to congratulate you with acceptance of your proposals! You did great job answering to comments and refining your proposals! Now it seems you can update the texts of your
2006 Apr 24
9
Summer of Code for wxRuby?
Hi all, You''ve probably heard of Google''s Summer of Code. As this year Ruby Central is registered as a mentoring organisation, it is possible to do Ruby projects or work on existing ones, for example wxRuby :). I would be interested to work on wxRuby as a student. So, my question is, are there tasks that need to be done and would be suitable for a Summer of Code project? If
2010 Mar 23
0
[LLVMdev] Summer of Code idea -- detecting undefined behavior
Is anyone interested in a SoC project to further develop Clang's support for detecting undefined behaviors in C/C++? This is actually a collection of many smaller projects ranging from very easy (detecting divide by zero) to rather nasty (detecting references to out-of-scope automatic variables). If someone does this, I'm happy to help mentor, provide test cases, etc. If done well,
2010 Mar 23
7
[LLVMdev] Summer of Code ideas
On Mar 22, 2010, at 4:34 PM, Nick Frolov wrote: >> There is a high maintenance cost to having backends in the tree (every >> codegen change requires updating all backends). Adding stuff that >> noone uses and can barely test is not goodness. > > So, proposing a backend for an unpopular architecture is not a good idea > for GSoC project in general? We generally prefer
2006 Apr 27
2
summer of code
Congrats Jean Marc, Just heard you got a new google assistant for the Ghost project! Tom ______________________________________________ Tom Harper Lead Software Engineer SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ 918 Parker St, Suite A14 Berkeley, CA 94710 Email: tharper@sightspeed.com Phone: 510-665-2920 Fax: 510-649-9569 My SightSpeed Video Link:
2005 Sep 08
1
Browser support and the increasing # of js frameworks
I''m wondering what other folks think of Dojo (0.1 just released), MochiKit, and some of the other js frameworks relative to prototype/scriptaculous (p/s). P/S seems to have broader support although I''m not sure about IE 5.5 in the other frameworks. A second question is related. I''ve got some AJAX working with prototype + behaviour, and I''m building in refresh