teamdjango.wikispaces.com
teamdjango - home
http://teamdjango.wikispaces.com/home
Skip to main content. Try Wikispaces Classroom now. Brand new from Wikispaces. Welcome to the Team Django wiki. Thank you for visiting the team wiki for our semester long CSCI 462. Project. This wiki will serve as documentation for our contributions to the open source project, Django. Apr 23, 2013. Apr 23, 2013. Apr 23, 2013. Reflections on my progress and plans. Apr 23, 2013. Release early and often. Apr 23, 2013. Jonathan Loy - Software Engineering Blog. Dec 18, 2013. Last Post of the Semester.
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: POSSCON Report
http://jonathanloy.blogspot.com/2013/04/posscon-report.html
Jonathan Loy - Software Engineering Blog. Monday, April 1, 2013. Last week I attended POSSCON which was fantastic! I was able to see several presentations, talk with interesting people within the software industry, and have a blast doing it. During the conference I tended to stick to the developer presentation track with a few exceptions, and by far my favorite talks were " CSS3: Know Your Arsenal. Of Mozilla, and Harper Reed. And creating a few mockups of how I want my personal website to look. My other...
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: Last Post of the Semester
http://jonathanloy.blogspot.com/2013/04/last-post-of-semester.html
Jonathan Loy - Software Engineering Blog. Monday, April 22, 2013. Last Post of the Semester. Which should a very interesting and informative course. So don't forget to check back over the coming months and see what I'm up to. Subscribe to: Post Comments (Atom). Last Post of the Semester. Back by popular demand . More exercises! Progress Report for March 26th. More Exercises from the Software Development Textb. The College of Charleston. Computer Science at CofC. CSCI 462 at CofC. CSCI 462 Blog roll.
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: February 2013
http://jonathanloy.blogspot.com/2013_02_01_archive.html
Jonathan Loy - Software Engineering Blog. Tuesday, February 26, 2013. Reflections on my Progess. Team Django is progressing nicely so far. We have provided a variety of contributions to Django. If you proceed to our Contributions. Page on the team wiki can you view each contribution. So far the team has contributed 4 documentation changes, one bug report, and fixed a bug and provided a regression test for the fix. Thursday, February 21, 2013. Attempting to refactor RMH Homebase 1.5. To be honest I was sl...
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: December 2013
http://jonathanloy.blogspot.com/2013_12_01_archive.html
Jonathan Loy - Software Engineering Blog. Wednesday, December 18, 2013. Please forgive my lack of posts of the last few months. Over the next few weeks, I'll attempt to write up a few posts about my summer internship and a few projects I've completed. But on to the really important news, I graduated college last saturday! I received a B.S. in Computer Science with honors from the College of Charleston. Have a happy holidays! Subscribe to: Posts (Atom). The College of Charleston. Computer Science at CofC.
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: Back by popular demand ... More exercises!!!
http://jonathanloy.blogspot.com/2013/04/back-by-popular-demand-more-exercises.html
Jonathan Loy - Software Engineering Blog. Monday, April 15, 2013. Back by popular demand . More exercises! It's that blogging time again, and for this post I'm going back to a crowd favorite,. More questions from the Software Development: An Open Source Approach. This time I'll be going over questions 1, 2, and 3 from Chapter 7. So let us begin! 71 Not all the tables in. Before answering this question allow me to list the. Criteria as detailed in the textbook:. Every entry in the table has exactly one va...
reecelong.blogspot.com
./reecelong.doc: January 2013
http://reecelong.blogspot.com/2013_01_01_archive.html
The musings of a new software engineer. Thursday, January 31, 2013. Reflections on Open Source in Today's World. This week, in TOS. We began to checkout and build our first open source project (other than Django, which will be our project for the entire semester). The project that we were tasked with building is called Freeciv. Svn co http:/ svn.gna.org/svn/freeciv/trunk freeciv. I also had a chance to read two. About open source development that I will be blogging about later today. Links to this post.
jonathanloy.blogspot.com
Jonathan Loy - Software Engineering Blog: More Exercises from the Software Development Textbook
http://jonathanloy.blogspot.com/2013/04/more-exercises-from-software.html
Jonathan Loy - Software Engineering Blog. Monday, April 8, 2013. More Exercises from the Software Development Textbook. Chapter 6 of the Software Development: An Open Source Approach. Focuses the design and development of the domain classes. I will be providing my answers to questions 1 - 4, which deal with modifying RMH Homebase. First I had to add the specified variables to the Person class:. Private $contact person;. Next, I needed to create the getters like so:. Return $this- employer;. Function cons...