Changes between Version 43 and Version 44 of GSoc2011

Show
Ignore:
Timestamp:
04/04/11 20:42:42 (11 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v43 v44  
    6060=== Embed Parrot in Mozilla Firefox === 
    6161 
    62  * '''Difficulty''': <3/5> 
     62 * '''Difficulty''': <4/5> 
    6363 * '''Links of Interest''': http://docs.parrot.org/parrot/devel/html/docs/embed.pod.html http://groups.google.com/group/parrot-dev/browse_thread/thread/2e7a1721cb5d7f73?pli=1 
    6464 * '''Possible Mentors''':  
    6565 * '''Details''': Embed Parrot into Mozilla Firefox. This will require some research. 
    66  * '''Expected Deliverables''': Ability to load bytecode and execute PIR from the Firefox web browser. 
     66 * '''Expected Deliverables''': Ability to load and run bytecode from the Firefox web browser. Documentation and tests that show that the code works and how to use it.. 
    6767 
    6868=== Embed Parrot into Inkscape === 
    6969 
    70  * '''Difficulty''': <UNKNOWN (x/5)> 
     70 * '''Difficulty''': <4/5> 
    7171 * '''Links of Interest''': http://inkscape.org/ 
    72  * '''Possible Mentors''': <UNKNOWN> 
    73  * '''Details''': <NONE> 
    74  * '''Expected Deliverables''': <UNKNOWN> 
     72 * '''Possible Mentors''': 
     73 * '''Details''': Embed Parrot inside of Inkscape, to allow Inkscape to be scripted with any language Parrot understands. 
     74 * '''Expected Deliverables''': Load and run bytecode with new Embed API from within Inkscape. Documentation and tests that show that the code works and how to use it. 
     75 
     76=== Parrot bindings to Tor === 
     77 
     78 * '''Difficulty''': <2/5> 
     79 * '''Links of Interest''': http://torproject.org 
     80 * '''Possible Mentors''': 
     81 * '''Details''': Embed Parrot inside of Tor, to allow Tor to be scripted with any language Parrot understands. 
     82 * '''Expected Deliverables''': Load and run bytecode with new Embed API from within Tor. Allow the basic creation and destruction of Tor circuits. The student should concentrate on the API to create an internal Tor node (not an exit node) to reduce the scope of the project. If the student has extra time, the exit node API can be worked on.  Documentation and tests that show that the code works and how to use it.. 
    7583 
    7684=== Bytecode Emitters for POST ===