Difference between revisions of "User:Asalga"

From CDOT Wiki
Jump to: navigation, search
Line 38: Line 38:
 
I obviously <b>love</b> programming, but I also have other interests such as muay thai, chiptune, lucid dreaming, psychology and mantra meditation.<br />
 
I obviously <b>love</b> programming, but I also have other interests such as muay thai, chiptune, lucid dreaming, psychology and mantra meditation.<br />
  
== Open Source Contributions ==
+
== Various Open Source Contributions ==
  
=== DPS909 Contributions ===
+
== Available Contributions ==
 +
The following are some tasks which need completion. If you would like to contribute to my work, please place a link to your wiki page in the appropriate cell. The first entry is an example of the format I would like emulated.
  
=== Other Contributions ===
+
Place a link to your wiki page in the appropriate <b>Assigned</b> cell. Place any links to any of the resources you created such as files in the appropriate <b>Files/Blogs/Wiki</b> cell.
 +
 
 +
<table border="1" width="100%">
 +
<tr>
 +
  <td><b>Task Name</b></td>
 +
  <td><b>Description</b></td>
 +
  <td><b>Due Date</b></td>
 +
  <td><b>Assigned</b></td>
 +
  <td><b>Files/Blogs/Wiki/etc</b></td>
 +
</tr>
 +
 
 +
<tr>
 +
  <td>
 +
    Complete 0.1
 +
  </td>
 +
  <td>
 +
    Complete my 0.1 which includes implementation of splice(), mag(), focused, etc.
 +
  </td>
 +
  <td>
 +
    October 19, 2009
 +
  </td>
 +
  <td>
 +
    [http://zenit.senecac.on.ca/wiki/index.php/User:Asalga asalga]
 +
  </td>
 +
  <td>
 +
    [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/Tasks/mag mag()]
 +
  </td>
 +
</tr>
 +
 
 +
<tr>
 +
  <td>
 +
    Tests for splice()
 +
  </td>
 +
  <td>
 +
    Write 20 tests for my splice() function. Include tests which should fail and tests which should pass.
 +
  </td>
 +
  <td>
 +
    October 19, 2009
 +
  </td>
 +
  <td>
 +
    Open - wiki page link here
 +
  </td>
 +
  <td>
 +
    Open - place links to resources here
 +
  </td>
 +
</tr>
 +
 
 +
<tr>
 +
  <td>
 +
    Tests for mag()
 +
  </td>
 +
  <td>
 +
    Write 20 tests for my mag() function. Include tests which should fail and tests which should pass.
 +
  </td>
 +
  <td>
 +
    October 19, 2009
 +
  </td>
 +
  <td>
 +
    Open - wiki page link here
 +
  </td>
 +
  <td>
 +
    Open - place links to resources here
 +
  </td>
 +
</tr>
 +
 
 +
<tr>
 +
  <td>
 +
    Tests for subset()
 +
  </td>
 +
  <td>
 +
    Write 20 tests for my subset() function. Include tests which should fail and tests which should pass.
 +
  </td>
 +
  <td>
 +
    October 19, 2009
 +
  </td>
 +
  <td>
 +
    Open - wiki page link here
 +
  </td>
 +
  <td>
 +
    Open - place links to resources here
 +
  </td>
 +
</tr>
 +
 
 +
<tr>
 +
  <td>
 +
    Tests for subset()
 +
  </td>
 +
  <td>
 +
    Write 20 tests for my subset() function. Include tests which should fail and tests which should pass.
 +
  </td>
 +
  <td>
 +
    October 19, 2009
 +
  </td>
 +
  <td>
 +
    Open - wiki page link here
 +
  </td>
 +
  <td>
 +
    Open - place links to resources here
 +
  </td>
 +
</tr>
 +
 
 +
</table>
 +
 
 +
== Other Contributions ==
  
 
[http://www.c3dl.org C3DL]
 
[http://www.c3dl.org C3DL]

Revision as of 16:49, 10 October 2009

Info

Full Name: Andor Salga
Nick: andor
E-mail: asalga [at] learn.senecac.on.ca
Project Page:
Blog:http://asalga.wordpress.com
Open Source RSS feed:http://asalga.wordpress.com/category/open%20source/feed
Languages/Tech: C/C++, OpenGL, OpenGLES, DirectX, GLSL, JavaScript

About me

I'm a CPAC (Computer Programming and Analysis Co-op) graduate currently enrolled in the BSD (Bachelor of Software Development) degree program at Seneca College. I worked for over a year on the c3dl project before going back to classes to get my degree.

I plan to enroll in a masters program (Computer Games Technology) at Algoma University once I complete my Bachelor’s here at Seneca.

I am a pesco-vegetarian and aspiring vegan.

You can find me on moznet in channels such as #c3dl, #seneca, #processing.[http://asalga.wordpress.com/2009/10/10/splice/ splice()js], #gfx, #svg, #planning and sometimes #bs.

Bugs

Canvas

  • Bug 381930 - No repaint inside very large canvas
  • Bug 370450 - Safari "canvas" demonstration cause Minefield to hang while page is loaded
  • Bug 408372 - <canvas> canvas animation is jerky on Firefox 3 beta 1, Linux x86_64
  • Bug 501677 - Drawing lines in big Canvas don't work always
  • Bug 518173 - webgl does not build on Darwin/X11 (bad gl.h)

WebGL

Interests

I obviously love programming, but I also have other interests such as muay thai, chiptune, lucid dreaming, psychology and mantra meditation.

Various Open Source Contributions

Available Contributions

The following are some tasks which need completion. If you would like to contribute to my work, please place a link to your wiki page in the appropriate cell. The first entry is an example of the format I would like emulated.

Place a link to your wiki page in the appropriate Assigned cell. Place any links to any of the resources you created such as files in the appropriate Files/Blogs/Wiki cell.

Task Name Description Due Date Assigned Files/Blogs/Wiki/etc
   Complete 0.1
   Complete my 0.1 which includes implementation of splice(), mag(), focused, etc.
   October 19, 2009
   asalga
   mag()
   Tests for splice()
   Write 20 tests for my splice() function. Include tests which should fail and tests which should pass.
   October 19, 2009
   Open - wiki page link here
   Open - place links to resources here
   Tests for mag()
   Write 20 tests for my mag() function. Include tests which should fail and tests which should pass.
   October 19, 2009
   Open - wiki page link here
   Open - place links to resources here
   Tests for subset()
   Write 20 tests for my subset() function. Include tests which should fail and tests which should pass.
   October 19, 2009
   Open - wiki page link here
   Open - place links to resources here
   Tests for subset()
   Write 20 tests for my subset() function. Include tests which should fail and tests which should pass.
   October 19, 2009
   Open - wiki page link here
   Open - place links to resources here

Other Contributions

C3DL

Projects

Processing.js

Activity History

Date Activity Related Blogs
September 13 2009 Video and Article Responses Watched videos, read articles and wrote responses.
September 17 2009 Getting started Created MDC account, subscribed to mailing lists.
September 17 2009 Mozilla Meeting Listened in on Mozilla meeting.
September 17 2009 Presentation Responses Watched presentations on open source and wrote responses.
September 20 2009 Processing Demo Created 3D Processing Demo.
September 20 2009 Google Alerts Learned about Google alerts.
September 26 2009 Processing.js Demo Created first Processing.js demo.
September 27 2009 Building FF on OS X Learned how to use Hg, clone repository and build Firefox.
September 29 2009 Modifying Codebases Learned how to make changes to large codebases.
October 6 2009 Bugzilla Learned how to watch a user on Bugzilla. Found related bugs to Processing.js project.
October 7 2009 Patches Learned how to apply a real Patch to Firefox trunk.
October 8 2009 mag() Completed basic implementation of mag() function.
October 9 2009 subset() Completed basic implementation of subset() function.
October 10 2009 splice() Completed basic implementation of splice() function.