CIT 591 Previous Announcements
Fall 2010, David Matuszek
| Date | Announcements | ||
|---|---|---|---|
| December 9, 2010 | At last! A solution to getting the frog! I have posted a revised version of ArrowKeyTests.java with these (and only these) changes:
This improved method should allow you to load the frog images (1) on any platform, and (2) even if you put your program and the frog images into a You should use the new, "improved" method even if the program works for you, because that will improve the chances that it will also work for me. Oh, by the way--only load the images once. It takes milliseconds to load an image, so you don't want to do it every time the display changes! |
||
| December 8, 2010 | Frogger was due Thursday, December 9. I don't want to interfere with the pizza party, and I'm not going to grade anything until Monday anyway, so it's now due Sunday midnight. (You may, of course, still turn it in by Thursday midnight if you like--I've even remembered to set up Blackboard to let you do so!) | ||
| December 8, 2010 | And one evaluation form I missed: |
||
| December 7, 2010 | Final Partner Evaluations: Please fill these required forms out before Monday, December 13. |
||
| December 7, 2010 |
|
||
| November 30, 2010 | Special MCIT lecture! Frank O'Brien, author of The Apollo Guidance Computer, will be speaking in Please come and join us for a fascinating look at the hardware and software that got us to the moon!. Everyone is welcome! Also: The current CIT 591 assignment will be due Friday midnight. |
||
| November 30, 2010 | One thing Eclipse doesn't know how to do (correctly) is to generate a test suite for JUnit 4 tests. See my JUnit slides for an example of how to write this test class. | ||
| November 30, 2010 | Clarifications and corrections to Text Translator assignment: Please name your classes as follows, with this capitalization: WrapLines: Lines should not end in spaces or tabs. If there are spaces or tabs ending in column 72, they should be discarded. If there are spaces or tabs starting in column 73, they should be discarded. WrapLines: When a line is wrapped, the new line should begin with exactly the same whitespace (if any) as the previous line. If a long line begins with (for example) two tabs and a space, then the part that is wrapped should begin with two tabs and a space. If I told you something else when you asked me, I was mistaken--my apologies. SingleSpace: I gave a bad example in the assignment. Pairs of newlines should be replaced with a single newline; single newlines should be left alone. So |
||
| November 18, 2010 | I won't be in my office today. | ||
| November 11, 2010 | Thanksgiving is November 25. Unless someone insists, I will not hold class on November 24. | ||
| November 9, 2010 | I will not have office hours today. | ||
| November 9, 2010 | Many of you have been concerned about a poor grade on the midterm exam. As stated in class, if you do "better" on the final exam than on the midterm exam, I will count the midterm "less heavily." Here's what I mean by that.
|
||
| November 2, 2010 | There are a couple of minor corrections in the 08-Battleship assignment, and one major one: You can use the getShipArray method wherever you need it. |
||
| November 1, 2010 | Partner evaluation form for 07 Saddle Points. Reminder: Filling out these forms is a course requirement; it is not optional. |
||
| November 1, 2010 | I will not have office hours this Thursday, November 4. | ||
| October 27, 2010 | To accomodate TCOM students who are having other midterm exams this week, the Saddle Points assignment is due before Midnight, October 31. For everybody. We will have a new assignment this Friday, as usual. | ||
| October 27, 2010 | Partner evaluation form for 03 Three Musketeers Partner evaluation form for 04 Squarelotrons Partner evaluation form for 05 War (Card Game) Partner evaluation form for 06 Hammurabi |
||
| October 26, 2010 | Correction: In the Saddle Points assignment, only main should be static. Furthermore, it should be . |
||
| October 20, 2010 | If you are majoring in MCIT: I am your advisor. This semester, and every semester, you will have a "hold" placed on your registration. You cannot register until you are advised by me. This is totally routine. Don't panic. If you are full-time, taking CIT 591, CIT 592, and CIT 593 this semester, and you wish to take CIT 594, CIT 595, and CIT 596 next semester, you can just send me an email, and I will have the hold cleared. If you are part-time, taking just CIT 591 this semester, and you wish to take just CIT 594 next semester, you can just send me an email, and I will have the hold cleared. If you are doing, or planning to do, something unusual, you should probably talk to me about it. Of course, you are welcome to come and talk to me in any case, but if you're just taking the standard sequence of courses, you don't really need to. If you are not majoring in MCIT, I am not your advisor, and you don't need to clear anything with me. If you want to take CIT 594 next semester, and it's okay with your advisor, it's okay with me. |
||
| October 16, 2010 | Modification: Removed the unnecessary bushelsUsedAsSeed parameter from the harvest method. |
||
| October 14, 2010 | Now posted: three_musketeers.py, three_musketeers_test.py | ||
| September 29, 2010 | Now posted: gamble.py, bt.py, bt_test.py, secret_code.py, and secret_code_test.py. | ||
| September 28, 2010 | Cracking the Coding Interview: I highly recommend Ms. Laakmann's talk for anyone interested in getting a job in the CS/IT field. If this doesn't describe you, you probably should skip this talk. |
||
| September 27, 2010 | Instructions for uploading assignments to this year's Blackboard are at http://www.library.upenn.edu/courseware/bbstudent.html#assignments. | ||
| September 16, 2010 | I haven't written the next assignment yet, but I've decided it will use balanced ternary. Please look at this link before lab tomorrow. | ||
| September 15, 2010 | As far as I know, all students registered by yesterday now have access to Blackboard. The course is listed there as CIS 591, not CIT 591, but everything seems to be working. | ||
| September 14, 2010 | Some preliminary office hours have been posted (see below). Please be aware that times and locations may change; I will try to post any changes in advance. | ||
| September 14, 2010 | I thought this was clear from the assignment, but some people are confused. The human should choose odd or even once, at the beginning of the game, not once per bet. |
||
| September 14, 2010 | Blackboard is still screwed up. For everybody. It was supposed to be fixed by this morning, but it wasn't. Watch this space, and I'll tell you when it's supposed to be okay. After that, you can tell me if you can't get on. | ||
| September 13, 2010 | Changes to the assignment:
Clarification:
|
||
| September 13, 2010 | Please pardon me for not answering everyone individually. All students should have access to Blackboard by tomorrow. | ||
| September 11, 2010 | Non-MCIT students: The good news is that now we have a lab. The bad news is, now that we have a lab, it's required. Everybody who missed lab, here's what we did:
|
||
| September 10, 2010 | Lab for MCIT students: Fridays at 3:00 in Moore 207. Lab for non-MCIT students: Fridays at 4:30 in Moore 207. |
||
| September 1, 2010 | Get my attention. When you send me email about this course, please:
|