<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.cs.vassar.edu/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.cs.vassar.edu/feed.php">
        <title>Computer Science @Vassar College</title>
        <description></description>
        <link>http://wiki.cs.vassar.edu/</link>
        <image rdf:resource="http://wiki.cs.vassar.edu/lib/images/favicon.ico" />
       <dc:date>2009-11-06T12:52:38-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab7?rev=1257528826&amp;do=diff1257528826"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign5?rev=1257518282&amp;do=diff1257518282"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/week9?rev=1257446107&amp;do=diff1257446107"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/top?rev=1257445138&amp;do=diff1257445138"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/c395-200903/schedule?rev=1257355355&amp;do=diff1257355355"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs203-200903/assignments/top?rev=1257190478&amp;do=diff1257190478"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/schedule?rev=1257174292&amp;do=diff1257174292"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/sysnews/top?rev=1257088992&amp;do=diff1257088992"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/week8?rev=1257013722&amp;do=diff1257013722"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign4?rev=1256920244&amp;do=diff1256920244"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab6?rev=1256845371&amp;do=diff1256845371"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/top?rev=1256842963&amp;do=diff1256842963"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/c395-200903/assignments?rev=1256836758&amp;do=diff1256836758"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/people/priestdo/er?rev=1256760768&amp;do=diff1256760768"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/courses/cs334-200903/assignments/top?rev=1256747690&amp;do=diff1256747690"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/people/mlsmith/top?rev=1256733596&amp;do=diff1256733596"/>
                <rdf:li rdf:resource="http://wiki.cs.vassar.edu/people/jones/top?rev=1256588343&amp;do=diff1256588343"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.cs.vassar.edu/lib/images/favicon.ico">
        <title>Computer Science @Vassar College</title>
        <link>http://wiki.cs.vassar.edu/</link>
        <url>http://wiki.cs.vassar.edu/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab7?rev=1257528826&amp;do=diff1257528826">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-06T12:33:46-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>CS102 Fall 2009 - Lab 7</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab7?rev=1257528826&amp;do=diff1257528826</link>
        <description>In this lab, you will learn how to use arrays, how to take input from the keyboard, and how to use Java flow of control statements for iteration.

Part I: Set up a new project

 Up to now, you have learned how to write output to the standard output (the screen) using the System.out.println (or System.out.print) statement. Today, you will see a slightly fancier way to do keyboard input and screen output using the JOptionPane class.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign5?rev=1257518282&amp;do=diff1257518282">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-06T09:38:02-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>CS102 Fall 2009 - Assignment 5</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign5?rev=1257518282&amp;do=diff1257518282</link>
        <description>Due Friday, November 6, 2009.

 In this assignment, you will continue working on a game involving UFOs and anti-UFOs. You may choose to download the following file, already adapted for use in NetBeans: [AnimatedUFOWorld.java], or, for the brave-of-heart, use your own solution for Assignment 4 as a starting point.  You should work on this assignment in NetBeans.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/week9?rev=1257446107&amp;do=diff1257446107">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-05T13:35:07-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>Week 9</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/week9?rev=1257446107&amp;do=diff1257446107</link>
        <description>[Lecture notes]
[Lecture notes]



Lab 7</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/top?rev=1257445138&amp;do=diff1257445138">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-05T13:18:58-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>Fall 2009</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/labs/top?rev=1257445138&amp;do=diff1257445138</link>
        <description>Fall 2009
Lab 0Lab 1Lab 2Lab 3Lab 4Lab 5Lab 6lab 7</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/c395-200903/schedule?rev=1257355355&amp;do=diff1257355355">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-04T12:22:35-05:00</dc:date>
        <dc:creator>Örjan Ekeberg</dc:creator>
        <title>CMPU 395 Schedule</title>
        <link>http://wiki.cs.vassar.edu/courses/c395-200903/schedule?rev=1257355355&amp;do=diff1257355355</link>
        <description>Note that this is a preliminary plan for the course. 
 M Aug 31  Lecture  1  [Introduction, Presentation of the course]  W Sep  2  Lecture  2  [Neurophysiology, Hodgkin-Huxley model]  W Sep  9  Lecture  3  [Point neurons and compartment models, Synaptic interaction]  M Sep 14  Lecture  4  [Integrate-and-fire models,  Abstract models]   Chapter 1  W Sep 16  Lecture  5  [Layered networks]   Chapter 2  F Sep 18  Assignment 1  H-H simulation                      M Sep 21  Lecture  6  [Error driven l…</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs203-200903/assignments/top?rev=1257190478&amp;do=diff1257190478">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-02T14:34:38-05:00</dc:date>
        <dc:creator>Barry Jones</dc:creator>
        <title>courses:cs203-200903:assignments:top</title>
        <link>http://wiki.cs.vassar.edu/courses/cs203-200903/assignments/top?rev=1257190478&amp;do=diff1257190478</link>
        <description>Assignment 1: pg 80 #2.28 - Please do this using integer division and modulus. Due: Tuesday 9/8/09


Assignment 2: pg 130 #3.12 - Due 9/15/09

Assignment 3: The Monty Hall Problem Due 9/22/09

Assignment 4: pg 402 #7.22 - Sales slips, 2D array - Due 10/6/09</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/schedule?rev=1257174292&amp;do=diff1257174292">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-02T10:04:52-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>Schedule</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/schedule?rev=1257174292&amp;do=diff1257174292</link>
        <description>This table specifies when we cover given topics. The week numbers in the first column are links connecting  
this page to the homework that you will be working on for the corresponding week. The  third column lists the pages in the text that cover the lecture  material. The Mon/Wed columns list the lecture dates, and the Thu column lists the lab dates, for each week.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/sysnews/top?rev=1257088992&amp;do=diff1257088992">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-01T10:23:12-05:00</dc:date>
        <dc:creator>Greg Priest-Dorman</dc:creator>
        <title>System Status</title>
        <link>http://wiki.cs.vassar.edu/sysnews/top?rev=1257088992&amp;do=diff1257088992</link>
        <description>On Sunday November 1st I replaced the root disk in our firewall.  Over this time our connection to the outside world was down.  Additionally, connections to some of our servers that depend on the firewall (like bioinf) were down even from within the department.  The downtime was from 9:45am to 10:15am.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/week8?rev=1257013722&amp;do=diff1257013722">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-31T14:28:42-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>Week 8</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/week8?rev=1257013722&amp;do=diff1257013722</link>
        <description>[week8a.txt]Objectinstanceofstatic[BlockWorldA.java][IItem.java][Person.java][ITicket.java]Lab 6: Designing stateful classesHW 5</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign4?rev=1256920244&amp;do=diff1256920244">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-30T12:30:44-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>CS102 Fall 2009 - Assignment 4</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/assign4?rev=1256920244&amp;do=diff1256920244</link>
        <description>Due Monday, October 26, 2009.

 In this assignment, you will continue working on a game involving UFOs and anti-UFO weapons.
 


Download the starter code for this assignment at this link:  [UFOWorld.java]
 


Follow the directions on pages 285-296 as well as the lecture notes to animate the UFO class. The class diagram in Figure 93 on page 286 depicts the program layout after you have made the UFOWorld extend World.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab6?rev=1256845371&amp;do=diff1256845371">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-29T15:42:51-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>CS102 Fall 2009 -- Lab 6</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/labs/lab6?rev=1256845371&amp;do=diff1256845371</link>
        <description>In this lab, you will learn how to write stateful methods, how to use static fields and methods, and how to write tests and run them in NetBeans.

Working with Stateful Classes
NetBeansnetbeans

NetBeans

FileNew Project

CategoriesProjectsCategoriesJavaProjectsJava ApplicationNext

Project NameProject LocationProject FolderProject NameLab6Project LocationBrowse...Project FolderCreate Main ClassSet as Main ProjectFinishLab6Lab6PropertiesLibrariesAdd JAR/FolderLook in...“”usrlocalshareinhouse…</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/top?rev=1256842963&amp;do=diff1256842963">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-29T15:02:43-05:00</dc:date>
        <dc:creator>Jenny Walter</dc:creator>
        <title>Fall 2009</title>
        <link>http://wiki.cs.vassar.edu/courses/cs102-200903/assigns/top?rev=1256842963&amp;do=diff1256842963</link>
        <description>Fall 2009
HW 0HW 1HW 2HW 3HW 4HW 5</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/c395-200903/assignments?rev=1256836758&amp;do=diff1256836758">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-29T13:19:18-05:00</dc:date>
        <dc:creator>Örjan Ekeberg</dc:creator>
        <title>CMPU 395 -- Assignments</title>
        <link>http://wiki.cs.vassar.edu/courses/c395-200903/assignments?rev=1256836758&amp;do=diff1256836758</link>
        <description>General information

 The assignments will require programming in Python, but the programs themselves are not that important.  Focus will be on the insights gained from using various machine learning algorithms.

The assignments should preferably be made in groups of two.  A short (about two pages) lab report with diagrams and comments on insights/reflections should be handed in before the deadline for each assignment.</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/people/priestdo/er?rev=1256760768&amp;do=diff1256760768">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-28T16:12:48-05:00</dc:date>
        <dc:creator>Greg Priest-Dorman</dc:creator>
        <title>Running Notes</title>
        <link>http://wiki.cs.vassar.edu/people/priestdo/er?rev=1256760768&amp;do=diff1256760768</link>
        <description>And Human Evolution
Dennis M. Bramble1 &amp; Daniel E. Lieberman 2004 article in NatureTravis Rayne Pickeringa and Henry T. Bunna responce to above The evolution of endurance running and the tyranny of ethnography: A reply to Pickering and Bunn (2007)
Shoe Attempts

 As it gets colder and damper I am trying some things to extend the time I can use my VFFs:</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/courses/cs334-200903/assignments/top?rev=1256747690&amp;do=diff1256747690">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-28T12:34:50-05:00</dc:date>
        <dc:creator>Barry Jones</dc:creator>
        <title>courses:cs334-200903:assignments:top</title>
        <link>http://wiki.cs.vassar.edu/courses/cs334-200903/assignments/top?rev=1256747690&amp;do=diff1256747690</link>
        <description>Assignment 1: pg 44, #17, 22, 25 - Due 9/9/09

Assignment 2: pg 142 #6, 7, 12 - Due 9/16/09

Assignment 3: pg 175 #11, 12, 14 -  Due 9/23/09

Assignment 4: pg 220 # 5.12, 5.13, and 5.17 - Due 9/30/09

Assignment 5: pg 274 #6.39 - Sleeping Barber Problem - Use semaphores - Due 10/26/09</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/people/mlsmith/top?rev=1256733596&amp;do=diff1256733596">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-28T08:39:56-05:00</dc:date>
        <dc:creator>Marc L. Smith</dc:creator>
        <title>Marc L. Smith</title>
        <link>http://wiki.cs.vassar.edu/people/mlsmith/top?rev=1256733596&amp;do=diff1256733596</link>
        <description>Assistant Professor
 Computer Science Department
  Vassar College


Contact Information

 Office: OLB 122 
  Voice: 845 437 7497
 E-mail: &lt;mlsmith@cs.vassar.edu&gt;
 



Teaching
On sabbatical:---CMPU-377 (Parallel Programming):CMPU-353 (Bioinformatics):
Research Interests


Vassar Paparazzi
Admissions web pageFaculty FocusJodi SchwarzVassar, the Alumnae/i Quarterly, Fall 2009</description>
    </item>
    <item rdf:about="http://wiki.cs.vassar.edu/people/jones/top?rev=1256588343&amp;do=diff1256588343">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-26T16:19:03-05:00</dc:date>
        <dc:creator>Barry Jones</dc:creator>
        <title>Barry Jones</title>
        <link>http://wiki.cs.vassar.edu/people/jones/top?rev=1256588343&amp;do=diff1256588343</link>
        <description>Visiting Assistant Professor
 Computer Science Department
  Vassar College


Office: OLB 118 
  Voice: 845 437 7293 
 E-mail: &lt;jones@cs.vassar.edu&gt;
 


  

----------

Teaching

&lt;https://edit.cs.vassar.edu/courses/cs334-200903/top&gt;
CMPU-334 - Operating Systems
Lectures:CMPU-203 - Computer Science III: Software Design and Implementation
Lectures:Labs:</description>
    </item>
</rdf:RDF>
