Showing posts with label psa. Show all posts
Showing posts with label psa. Show all posts

Monday, December 12, 2011

Registration reminder

Register for the spring term before the end of the fall semester! You will have a better selection of classes and sections if you do. Also, you should be aware that if you wait too long, there is the possibility that a section you want could be cancelled due to insufficient enrollment.

Tuition payments are not due until January 5th.

Friday, December 2, 2011

Enumerating

Sometimes when you are programming, you come across situations where you need some constants but the constants all have something significant in common. Take for example a program which tracks a person's food intake. You might want to categorize each of the foods in the program's database.

Wednesday, November 23, 2011

Connectivity

As of dinner time last night, Internet access was restored to the Lincroft campus. The IT staff continues to monitor the situation any signs of instability or trouble and Brookdale email seems to be working just fine now.

Monday, November 14, 2011

WebAdvisor - final interval

Today is the end of the final WebAdvisor monitoring interval. Students with attendance issues, poor homework performance, and/or missing assignments should take this warning very seriously.

Saturday, November 5, 2011

Register for classes

Priority registration is underway! In order to give yourself the best chance of getting all of the classes you need as well as the days and class meeting times you prefer, you should register early.

Tuition payments are not due until January 5th.

Saturday, October 29, 2011

WebAdvisor - interval 4

Monday is the end of the fourth WebAdvisor monitoring interval. Students with attendance issues, poor homework performance, and/or missing assignments should take this warning seriously.

Sunday, October 23, 2011

Whitespace... it's free!

I was reviewing today's batch of source code submissions and I noticed that an awful lot of people were not making good use of their whitespace. Please observe the following rules in your code:

Monday, October 17, 2011

Elaine Lapham Memorial Scholarship


The Brookdale Community College Foundation has announced that The Elaine Lapham Memorial Scholarship is available for the spring 2012 semester. The scholarship is in the amount of $500.

WebAdvisor - interval 3

Today is the end of the third WebAdvisor monitoring interval. Students with attendance issues, poor homework performance, and/or missing assignments should take this warning seriously.

Wednesday, October 12, 2011

Brookdale 5K

Notice to all students:


The first annual Brookdale Community College 5K run/walk to raise money for scholarships for the International Center Study Abroad Program is scheduled for Sunday, October 30th at 9:00 at Thompson Park. The cost is $25, and if you register before the 14th it includes a commemorative T-shirt. All of the donations go to the program.

You can download a race application here and a sponsorship form here.

Monday, October 10, 2011

Public service announcement #3

Notice to all students:

Though it does not affect our Comp171 class, Brookdale is NOT closed on Veterans Day. If you have Friday classes this semester, you have school on Friday, November 11th.

Monday, October 3, 2011

WebAdvisor - interval 2

Today is the end of the second WebAdvisor monitoring interval. Students with attendance issues, poor homework performance, and/or missing assignments should take this warning seriously.

Monday, September 26, 2011

Just say no to "magic numbers"

It is unacceptable to use "magic numbers" in your source code. When dealing with trivial programs, using a naked number doesn't look like such a big deal (the code is short and, if well commented, the intent of the programmer is clear) but it is still a very bad habit to develop. The problem is both clearer to see and greatly magnified once the size of the code in question is larger.

Tuesday, September 20, 2011

Academic honesty

In reviewing source code this weekend, I have noticed that some students are still emailing me source code files that are suspiciously similar to the work sent by another student. I realize that the first few assignments should be rather similar in appearance due to the very trivial nature of the requirements given but the students involved have submitted similar initial code and similar revisions - including their errors.

Friday, September 16, 2011

Email reminder!

I continue to find emails arriving in my Brookdale inbox which do not originate from the Brookdale mail server. As I announced in the first class, all email which does not come from a Brookdale email address is deleted unread. If you need to contact me, you must use your Brookdale email only.

Thursday, September 15, 2011

Gack!

Due to a catastrophic system failure, I need to reinstall all of my software. I will review and grade all assignments submitted but please be patient as I reconfigure my home system.

Sunday, September 11, 2011

Public service announcement #2

Notice to all students:

Though it does not affect our Comp171 class, Brookdale is NOT closed on Columbus Day. If you have Monday classes this semester, you have school on Monday, October 10th.

Monday, September 5, 2011

Public service announcement #1

Swimming River Road is closed indefinitely due to damage sustained during Hurricane Irene. Please plan your route to school accordingly and allow extra travel time as other approached to the Lincroft campus will likely be more congested than normal.

Sunday, September 4, 2011

Basic DOS commands

Here are some basic DOS commands which should be helpful to you when you are working (compiling and running code) at the command line.

Thursday, September 1, 2011

Java API documentation

The Java API documentation is located on the Oracle web site. The documentation is arranged using an easy to navigate tree structure by package and by individual class name.

Jump there now