Difference between revisions of "User:Tyrant911"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'My name is Alex L. I'm in my last semester at Seneca. email:= alondono@learn.senecac.on.ca 1st blog := http://tyrant911.blogspot.com/2009/09/hello-world.html')
 
(Projects)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
= About me =
 
My name is Alex L.
 
My name is Alex L.
  
Line 6: Line 7:
  
 
1st blog := http://tyrant911.blogspot.com/2009/09/hello-world.html
 
1st blog := http://tyrant911.blogspot.com/2009/09/hello-world.html
 +
 +
2nd blog := [http://tyrant911-processingdotjs.blogspot.com/ processing.js]
 +
 +
I'm a CPA student in my final semester and have chosen to work on processing.js. I am looking forward to this OSD project being done in an open source approach.... especially IRC communication! and blogging will be outside my comfort zone.  But it appears as if this development approach is precisely how the real world works... therefore this course will give me a different perspective on working in a group to develop software.
 +
 +
==Resources==
 +
* [[https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/Tasks#Misc._Features|mozilla Wiki Task List]]
 +
* [[DPS909 and OSD600 Fall 2009 Weekly Schedule|Weekly Schedule]]
 +
* [[http://zenit.senecac.on.ca/wiki/index.php/Sandbox  Sandbox wiki syntax]]
 +
 +
*[[Communicating_Using_IRC_Lab_Fall_2009|IRC stuff]]
 +
 +
 +
== LABS ==
 +
 +
 +
 +
 +
== My Contributions ==
 +
 +
 +
[https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/Tasks#Misc._Features|mozilla Edited the mozilla Wiki task-list table so we can add our names to help organize who is working on what.]
 +
 +
[http://tyrant911-processingdotjs.blogspot.com/2009/11/zomg-finally-connected-to-mac-from.html Created a blog to help anyone in the MAC course or OSD600 connect to a MAC remotely from a Windows system.]
 +
 +
[http://firefoxcompile.blogspot.com/2009/10/compile-fire-fox-on-winxp-home-with.html Created a blog to help anyone on windows compile Fire Fox because there are a lot of complicated guides that are not easy to understand. This is my attempt to simplify that.]
 +
 +
Spent a day volunteering  @ FSOS and contributed by cutting and folding about 500 FSOS flyers that were handed to people as they arrived to the event. *  Good times :(  *
 +
 +
== Projects ==
 +
 +
[http://zenit.senecac.on.ca/wiki/index.php/Processing.js Processing.js]
 +
 +
<h1>Release 0.1</h1>
 +
<table border="1" width="40%">
 +
<tr align="center"><td><b>Task Name</b></td><td><b>Requirement</b></td><td><b>Test</b></td><td><b>Compatibility Test</b>(F,C,S,I)</td><td><b>Demo</b></td></tr>
 +
 +
<tr>
 +
  <td>concat</td>
 +
  <td>[http://www.processing.org/reference/concat_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/concat.html ex]</td>
 +
  <td>1/1(P)  more test needed</td>
 +
  <td rowspan="2">[http://matrix.senecac.on.ca/~alondono/concat.html Same as Ex]</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>hex</td>
 +
  <td>[http://www.processing.org/reference/hex_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/hex.html ex]</td>
 +
  <td>3/4 (P)</td>
 +
</tr>
 +
 +
 +
<tr>
 +
  <td>join</td>
 +
  <td>[http://www.processing.org/reference/join_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/join.html ex]</td>
 +
  <td>1/1(P)</td>
 +
  <td rowspan="2">[]</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>unbinary</td>
 +
  <td>[http://www.processing.org/reference/unbinary_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/downloads/unbinary.html ex]</td>
 +
  <td>2/2(P)</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>nfp</td>
 +
  <td>[http://www.processing.org/reference/nfp_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/downloads/nfp.html ex]</td>
 +
  <td>3/4(P)</td>
 +
</tr>
 +
</table>
 +
 +
 +
<h1>Release 0.2</h1>
 +
<table border="1" width="40%">
 +
<tr align="center"><td><b>Task Name</b></td><td><b>Requirement</b></td><td><b>Test</b></td><td><b>Compatibility Test</b>(F,C,S,I)</td><td><b>Demo</b></td></tr>
 +
 +
<tr>
 +
  <td>saveStrings()</td>
 +
  <td>[http://www.processing.org/reference/saveStrings_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/saveStrings.html ex]</td>
 +
  <td>2/2(P)</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>loadStrings()</td>
 +
  <td>[http://www.processing.org/reference/loadStrings_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/loadStrings.html ex]</td>
 +
  <td>3/3 (P)</td>
 +
</tr>
 +
 +
 +
<tr>
 +
  <td>removeStrings()</td>
 +
  <td>Does not exist in Processing</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/removeStrings.html ex]</td>
 +
  <td>1/1(P)</td>
 +
  <td rowspan="2">[]</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>reverse()</td>
 +
  <td>[http://www.processing.org/reference/reverse_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/reverse.html ex]</td>
 +
  <td>2/2(P)</td>
 +
</tr>
 +
</table>
 +
 +
 +
<h1>Release 0.3</h1>
 +
<table border="1" width="40%">
 +
<tr align="center"><td><b>Task Name</b></td><td><b>Requirement</b></td><td><b>Test</b></td><td><b>Compatibility Test</b>(F,C,S,I)</td>
 +
 +
<tr>
 +
  <td>modelX()</td>
 +
  <td>[http://www.processing.org/reference/modelX_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/modelX.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be  verified. I intend to carry on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
 +
<tr>
 +
  <td>modelY()</td>
 +
  <td>[http://www.processing.org/reference/modelY_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/modelY.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be  verified. I intend to carry  on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
 +
 +
<tr>
 +
  <td>modelZ()</td>
 +
  <td>[http://www.processing.org/reference/modelZ_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/modelZ.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be  verified.  I intend to carry  on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
<tr>
 +
  <td>screenX()</td>
 +
  <td>[http://www.processing.org/reference/screenX_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/screenX.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be  verified. I intend to carry  on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
<tr>
 +
  <td>screenY()</td>
 +
  <td>[http://www.processing.org/reference/screenY_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/screenY.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be  verified. I intend to carry  on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
<tr>
 +
  <td>screenZ()</td>
 +
  <td>[http://www.processing.org/reference/screenZ_.html Req.]</td>
 +
  <td>[http://matrix.senecac.on.ca/~alondono/screenZ.html ex]</td>
 +
  <td>Demo lacks complexity and ability to be verified. I intend to carry  on with the development of these functions and my understanding of 3D</td>
 +
</tr>
 +
</table>
 +
 +
 +
<!--
 +
=***************************************************************************=
 +
 +
===Don't bother looking below===
 +
 +
==***************************************************************************==
 +
 +
=COPIED FROM OTHER PART OF THIS WEBSITE TO SEE HOW THE DIFFERENT POSTING FUNCTIONS WORK=
 +
 +
==[http://cs.senecac.on.ca/index.php?outline=OSD600 Subject Description]==
 +
 +
 +
==Major Project==
 +
 +
This is a project course, and the majority of each student’s mark will come from work done on a real development project. The primary goal of this project is to get students involved in the Mozilla development community and codebase. Through this experience students will learn about the processes, tools, and practices involved in developing software as part of a large open source community.
 +
 +
 +
* '''60%''' - Project Deliverables (e.g., code, documents), marked in terms of quality, quantity, etc.  Your project will be marked at three milestone releases, the number and values being:
 +
**  5% - [[Fall 2009 DPS909 and OSD600 Initial Project Plan 0.0|Initial Project Plan]] (Due Week of Sept 28)
 +
** 15% - 0.1 Release (Due Week of Oct 19)
 +
** 15% - 0.2 Release (Due Week of Nov 16)
 +
** 25% - 0.3 Release (Due Week of Dec 7)
 +
* '''20%''' - Project Wiki Page and Blog.  You will be marked on your project and personal page's quality, depth of explanation, frequency of update, etc.
 +
* '''20%''' - Contributions to other projects.  You will be marked on the quantity and quality of your contributions to other groups.
 +
 +
 +
* '''Personal Wiki''' - [[User:Armenzg|Armen]], [[User:Backinblakk|Lukas]]
 +
* '''Project Wiki''' - [[Automated localization build tool]], [[Extending the Buildbot]], [[Buildbot and EC2]]
 +
 +
==Archives==
 +
 +
* [[OSD600 Fall 2007]]
 +
-->

Latest revision as of 07:31, 15 January 2010

About me

My name is Alex L.

I'm in my last semester at Seneca.

email:= alondono@learn.senecac.on.ca

1st blog := http://tyrant911.blogspot.com/2009/09/hello-world.html

2nd blog := processing.js

I'm a CPA student in my final semester and have chosen to work on processing.js. I am looking forward to this OSD project being done in an open source approach.... especially IRC communication! and blogging will be outside my comfort zone. But it appears as if this development approach is precisely how the real world works... therefore this course will give me a different perspective on working in a group to develop software.

Resources


LABS

My Contributions

Edited the mozilla Wiki task-list table so we can add our names to help organize who is working on what.

Created a blog to help anyone in the MAC course or OSD600 connect to a MAC remotely from a Windows system.

Created a blog to help anyone on windows compile Fire Fox because there are a lot of complicated guides that are not easy to understand. This is my attempt to simplify that.

Spent a day volunteering @ FSOS and contributed by cutting and folding about 500 FSOS flyers that were handed to people as they arrived to the event. * Good times :( *

Projects

Processing.js

Release 0.1

Task NameRequirementTestCompatibility Test(F,C,S,I)Demo
concat Req. ex 1/1(P) more test needed Same as Ex
hex Req. ex 3/4 (P)
join Req. ex 1/1(P) []
unbinary Req. ex 2/2(P)
nfp Req. ex 3/4(P)


Release 0.2

Task NameRequirementTestCompatibility Test(F,C,S,I)Demo
saveStrings() Req. ex 2/2(P)
loadStrings() Req. ex 3/3 (P)
removeStrings() Does not exist in Processing ex 1/1(P) []
reverse() Req. ex 2/2(P)


Release 0.3

Task NameRequirementTestCompatibility Test(F,C,S,I)
modelX() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D
modelY() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D
modelZ() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D
screenX() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D
screenY() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D
screenZ() Req. ex Demo lacks complexity and ability to be verified. I intend to carry on with the development of these functions and my understanding of 3D