Difference between revisions of "User:Dperit"

From CDOT Wiki
Jump to: navigation, search
(Mini Bio, last updated June 2010)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= This is David Perit's user page. =
 
= This is David Perit's user page. =
  
 +
<table cellspacing="5" style="line-height: 1.5em; width: 22em; font-size: 95%; text-align: left; background-color: #F9F9F9; border: 1px solid #AAAAAA; color: black; float: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em;">
 +
<tr><td style="padding: 4pt; line-height: 1.25em; text-align: center; font-size: 8pt;" colspan="2">[[Image:dperit.png|thumb|300px| ]] <br />geek.jpg</td></tr>
 +
 +
</table>
 
== Contact Info ==
 
== Contact Info ==
 
Name: David Perit
 
Name: David Perit
Line 12: Line 16:
 
IRC nickname: dperit
 
IRC nickname: dperit
  
== Mini Bio ==
+
== Resources ==
 +
 
 +
Note: almost all of the following links were lifted directly from the thread located at
 +
[http://forums.somethingawful.com/showthread.php?threadid=2773485 this forum]
 +
I didn't find the guides shown, or create the links
 +
 
 +
'''Useful Guides:'''
 +
[http://msdn.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx Visual C++ Deployment]
 +
[http://blogs.msdn.com/vcblog/archive/2007/10/12/how-to-redistribute-the-visual-c-libraries-with-your-application.aspx How to redistribute the Visual C++ Libraries with your application]
 +
 
 +
[http://www.open-std.org/jtc1/sc22/wg21/  '''The C++ Standards Committee''']
 +
 
 +
[http://www.parashift.com/c++-faq-lite/ C++ FAQ Lite]
 +
 
 +
[http://www.sgi.com/tech/stl/ SGI's STL documentation]
 +
 
 +
[http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Thinking in C++]
 +
 
 +
[http://www.artima.com/cppsource The C++ Source]
 +
 
 +
[http://beta.boost.org/community/generic_programming.html Overview of Generic Programming]
 +
 
 +
[http://beta.boost.org/community/exception_safety.html Exception Safety]
 +
 
 +
[http://graphics.ucsd.edu/courses/cse169_w04/ A course webpage, contains links to useful PDFs about animation and stuff]
 +
 
 +
[http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=cfrm&c=3 The OpenGL discussion boards, a useful help resource]
 +
 
 +
[http://stackoverflow.com A very useful help resource for all languages]
 +
 
 +
'''Libraries:'''
 +
[http://www.boost.org/ Boost]
 +
 
 +
[http://library.gnome.org/devel/glib/stable/ GLib]
 +
 
 +
'''GUI Libraries:'''
 +
 
 +
[http://msdn2.microsoft.com/en-us/library/aa383750.aspx Windows API]
 +
 
 +
[http://www.gtk.org GTK]
 +
 
 +
[http://trolltech.com/products/qt Qt]
 +
 
 +
[http://www.wxwidgets.org/ wxWidgets]
 +
 
 +
'''Good Books:'''
 +
 
 +
''The C Programming Language'' by Kernighan and Ritchie
 +
 
 +
''The C++ Programming Language'' by Bjarne Stroustrup
 +
 
 +
''Accelerated C++'' by Andrew Koenig and Barbara E. Moo
 +
 
 +
[http://www.parkscomputing.com/cppwiki/index.php?title=List_of_recommended_books Other recommended C++ books]
 +
 
 +
== Mini Bio, last updated September 2012 ==
 +
 
 +
David Perit is a student at Seneca, in the CPA program.
  
David Perit is a student at Seneca, in the CPA program. He likes computer games, books, and other fun things.
+
I worked for the Center for Development of Open Technology (CDOT) at Seneca@York for 16 months on various projects including Uprooted at http://turtlesback.ca/creationgames/. 4 of those months were spent working on the Gladius game engine at Mozilla Toronto with Mozilla employees. Some of my work on it can be seen at http://dperit.github.com/
  
At one point he was a Computer Science student at the University of Waterloo, before he realized that Computer Science doesn't software development. After spending a bunch of time at Sun Life writing documentation for the Configuration Management team, he moved to Toronto and started attending the CPA program, which is infinitely better for him than Computer Science was.
+
At one point he was a Computer Science student at the University of Waterloo, before he realized that Computer Science isn't the right program for learning software development. After spending a bunch of time at Sun Life writing documentation for the Configuration Management team, he moved to Toronto and started attending the CPA program, which is infinitely better for him than Computer Science was.
  
Before he was a Computer Science student, he worked at RWDI in Guelph on the internal software team, maintaining and updating their intranet, as well as designing and writing a complete program for an external client over the course of 4 months. He acquired around a year of experience working with the .NET framework and C#, spread between versions 1.1 and 2.0 of the framework.
+
Before he was a Computer Science student, he worked at RWDI in Guelph on the internal software team, maintaining and updating their intranet, as well as designing and writing a complete program for an external client over the course of 4 months. He acquired around a year of experience working with the .NET framework and C#, spread between versions 1.1 and 2.0 of the framework. He also acquired a bunch of experience with MS-SQL.

Latest revision as of 16:35, 6 September 2012

This is David Perit's user page.

Dperit.png

geek.jpg

Contact Info

Name: David Perit

Main e-mail address: dperit@gmail.com

School e-mail address: drperit@learn.senecac.on.ca

Blog: http://dperit.blogspot.com/

IRC nickname: dperit

Resources

Note: almost all of the following links were lifted directly from the thread located at this forum I didn't find the guides shown, or create the links

Useful Guides: Visual C++ Deployment How to redistribute the Visual C++ Libraries with your application

The C++ Standards Committee

C++ FAQ Lite

SGI's STL documentation

Thinking in C++

The C++ Source

Overview of Generic Programming

Exception Safety

A course webpage, contains links to useful PDFs about animation and stuff

The OpenGL discussion boards, a useful help resource

A very useful help resource for all languages

Libraries: Boost

GLib

GUI Libraries:

Windows API

GTK

Qt

wxWidgets

Good Books:

The C Programming Language by Kernighan and Ritchie

The C++ Programming Language by Bjarne Stroustrup

Accelerated C++ by Andrew Koenig and Barbara E. Moo

Other recommended C++ books

Mini Bio, last updated September 2012

David Perit is a student at Seneca, in the CPA program.

I worked for the Center for Development of Open Technology (CDOT) at Seneca@York for 16 months on various projects including Uprooted at http://turtlesback.ca/creationgames/. 4 of those months were spent working on the Gladius game engine at Mozilla Toronto with Mozilla employees. Some of my work on it can be seen at http://dperit.github.com/

At one point he was a Computer Science student at the University of Waterloo, before he realized that Computer Science isn't the right program for learning software development. After spending a bunch of time at Sun Life writing documentation for the Configuration Management team, he moved to Toronto and started attending the CPA program, which is infinitely better for him than Computer Science was.

Before he was a Computer Science student, he worked at RWDI in Guelph on the internal software team, maintaining and updating their intranet, as well as designing and writing a complete program for an external client over the course of 4 months. He acquired around a year of experience working with the .NET framework and C#, spread between versions 1.1 and 2.0 of the framework. He also acquired a bunch of experience with MS-SQL.