In this workshop we handled a problem Comcast gave us. They needed 8000 files edited but sent us 20000 files. We wrote a program to filter out the files we needed. In addition, we fixed up the files which were in the wrong and\or inconsistent formats.
We also implemented a very simple wrapper for the windows Ping command and solved the classic programming problems "How many seconds from midnight?"
Comcast Code: Download Main
Ping and Seconds Code: Download SecondsFromMidnight
Comments