Sunday, February 20, 2005

CSC365 Assignment 1 done!

Wheeeee!!!!! My news reader is done! It took forever.

Handling the .newsrc file is much easier than I thought. Didn't have much trouble reading and writing for APIs involved are pretty straightforward. Speaking of APIs, Java API is ample. Actually, it's way too much, as far as I am concerned at this time. To achive one thing, there are many ways to do it, you just have to find the right method. This is like putting puzzle pieces together. Unless you have in mind what the result looks like, you are going to be lost. But that doesn't mean I don't like Java. It's the only language I'm familiar with, if you call that familiar.

Anyway, I can finally take a little break. But this is by no means the end. I have more programs to write. CSC420 assignment 3, the time display program and CSC320 assignment 4, calculating cubic splines. Oh boy...

No comments:

 
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-910127-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })();