Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
UNI - CS - 022
Date: Wed, 19 Sep 2001 16:44:20 -0500 (CDT) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-022-01@uni.eduSubject: Today's main macro, row coloring code.Hi 022 students, We have a hands-on class on Friday, in WRT 112 lab
UNI - CS - 022
Date: Fri, 31 Aug 2001 13:30 From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-022-01@uni.eduSubject: Not to worry.Hi 022 students, 1. You do NOT have to do anything with today's handout. It was given out so that
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Wed Jul 3 14:20:21 2002Date: Wed, 03 Jul 2002 10:06:57 -0500 (CDT)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-088-06@uni.eduSubject: Take home test due Friday, July 12th.1. The take-home test i
UNI - CS - 088
Date: Thu, 18 Jul 2002 13:41:12 -0500 (CDT) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-088-06@uni.eduSubject: class27.html review of today's lab. BONUS POINTSHi 088 students, The web site is http:/www.cns.uni.ed
UNI - CS - 088
Date: Fri, 26 Jul 2002 12:12 p.m. From: Mark Jacobson <jacobson@cns.uni.edu> To: 810-088-06@uni.eduSubject: PERL exam on Monday.Hi 088 students, We will have a PERL CGI exam on Monday. You do not have to knowany JavaScript for th
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Thu Aug 1 10:20:53 2002Date: Thu, 01 Aug 2002 10:20:30 -0500 (CDT)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-088-06@uni.eduSubject: Till Tuesday for final project.Hi 088 students, Final exam
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Mon Jul 22 09:45:50 2002Date: Mon, 22 Jul 2002 09:45:12 -0500 (CDT)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-088-06@uni.eduSubject: Cheat sheet due Wednesday, test extended alsoThe exam will NO
UNI - CS - 053
/ Written: Wednesday, February 6th, 2002, 2:30 p.m. during class./ Purpose: Show solution to group exercise. / Learn how to do commmand line arguments and process them/ by using the args array from the main( String[] args )
UNI - CS - 053
/ 810:053 OOP - Wednesday, February 6th handout./ The Square class inherits from or extends and specializes/ the Rectangle class. The Square class is the subclass, / and the Rectangle class is its superclass.import Rectangle;
UNI - CS - 053
/* * Wednesday, February 6th, 2002 handout to illustrate inheritance. * * * **/ class Rectangle { private final static int HOWMANYLEADINGSPACES = 12; private i
UNI - CS - 053
/ Written by: Mark Jacobson/ Handed out: Wednesday, February 6th, 2002/ Purpose: Demonstrate inheritance. / The Square class extends the Rectangle class.import Square;public class trySquare{ public static void main( Str
UNI - CS - 053
/ Inner Classes, overriding update() method to change repaint() result,/ using the isShiftKey() method to detect modifier key and mouse button click,/ and using the WindowAdapter class to allow closing the window gracefully./ Modification. Uses
UNI - CS - 053
/* One possible solution to the Wednesday, March 27th group exercise. Uses a Vector object. 1. Modify this to be a Vector of 100 Points instead of 200 Integers. 2. Modify this so that each line is a different, randomly chosen color.
UNI - CS - 053
Date: Fri, 22 Feb 2002 15:49:31 -0600 (CST) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-053-01@uni.eduSubject: Quiz next Wednesday.Hi 053 students, The 2nd quiz will be next Wednesday. It will cover everything that
UNI - CS - 053
From jacobson@math-cs.cns.uni.edu Wed Feb 20 21:46:44 2002Date: Wed, 20 Feb 2002 21:46:22 -0600 (CST)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-053-01@uni.eduSubject: Creating a new subclass called BallTrace.Hi Java students,
UNI - CS - 053
class Delay{ private int delayAmt; / delay or sleep amount is in milliseconds / 1000 milliseconds = 1 second Delay() { delayAmt = 1000; } Delay(double delaySeconds) { delayAmt = (int) (1000
UNI - CS - 053
Dr. Venkman and Scott in dialog. A small sample of it is shown below. The dialog with Jennifer is not shown. Jennifer and Scott are both trying to guess the hidden face of a card that Dr. Peter Venkman is holding up. Venkman: Nervo
UNI - CS - 061
* Test Two - Monday, November 25th - 810:061 * 1. Know how to do for loops and study all the examples that have used the for loop structure. 2. Know how to do the Button, Choice and the ScrollBar awt components. 3. There will be at le
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Mon Nov 4 09:56:10 2002Date: Mon, 04 Nov 2002 09:54:15 -0600 (CST)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Program Bouncing Ball due Friday by class ti
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Mon Nov 4 11:28:40 2002Date: Mon, 04 Nov 2002 11:28:03 -0600 (CST)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Recursion.As a follow-up to today's Novemb
UNI - CS - 061
Date: Friday, 01 Nov 2002 11:06 a.m. From: Mark Jacobson <jacobson@cns.uni.edu> To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Try validate(); last statement in begin().Hi 061 students, If you put the validate(); statemen
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Thu Oct 24 18:11:09 2002Date: Thu, 24 Oct 2002 18:09:13 -0500 (CDT)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: The pauses between creating new Vehicles in
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Wed Oct 23 22:14:10 2002Date: Wed, 23 Oct 2002 09:55:12 -0500 (CDT)From: Mark Jacobson <jacobson@math-cs.cns.uni.edu>To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Program due Monday at the start of class, no
UNI - CS - 030
From Mark.Jacobson@uni.edu Thu Mar 2 12:57:22 2000Date: Thu, 02 Mar 2000 12:49:02 -0600 (CST)Hi 030 students, The Fill Style menu has a CONTROL ARRAY of menu choices. Every one of the 8 commands has the SAME NAME property, mnuStyle.
UNI - CS - 030
From:IN%"Mark.Jacobson@uni.edu" "MARK JACOBSON" 8-MAR-2000 14:10:17.29To:IN%"810-030-01@uni.edu"Subj:hsbWidth Slimer.Hi 030 students, Here is a problem that I just duplicated, and its solution.The Horizontal Scroll Bar is named hsbWidt
UNI - CS - 061
Date: Tue, 25 Feb 2003 12:35:32 -0600 (CST) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-061-02@uni.eduSubject: Exam #1 on March 6th, Thursday.Hi Java students, As you know from today's class, Exam One will NOT be thi
UNI - CS - 061
Date: Tue, 11 Feb 2003 13:06:47 (CST) From: Mark Jacobson <jacobson@cns.uni.edu> To: 810-061-02@uni.eduSubject: Laundry Sorter due Friday by 5 p.m.Hi Java students (11 TTh), The Laundry Sorter program will be extended so that you
UNI - CS - 061
Date: Thu, 30 Jan 2003 12:50 PM From: Mark Jacobson <jacobson@cns.uni.edu> To: 810-061-02@uni.eduSubject: Solution to group exercise, LEFT, RIGHT. INDENTATION improved.Very important correction!When I copied and pasted the Java code
UNI - CS - 061
From jacobson@cns.uni.edu Wed Jan 22 4:10 p.m. Date: Wed, 22 Jan 2003 16:10:09 -0600 (CST) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: Frodo.Baggins@MiddleEarth.comSubject: Fixing jGrasp IDE, Java SDK compiler, usin
UNI - CS - 053
Date: Tue, 09 Apr 2002 00:24:14 -0500 (CDT) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-053-01@uni.eduSubject: Example of instanceof operator in Java and PinBallHi 053 students, I had a question tonight about the vec
UNI - CS - 053
Date: Tue, 09 Apr 2002 02:04:44 -0500 (CDT) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-053-01@uni.eduSubject: contains() is very nice. contain() your enthusiasm for it.The following discussion relates techniques and hi