Pinned Repositories
cs1331.github.io.old
Public web site for CS 1331 at Georgia Tech
cs1331.github.io
code-basics
ex-vending-machine
card
Example code used in Classes lectures
ex-inheritance-mario
hw-template.g8
A g8 template for homeworks and programming quizzes
hw-template
ex-zoo
Create a zoo that has different kinds of animals that do different things
ex-sorted-students
CS 1331's Repositories
cs1331/cs1331.github.io.old
Public web site for CS 1331 at Georgia Tech
cs1331/cs1331.github.io
cs1331/code-basics
cs1331/card
Example code used in Classes lectures
cs1331/ex-vending-machine
cs1331/checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
cs1331/ex-airport
interfaces and ArrayLists
cs1331/ex-equals
Illustrates the need to override the equals method when using a class in a collection
cs1331/ex-gradebook-exceptions
cs1331/ex-gt-parking
cs1331/ex-inheritance-mario
cs1331/ex-linked-list
cs1331/ex-references
cs1331/ex-shopping-list
Design an application that manages your shopping lists
cs1331/ex-sorted-students
cs1331/ex-zoo
Create a zoo that has different kinds of animals that do different things
cs1331/hw-template
cs1331/hw-template.g8
A g8 template for homeworks and programming quizzes