Simple C++ rect2polar program @KTSI
This is another simple C++ program done for KTSI. This one converts rectangular to polar...
Simple C++ dec2bin program @KTSI
This is a very simple dec2bin program done for KTSI. #include #include #include using namespace std; string dec2bin (int...
Simple C++ Takeway Game @KTSI
This is a simple C++ Takeway Game done for KTSI. #include using namespace std; int main (int argc, char * const...
Simple C++ lottery program @KTSI
Here is a simple C++ lottery program done for the KTSI. #include <iostream> #include...
Network Cisco iOS Workshop @KTSI
Small CISCO Network iOS Workshop at KTSI Set Switch IP Switch#conf t Enter configuration commands, one per line. End with CNTL/Z....
Convert Word Documents to PDF with Automator
I got a lot of Microsoft Word Documents form one of our professors at KTSI. But Evernote only supports text recognition inside PDFs. So I...