Changes between Version 29 and Version 30 of GoogleCodeIn2010Tasks
- Timestamp:
- 10/30/10 20:01:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleCodeIn2010Tasks
v29 v30 68 68 = Proposed tasks = 69 69 70 == Task : Create Snazzy Logo for Parrot on RTEMS == 71 72 Potential Mentors: kid51 73 74 Difficulty: Easy 75 76 Background: Graphics 77 78 '''Details''': Parrot Virtual Machine and the RTEMS project, which is a real-time embedded operating system, have been teaming up, so that Parrot can run on satellites and all kinds of other awesome real-time hardware. We need a logo for this project. It should represent the excitement of being able to use dynamic languages on real-time hardware. 70 79 71 80 == Task : Make parrot.org reflect current development and be more useful == … … 159 168 ''Details'': Math::Primality is a Perl 5 CPAN module that has advanced prime-checking algorithms. It was a GSoC project in 2009. Currently some new algorithms were added, but they don't have proper test coverage. Having better test coverage is necessary because people will rely on the correctness of the algorithms in this module for cryptography and number theory applications. This task will involve the student learning how to build and test Math::Primality, as well as analyzing the test coverage with the Devel::Cover CPAN module. When parts of the code are identified that need more tests, the students will work with the mentor to write tests that verify those parts of the code work correctly. 160 169 161 == Task : Create Snazzy Logo for Parrot on RTEMS ==162 170 163 Potential Mentors: kid51164 165 Difficulty: Easy166 167 Background: Graphics168 169 '''Details''': Parrot Virtual Machine and the RTEMS project, which is a real-time embedded operating system, have been teaming up, so that Parrot can run on satellites and all kinds of other awesome real-time hardware. We need a logo for this project. It should represent the excitement of being able to use dynamic languages on real-time hardware.170 171 171 172 == Task : Increase Test Coverage for NumMatrix2D ==
