Dovermore / COMP20007

COMP20007 Collection of things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to COMP20007

This is the shared workspace for COMP20007 peers in University 2018

Anyone can upload their program to this directory

  • 11 Mar:
    • If you are not familiar with github and how it works. Check this excellent video tutorial by Daniel Shiffman.
    • https://www.youtube.com/watch?v=BCQHnlnPusY&list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV
    • Here are few useful tips I found when using terminal git:
      • It's cool and let you show off more compared to using github desktop/web github.
      • If you are not sure about any command always use 'git help' for information.
      • Always start with 'git pull'.
      • To discard your uncommited changes and rollback to when you pull. Use 'git checkout .' WARNING: Your work will lost after this command.

Please follow the instruction below to edit this repo:

  1. There will be distinct section for each problem sets, please commit your file to the corresponding directory
  2. The formatting of directory will be:
    • Directory: Great Genre of the problem (E.g. UVaProblem, Lab)
      • Directory: Sub Genre, id of the question/workshop (E.g. p14, Lab1)
        • File: question specification, for others to reference. Best to be pdf format.
        • Directory: Your Id, for identifying the author, This can be annoymous or can be your real name.
          • Your program. (E.g. Prog.c) Note: Executable File will be excluded by .gitignore
    • So full example: UVaQuestions/p14/xxxx/prog.c(also test cases/Outputs)
  3. To be added when Gabe announced Half-life 3
  4. Always add comment to commits so that others know what you did.
  5. Add comments to your program if possible
  6. If you spot bug(i.e. feature), or suggest changes to others' programs. Use 'Issues' tab to discuss the problem. Which is located above, near the code tab. Do NOT change other's program directly.
  7. Happy collaboration

About

COMP20007 Collection of things


Languages

Language:C 98.2%Language:Shell 1.8%