CIT 594 Previous Announcements
Spring 2010, David Matuszek
| Date | Announcements | ||
|---|---|---|---|
| April 14, 2010 | The due date for the Shortest Path assignment is hereby extended by one day, to Friday midnight. | ||
| April 29, 2010 | In case anyone is still working on the Automata assignment (or is just interested), I have written up a set of PowerPoint slides on Concurrency. Mostly this was just for my own benefit, but some concurrency questions may occur on the final exam. | ||
| April 22, 2010 | My proposed Programming Paradigms course has been unanimously approved The course is currently listed on the Registrar's page as CIS 700-002 (that's just a placeholder--the actual number will change). It will be MW 10:30-12:00 (the time will not change). |
||
| April 22, 2010 | Would you like to help grade your Interpreter assignment?
If your interpreter doesn't work with my test program, you can find and fix the errors, and send the corrections to Kompally (not the entire program, just the parts that need to be changed). That way he can get the program to work more easily, it's less work for him, and almost certainly a better grade for you. If your original program is broken to the extent that Kompally cannot fix it, and you have to resubmit, this will cost at least 20 points (out of the 150 total). |
||
| April 19, 2010 | No class Tuesday, April 20. Please attend the Saul Gorn lecture (3:00, Wu & Chen). |
||
| April 14, 2010 |
|
||
![]() |
Pizza party! Thursday, April 15, 6 p.m. Who is invited: All current and former MCIT students and faculty, and students taking MCIT classes. Please email to let her know if you are likely to attend, so that we can order enough pizza! (OK to bring a guest, just let us know.) |
||
| April 7, 2010 | There is a good explanation of Dijkstra's shortest path algorithm in your textbook. | ||
| March 24, 2010 | My office hours this week: |
||
| March 23, 2010 | As you probably know, Diana will be leaving us next year. This week we have two applicants coming in to interview for her position. I would really appreciate it if you could attend their talks and give me your opinions. (Sorry, no, this doesn't mean extra points in CIT594 ... but it does mean free food.) Chris Murphy, Wednesday, March 24, 307 Levine--Italian dinner (for MCIT students and faculty) at 5:30, and talk at 6. David Nellans, Thursday, March 25, talk at 1:30-3:00, Skirkanich Auditorium. |
||
| March 15, 2010 | I have posted DavesRecognizerTest.java. Some of you failed a large number of tests by only following the "happy path" and seldom or never checking for possible parse errors. This time, we have only taken off 5 points for failing to throw |
||
| March 15, 2010 | Another correction. My There's someplace in provided code that I treat |
||
| March 15, 2010 | Back from my conference. Thankfully, only a few minor issues have arisen regarding the parser.
|
||
| February 26, 2010 | The code for Parser.java and ParserTest.java has now been posted. I had to make a lot of corrections and updates that I didn't expect--that's why it took so long. I hope I got them all. This is starter code, intended to help you get started. You may modify it in any way you please (including ignoring it altogether). |
||
| February 17, 2010 | Hi, All CIS/MSE, MCIT, CGGT, EMBS, & Robotics students and all faculty are invited to a lunch tomorrow, 2/18, 11:30-1:15, in Levine 307. Stop by for something to eat and a chat. take care, Mike |
||
| February 15, 2010 | The next assignment (Recognizer) has been posted. You can get an early start on it if you like; I will discuss how to do it in class on Tuesday (assuming we have class on Tuesday). | ||
| February 15, 2010 | TA office hours have been changed. | ||
| February 13, 2010 | Special MCIT talk Heilmeier Hall (Towne 100) |
||
| February 13, 2010 |
|
||
| February 9, 2010 | Additions to Tree Generation assignment: I've added a method to the In |
||
| February 5, 2010 | Minor correction to Tree Generation assignment: Please make the read() method of the Grammar class static. There isn't any reason you should have to already have a Grammar object before you can read one in. If it's static, you can just say Grammar g = Grammar.read(); (Thanks, John!) |
||
| February 4, 2010 | In response to a number of questions: You are not required to use the parse method I supplied. If you find it convenient, use it; if not, don't. (However, if it has syntax errors or raises exceptions when copied into your Tree class, there's probably something wrong with your code.) |
||
| February 2, 2010 | Cracking the Technical Interview:
|
||
| February 1, 2010 | Testing your Tree API involves constructing a lot of test trees. To make this easier for you, I am providing a parse method (along with a unit test method for it). The parse method is like your toString method in reverse; that is, it accepts the kind of strings that toString should produce, and constructs Tree<String> objects from them. |
||
| January 26, 2010 | Added the assignment to Blackboard, so you should be able to submit now. |