dpad / comp1917-in-a-day

COMP1917 in a day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMP1917 In A Day

COMP1917 In A Day is an educational website designed to teach the basics of programming in C.

It was specifically created to cater for University of New South Wales (UNSW Australia) students taking the first-year computer science course, COMP1917 - Computing 1.

The aims of this project were simple:

  • To explain aspects of programming in C (the programming language taught in COMP1917).
  • To teach in a manner that is easy-to-understand.
  • To stroke our own egos by building a custom templating engine in PHP (a terrible, terrible mistake).

Disclaimers

This is an unoffical, unendorsed, unmaintained guide to the COMP1917 course. This guide was written by former students based on their own experiences of the course, and may thus become increasingly irrelevant over the course of time. Everything in this guide should be taken as advice only. When in doubt, consult your tutor and/or lecturer.

To provide a bit of history, the majority of the actually useful content of this guide was originally written by Stephen Sherratt. The less-useful bits, including the website itself, the horrible custom templating engine (before stuff like Jekyll was cool), and any silly or inappropriate flavour text were mostly done by Dan Padilha. So you know who to blame.

Contributing changes

This project is unmaintained (or sparsely maintained). You are welcome to provide feedback and/or changes, whether via email or Github, just as we are welcome to completely ignore it and continue about our extremely busy and overwhelmingly successful lives (a natural consequence of having effectively lived this guide, of course).

For future reference, the website is currently hosted at dpad.github.io/comp1917-in-a-day. As the original templating engine is built in PHP and we're too lazy to upgrade it, a static snapshot of the website is currently built via a recursive wget and committed directly to the gh-pages branch. Please forgive us for this great sin, our exalted Lord of Programming, Linus.

Copyright and License

COMP1917 In A Day is intended as an educational resource. With that in mind, anyone is allowed to copy, edit, and even host their own copies of it, under the conditions that:

  • You must publicly release the source code of any changes you make.
  • You must acknowledge and attribute any authors who have previously contributed to this project.
  • You must not pretend that you created this whole thing through your own sweat and tears to try and impress others. We already tried that and it didn't work.
    COMP1917 In A Day is an educational website designed to teach the basics of
    programming in C.

    Copyright (C) 2011-2016  Dan Padilha, Stephen Sherratt

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or (at your
    option) any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
    License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

COMP1917 in a day

License:GNU Affero General Public License v3.0


Languages

Language:PHP 89.1%Language:C 6.4%Language:HTML 2.1%Language:CSS 1.4%Language:Shell 0.5%Language:Perl 0.4%