Info1 - Code Examples Overview
Lecture Code Examples
Don’t worry about noting down any code changes I make in class - I will upload everything to github! The “Changes in ws2019” links will only work after I’ve uploaded those changes.
Note that it might also be quite convenient to look at the code on the github page online, the commit history shows you the exact changes I made. Click on “commits” and then one individual commit, and you you’ll see the changes.
Class
(the links named “changes in …” will only work after the class has actually happened!)
Labs
- Lab 01: Kara
- Lab 02: TicketMachine
- Lab 03: BookExercise project
- Lab 04: Clock Display
- Lab 05: Notebook
- Lab 06: Lambdas
- Lab 07: Lotto and Technical Support
- Lab 08: Bouncing Balls
- Lab 09: Testing with JUnit
- Lab 10-12: The World of You
Further Hints
- You can download the complete examples/repositories by using the ZIP Button present on the repository sites.
- You can also look at single files online on github.
- The list of changes in the commit history might look a bit confusing at first because all changes in the BlueJ meta files (ctxt) are recorded as well - just search for the .java file that you’re interested in. (e.g. by using cmd-f in the browser)
- One possible way to work with it: download the original version as zip (always in Branch “master” - the first link above), and then check my commits or the current version online to recall the changes we made in class.
- of course, you might want to start working with git - which you need to do in info3 latest - and just clone the repository. trygit is one of the many good starting points that are available online. But if you’re just starting off with programming, it’s totally fine to wait till the 3rd semester for learning git.
- Please note that this organization (htw-imi-info1) contains all repositories from former semesters. I might update them slightly before class, so if you download them ahead, you might want to subscribe to the repository to be notified in case something changes.