Difference between revisions of "User:Cgomes7"
(→Releases) |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
My name is Cesar Gomes and I am currently in my final semester at Seneca College. At the end of this semester I will have successfully completed a degree in Applied Technology, majoring in Software Development. DPS909 will be my first involvement with the Open Source projects. I am excited to learn new development and communication techniques that go hand in hand with the Open Source technology. | My name is Cesar Gomes and I am currently in my final semester at Seneca College. At the end of this semester I will have successfully completed a degree in Applied Technology, majoring in Software Development. DPS909 will be my first involvement with the Open Source projects. I am excited to learn new development and communication techniques that go hand in hand with the Open Source technology. | ||
− | == | + | == DPS909 Labs and Blog Posts == |
+ | '''Introduction''' | ||
+ | *[http://cgomes7.wordpress.com/2011/01/18/week-1-introduction-to-open-source/ Introduction Blog Post] | ||
'''Lab 1 - Firefox Build''' | '''Lab 1 - Firefox Build''' | ||
*[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/Firefox_Build Firefox Build] | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/Firefox_Build Firefox Build] | ||
+ | *[http://cgomes7.wordpress.com/2011/01/21/10/ Firefox Build Blog Post] | ||
+ | '''Git GUI''' | ||
+ | *[http://cgomes7.wordpress.com/2011/01/25/git-gui-making-things-easier/ Git GUI Blog Post] | ||
'''Lab 2 - Subtitle Documentation''' | '''Lab 2 - Subtitle Documentation''' | ||
*[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/Subtitle_Documentation Subtitle Documentation] | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/Subtitle_Documentation Subtitle Documentation] | ||
+ | *[http://cgomes7.wordpress.com/2011/03/07/popcorn-js-documentation-subtitle-plug-in/ Blog Post] | ||
+ | '''Lab 3 - Ref Tests''' | ||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/ref_tests Ref Tests] | ||
+ | *[http://cgomes7.wordpress.com/2011/03/18/creating-ref-tests/ Blog Post] | ||
+ | '''Lab 4 - Minefield Changes''' | ||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/minefield_changes Minefield Changes] | ||
+ | *[http://cgomes7.wordpress.com/2011/03/29/modifying-minefield/ Blog Post] | ||
− | + | '''Lab 5 - Firefox Bug''' | |
− | '''Lab | + | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/map_tests Map Tests] |
− | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/ | + | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch Patch 1] |
+ | *[http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch2.patch Patch 2] | ||
+ | *[http://matrix.senecac.on.ca/~cgomes7/mapTests/test_bug565031.html Map Tests 2] | ||
+ | *[http://ted.mielczarek.org/code/mozilla/mochitest-maker Mochitest-Maker] | ||
− | == Releases == | + | == DPS909 Releases == |
'''0.1''' | '''0.1''' | ||
Line 41: | Line 56: | ||
[https://github.com/cgomes7/processing-js/tree/1016 Repository] | [https://github.com/cgomes7/processing-js/tree/1016 Repository] | ||
+ | [http://cgomes7.wordpress.com/2011/01/31/week-4-figuring-out-bug-1016/ Blog Post] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/02/02/solving-1016/ Blog Post] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/02/07/week-5-testing-1016/ Blog Post] | ||
Bug 322 - Popcorn.js | Bug 322 - Popcorn.js | ||
Line 46: | Line 66: | ||
[https://webmademovies.lighthouseapp.com/projects/63272/tickets/322-create-authors-page Lighthouse link] | [https://webmademovies.lighthouseapp.com/projects/63272/tickets/322-create-authors-page Lighthouse link] | ||
− | [https://github.com/cgomes7/popcorn-js/tree/ | + | [https://github.com/cgomes7/popcorn-js/tree/322 Repository] |
+ | |||
+ | [http://cgomes7.wordpress.com/2011/02/11/running-out-of-time-bug-235/ Blog Post] | ||
Line 52: | Line 74: | ||
Bug 1077 - Processing.js | Bug 1077 - Processing.js | ||
+ | |||
[https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/1077-move-colors-object-out-of-the-processing-instance#ticket-1077-2 Lighthouse link] | [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/1077-move-colors-object-out-of-the-processing-instance#ticket-1077-2 Lighthouse link] | ||
− | [https://github.com/cgomes7/processing-js/ Repository] | + | [https://github.com/cgomes7/processing-js/tree/1077 Repository] |
+ | |||
+ | [http://cgomes7.wordpress.com/2011/03/10/release-0-2-bug-1077/ Blog Post] | ||
+ | |||
+ | Bug 1139 - Processing.js | ||
+ | |||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/1139-arraylists-copy-constructor-does-not-work-11 Lighthouse link] | ||
+ | |||
+ | [https://github.com/cgomes7/processing-js/tree/1139 Repository] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/03/15/bug-1139-oops-my-bad/ Blog Post] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/03/11/release-0-2-%E2%80%93-bug-1139/ Blog Post] | ||
+ | |||
+ | |||
+ | '''0.3''' | ||
+ | |||
+ | Bug 1065 - Processing.js | ||
+ | |||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/1065-the-key-variable-holds-the-wrong-data-type Lighthouse link] | ||
+ | |||
+ | [https://github.com/cgomes7/processing-js/tree/1065 Repository] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/04/18/bug-1065-working-on-key/ Blog Post] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/04/20/bug-1065-sometimes-there-is-no-right-answer/ Blog Post] | ||
+ | |||
+ | Bug 1065 - Processing.js | ||
+ | |||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/1210-subsetarray-offset-is-broken Lighthouse link] | ||
+ | |||
+ | [https://github.com/cgomes7/processing-js/tree/1210 Repository] | ||
+ | |||
+ | [http://cgomes7.wordpress.com/2011/04/20/bug-1210/ Blog Post] | ||
+ | |||
+ | |||
+ | == DPS914 Labs == | ||
+ | '''Team Website''' | ||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team5 Team Website] | ||
== Links == | == Links == |
Latest revision as of 14:46, 20 April 2011
Contents
Contact Information
Name: | Cesar Gomes |
Email: | cgomes7@learn.senecac.on.ca |
Blog: | My Blog |
Nickname: | cgomes7 |
About Me
My name is Cesar Gomes and I am currently in my final semester at Seneca College. At the end of this semester I will have successfully completed a degree in Applied Technology, majoring in Software Development. DPS909 will be my first involvement with the Open Source projects. I am excited to learn new development and communication techniques that go hand in hand with the Open Source technology.
DPS909 Labs and Blog Posts
Introduction
Lab 1 - Firefox Build
Git GUI
Lab 2 - Subtitle Documentation
Lab 3 - Ref Tests
Lab 4 - Minefield Changes
Lab 5 - Firefox Bug
DPS909 Releases
0.1
Bug 1016 - Processing.js
Bug 322 - Popcorn.js
0.2
Bug 1077 - Processing.js
Bug 1139 - Processing.js
0.3
Bug 1065 - Processing.js
Bug 1065 - Processing.js
DPS914 Labs
Team Website