CSC151.02 2016S, Class 16: Programming the GIMP Tools
=====================================================

_Overview_

* Preliminaries.
    * Admin.
    * Upcoming Work.
    * Extra Credit.
    * Questions.
* Quiz
* Lab

Preliminaries
-------------

### Admin

* Continue partners!
* Lab and such posted soon!
* Exam 1 should be returned on Monday, provided I can grade at the swim
  meet.

### Reminders

* Office hours: MTWF 10-11, Tu 1-2.
    * Sign up at <http://rebelsky.youcanbook.me>.
    * Also feel free to stop by when my door is open.
    * Or to email me for an appointment.
    * Probably no office hours on Friday b/c of swim meet.
* Tutor hours
    * Sunday, 3-5 p.m.
    * Sunday-Thursday, 7-10 p.m.
* Weekly review sessions:
    * Wednesday at 8pm in the CS Commons with 
    * Thursday at 10am in this room with 
    * Thursday at 8pm in the CS Commons with 

### Upcoming Work:

* Reading for Monday:
    * [Boolean Values and Predicate Procedures](../readings/boolean-reading.html)
* [Assignment 4](../assignments/assignment.04.html) due next Tuesday
  at 10:30 p.m.
* Lab Writeup: Exercise 3ab
    * Send email titled __CSC 151 Lab Writeup 16 (Your Names)__
    * Do not include the underscores.
    * Send to <CSC151-02-grader@grinnell.edu>
    * Due before class on Tuesday.

### Extra Credit

* Send your reports to <rebelsky@grinnell.edu> with subject 
  "CSC 151 Extra Credit".
* Send opportunities to me before class with subject
  "CSC 151 EXTRA CREDIT OPPORTUNITY!"

#### Academic

* Monday's Data on Students Presentation, noon, JRC 101, with lunch
* Sexual Assault Awareness Week Discussion, Monday, 7:30 pm JRC 101

#### Peer

* Swim Meet, Friday, Saturday, and Sunday, Osgood Pool.  (30 min.)
    * "Daniel (diver) is really awesome." (1pm Sat for prelims; ? for finals)
* Lunar New Year Festival, Saturday 5:40 pm until 7:30 pm in Harris.
* Pun Club Tournament Friday the 26th in the evening.
* Contra Dance Friday the 26th in the evening.
* Improv Show the 27th in the evening in Loose Lounge.

#### Regular Peer

* Social Dance Workshop Tuesdays 7:00-8:00 in Bucksbaum Dance Studio
* Pun club Saturdays at 4pm in Younker (max 2)
* Electronic Potpourri on KDIC Fridays at Five (TONIGHT)
* Space Odyssey KDIC Fridays at Six
* Bollywood Dance, Fridays at whatever location appears on the posters.
  7:30-8:30.

### No Extra Credit, But Still Good


### Questions

Quiz
----

* Make sure that your monitor is off
* I will answer the squares problem on Monday.

Lab
---

* Please click on the Paintbrush when you start GIMP before you try to
  do the first problem.  (Some day we'll fix that issue.)
* Writeup: 3ab
* If you haven't played with number 2, you should.
* Here's something fun

        (define kitten (image-load "/home/rebelsky/Desktop/trop.jpg"))
        (image-select-ellipse! kitten REPLACE 7 13 75 64)
        (image-transform! kitten irgb-complement)
        (image-show kitten)

