Difference between revisions of "User:Esin"
(10 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<br />Welcome to my wiki page. I am currently a BSD (Bachelor of Software Development) student at Seneca College. I like everything about computer, from hardware to software, and from writing to debugging code. I have been working with programming code since I was in high school and worked in different environments and programming languages. I'm a transfer student from CPA to BSD 5th semester. | <br />Welcome to my wiki page. I am currently a BSD (Bachelor of Software Development) student at Seneca College. I like everything about computer, from hardware to software, and from writing to debugging code. I have been working with programming code since I was in high school and worked in different environments and programming languages. I'm a transfer student from CPA to BSD 5th semester. | ||
Currently taking: | Currently taking: | ||
− | *BTB520[ | + | *BTB520 - [https://scs.senecac.on.ca/course/btb520 Canadian Business Environment] |
− | *BTH540[https:// | + | *BTH540 - [https://scs.senecac.on.ca/course/bth540 Design for User Interfaces] |
− | *DPS909[ | + | *DPS909 - [https://scs.senecac.on.ca/course/dps909 Topics in Open Source Development] |
− | *BTB110[ | + | *BTB110 - [https://scs.senecac.on.ca/course/btb110 Accounting for the Business Environment] |
− | *BTS530[ | + | *BTS530 - [https://scs.senecac.on.ca/course/bts530 Major Project - Planning and Design] |
− | * | + | *EAC217 - [http://els.senecac.on.ca/02subjects-byCampus.pl# The Short Story] |
<br />Although this is my first semester after transferring to BSD, but I really enjoyed this unique program from Seneca. It offered me a totally different view than just programming code. I had a chance to learn Accounting and Business but on the other hand, I am able to work and understand more about OpenSource and [http://www.mozilla.com/ Mozilla] | <br />Although this is my first semester after transferring to BSD, but I really enjoyed this unique program from Seneca. It offered me a totally different view than just programming code. I had a chance to learn Accounting and Business but on the other hand, I am able to work and understand more about OpenSource and [http://www.mozilla.com/ Mozilla] | ||
Line 20: | Line 20: | ||
<br /> | <br /> | ||
== '''Lab Assignments''' == | == '''Lab Assignments''' == | ||
− | *[http://zenit.senecac.on.ca/wiki/index.php | + | *[http://zenit.senecac.on.ca/wiki/index.php/User:Esin Personal Wiki Page] |
*[http://minyxo.blogspot.com/ Personal Blog] | *[http://minyxo.blogspot.com/ Personal Blog] | ||
*[http://minyxo.blogspot.com/2009/12/simple-firefox-build.html#links Build Firefox] | *[http://minyxo.blogspot.com/2009/12/simple-firefox-build.html#links Build Firefox] | ||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/User:Esin Bugs, Bugzilla, and Debugging] | ||
+ | *[http://minyxo.blogspot.com/2009/12/bugs-bugzilla-and-debugging.html Working with Patches] | ||
<br /> | <br /> | ||
− | == '''Release 0.1''' == | + | == '''Bugs''' == |
+ | *[https://bugzilla.mozilla.org/show_bug.cgi?id=411475 411475 Canvas3D not working on Radeon 9250] | ||
+ | *[https://bugzilla.mozilla.org/show_bug.cgi?id=488271 488271 Examples crash with ATI on Vista] | ||
+ | *[https://bugzilla.mozilla.org/show_bug.cgi?id=480993 480993 Canvas 3D spec tests] | ||
+ | |||
+ | <br /> | ||
+ | == '''[http://minyxo.blogspot.com/2009/11/01-release.html Release 0.1]''' == | ||
*split, trim, and arrayCopy[http://github.com/MinyXO/processing-js/commit/1c6ad7041fbcbb3dd88952d7b236de4b41ed518d] | *split, trim, and arrayCopy[http://github.com/MinyXO/processing-js/commit/1c6ad7041fbcbb3dd88952d7b236de4b41ed518d] | ||
Line 33: | Line 41: | ||
<br /> | <br /> | ||
− | == '''Release 0.2 ''' == | + | == '''[http://minyxo.blogspot.com/2009/11/my-02-release.html Release 0.2]''' == |
*HashMap[http://github.com/MinyXO/processing-js/commit/feca9cfc56bd0106cdc99a672ee462ad648cb652][http://github.com/MinyXO/processing-js/commit/8614f4bd771b12b9057ca713df56996808676eb4] | *HashMap[http://github.com/MinyXO/processing-js/commit/feca9cfc56bd0106cdc99a672ee462ad648cb652][http://github.com/MinyXO/processing-js/commit/8614f4bd771b12b9057ca713df56996808676eb4] | ||
<br /> | <br /> | ||
− | == '''Release 0.3''' == | + | == '''[http://minyxo.blogspot.com/2009/12/03-release.html Release 0.3]''' == |
− | * | + | *PMatrix3D[http://github.com/MinyXO/processing-js/commit/afc08ad96542bf71caa849da8c948bb33a318513] |
+ | |||
+ | <br /> | ||
+ | == '''Contribution''' == | ||
+ | *Discuss with process.js group to build teamwork and learnt from Andor on WebGL (kind of like a free tutorial) | ||
+ | *In-calls helped Anna on her pimage function |
Latest revision as of 14:38, 17 December 2009
Contents
Profile
Name: Edward Sin
Nickname in IRC: MinyXO
Learn email: esin@learn.senecac.on.ca
Interest: Programming, Investment, numbers
Blog: Minyxo blog
Welcome to my wiki page. I am currently a BSD (Bachelor of Software Development) student at Seneca College. I like everything about computer, from hardware to software, and from writing to debugging code. I have been working with programming code since I was in high school and worked in different environments and programming languages. I'm a transfer student from CPA to BSD 5th semester.
Currently taking:
- BTB520 - Canadian Business Environment
- BTH540 - Design for User Interfaces
- DPS909 - Topics in Open Source Development
- BTB110 - Accounting for the Business Environment
- BTS530 - Major Project - Planning and Design
- EAC217 - The Short Story
Although this is my first semester after transferring to BSD, but I really enjoyed this unique program from Seneca. It offered me a totally different view than just programming code. I had a chance to learn Accounting and Business but on the other hand, I am able to work and understand more about OpenSource and Mozilla
Lab Assignments
Bugs
- 411475 Canvas3D not working on Radeon 9250
- 488271 Examples crash with ATI on Vista
- 480993 Canvas 3D spec tests
Release 0.1
Release 0.2
Release 0.3
- PMatrix3D[7]
Contribution
- Discuss with process.js group to build teamwork and learnt from Andor on WebGL (kind of like a free tutorial)
- In-calls helped Anna on her pimage function