Skip to content

Instantly share code, notes, and snippets.

@devlaers
devlaers / PirateTranslatorMain.java
Created October 23, 2011 22:42
This program translates a user input phrase into pirate talk
//Name: Rachael Devlaeminck
// Assignment: Lab 02
// Title: Pirate Translator
// Course: CSCE 270
// Lab Section: Section 01
// Semester: Fall 2010
// Instructor: David Wolff
// Date: 9/21/10
// Sources consulted: None
// Program description: translates what the use types into pirate
@devlaers
devlaers / Circle.java
Created October 23, 2011 22:28
This program creates a GUI with 7 rectangels randomly spaced in the window. If a rectangel is outlined in red and you click on it a random shape will appear on that rectangle. If the shape is clicked again it will disapper. If you click on a reactangle
// Name: Rachael Devlaeminck
// Assignment: Lab 06
// Title: Linked Lists in a Graphical Window Manager
// Course: CSCE 270
// Lab Section: Section 1
// Semester: Fall 2010
// Instructor: David Wolff
// Date: 10/20/10
// Sources consulted: Professor Wolff
// Program description: creates windows and lets you add random shapes to the
@devlaers
devlaers / Points.java
Created October 20, 2011 00:18
There is an area in the two-dimensional Euclidean plane defined by a set of points P1(x1, y1), ... Pn(xn, yn). This set of points defines a convex region that must not be entered. I am also given a pair of points A(xa, ya) and B(xb, yb) with xa < min{ x1,
/*
Name: Rachael Devlaeminck
Assignment: Lab 1
Title: Shortest Distance
Course: CSCE 371
Semester: Fall 2011
Instructor: George Hauser
Date: October 13, 2011
Sources consulted: Course text book, slides and professor
Program description: finds the shortest path between point A and B avoiding all points in the convex hull