CIT 594 Previous Announcements
Spring 2012, David Matuszek
| Date | Announcements |
|---|---|
| April 3, 2012 | I will not hold office hours Wednesday, April 4. I have a routine doctor's appointment. |
| April 2, 2012 | Some Interpreter clarifications have been posted. More things will probably be added to this page; I won't necessarily announce it every time. |
| April 2, 2012 | Thursday, April 5 - Guest lecturer, Pat Palmer The approaching maturity of web services technology and growth of free tools, de facto standards and services on the World Wide Web has enabled a new type of "software development" to spring up, in which a minimum of actual code needs to be written, and the bulk of the complexity is handled by (often remote) third-party software. We will explore examples of feeding data to web services to create graphs, charts, mash-ups, musical scores or even sound files. This new type of "software development" is good for students of science and technology fields, who can explore their subject area in new ways with such services. |
| March 31, 2012 | I've posted my ParserTest.java. |
| March 21, 2012 | I have posted my RecognizerTest.java, which you may find helpful when working on your Parser.
CIS 550 is being offered in the fall. It was inadvertently omitted from the earlier posted schedule of courses. I strongly recommend this course for everyone. Other good courses for MCIT students: CIS 552 Advanced Programming, CIS 554 Programming Paradigms (disclaimer: I teach this course), CIS 573 Software Engineering (Chris), others according to individual interest. |
| February 25, 2012 | By the way, has everyone noticed that there is a link to exam questions on this page? It's been there all semester. |
| February 25, 2012 | For those who are interested, I've just posted a new version of the Tokenizer test, My TAs, Sarah and Chris, have been doing a great job of keeping up with the grading. Were it not for the errors in my tests, you would have your grades by now. The remaining delay is my fault. Also, please note that if, because of an error in my tests, you changed your Tokenizer's |
| February 23, 2012 | I've posted an updated version of my Recognizers slides. The only change is to make some of the names more consistent with the supplied code for the Recognizer assignment. |
| February 20, 2012 |
|
| February 8, 2012 | The enum You really should specify how each of these is defined, but I do that in the Javadoc for my Also, I've added to the specification that |
| February 8, 2012 | I've been checking my own code, and will be asking for slightly fewer warning messages. In Code style, you may continue to Ignore:
|
| February 6, 2012 | Sam Moelius is giving a talk on "Java Generics", Thursday, February 9, at 1:30 inWu & Chen. You should attend if you can, because:
|
| February 1, 2012 | The findAllSolutions method should find all solutions that don't revisit any locations, otherwise there could be an infinite number of solutions (which would be impossible to program). For example, in Similarly, the solve method should produce a solution (if one exists) in which no array location is entered more than once. |
| January 26, 2012 | Errors in current assignment (you knew there had to be some!): In the definitions of |
| January 23, 2012 | Assignment 1 FAQ (Frequently Asked Questions):
|
| January 18, 2012 | I'm not blacking out my site today, but I will mention techdirt, which is a site I read regularly. As Will Rogers said, "We have the best Congress money can buy." |
| January 8, 2012 | Note that we will be using Blackboard rather than Sakai for this course. Sakai was a pilot project, and isn't available to us again this semester. |
| January 6, 2012 | The language for this course is Java 7;
Other software we will be using: Eclipse (I'm using Eclipse Java EE IDE for Web Developers, but Eclipse Classic 3.7 should do), JRat (documentation is here), |