Functional Problem Solving (CSC 151 2016S) : EBoards
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [Remote] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Curtsinger (2016S)] [Davis (2013F)] [Rebelsky (2015F)] [Weinman (2014F)]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Overview
What does round do?
How do we submit extra credit.
Send a message titled something like "CSC 151 Extra Credit (Your Name)" to rebelsky@grinnell.edu.
The message should be your reflections on the talk or activity. I don't really need summaries.
You should strive to do this within two days of the event.
When we rewrite the algorithm, should it just return yes/no or should it give a count of matching birthdays?
You only need to give yes/no, but a count would be cool, too.
However, you should be careful. I've seen algorithms that give the wrong count if three people have the same birthday.
Do you want us to base our algorithm off of the bad one that was there, or should we start from scratch?
Either.
What are the odds that I ended up with the same partner?
The odds that someone ends up with the same partner are reasonably good.
GIMP and DrRacket aren't playing nice. Why?
Sam is not necessarily competent. But we'll try to fix it today.
Are mentor sessions in the commons?
Yes.
Where is the commons?
We think it's Science 3817. It's the big room that overlooks Kistle.
I'm getting an error message that says "DBus not working!"
Go to GIMP and under the Mediascript Menu select Start DBus Server
The color swatch isn't showing up
Try
(image-show (color-swatch (irgb 255 0 0)))
I'm getting an error message at the bottom that says "default-load-extension-handler ..."
Ignore it Sam is not competent. He has no idea what it's happening and can't fix it.
Lab writeup: Exercise 9
Things that I hope you thought about ...
(image-show (color-swatch (irgb 200 100 200)))