Giter Club home page Giter Club logo

comp1010practicalclassmaterial's Introduction

COMP1010 practical class material

Software required

  1. Java SE (Java SDK) (latest: 18)
  2. IDEs
    1. Eclipse IDE for Java Developers (latest: 2022-03), or,
    2. Visual Studio Code and the "Java Extension Pack" after you install Visual Studio Code.

Accompanying source codes

Source codes (templates) are located here.

  1. Download the file
  2. Open Eclipse
  3. File -> Import -> General -> Existing projects into workspace -> Select archive file -> (Choose downloaded file)

Accessing content

Practical class material is sorted by folder for each week.

Go into the relevant folder and open the .md file.

comp1010practicalclassmaterial's People

Contributors

gaurav1780 avatar williamatuni avatar ehyslop avatar sophiekaelin avatar josephhardman avatar emmmarosewalker avatar 0-arf0 avatar callidusjohn avatar coopertim13 avatar alexclusive avatar bradleykenny avatar mq45946396 avatar neilmurphy avatar sutantyo avatar hkumar07 avatar kabiracharya avatar jbarkhan avatar nailam06 avatar thomasyapbk avatar

Stargazers

Paul Tavitian avatar Suhaas Gambhir avatar  avatar  avatar Hongting Su avatar Jen Nguyen avatar  avatar Tudor Terescu avatar Gunjan Chamania avatar XLZY avatar Aniket Malik avatar Deb Kumar avatar Jakob Selja avatar Edison  avatar N S Baizid Bostami avatar Lachlan Banks avatar Connor Ellem-Sanders avatar  avatar  avatar  avatar  avatar Supun Sandeeptha avatar  avatar Jack Davenport avatar  avatar  avatar  avatar Nick Ramsay avatar  avatar sonakshi avatar

Watchers

James Cloos avatar  avatar  avatar  avatar Nick Ramsay avatar Jakob Selja avatar  avatar  avatar  avatar Patricia-Ysabelle T. Manayao avatar  avatar Lan avatar

comp1010practicalclassmaterial's Issues

Please update to 1H22-specific pages because these refer to 2H21!

Fixes in case your project has red exclamations:
- https://ilearn.mq.edu.au/mod/forum/discuss.php?d=1854443
- https://ilearn.mq.edu.au/mod/forum/discuss.php?d=1854746

Rules applicable to all submissions are on iLearn [here](https://ilearn.mq.edu.au/mod/page/view.php?id=6701867).

Syntax error in Week 11 prac

As you can see, the Time class has a constructor definition for Date, which is incorrect.

class Time {
	public day, month, year;
	public hour, minute;
	public Date(int d, int m, int y, int h, int m) {
		day = d;
		month = m;
		year = y;
		hour = h;
		minute = m;
	}
}

I have made a pull request which fixes this issue :)

  • Jack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.