Makefile
In a Unix environment when working with C++ or C, a Makefile can be a very handy thing. Instead of typing several separate commands each time you update a file and want to recompile, you can just type make and … Continue reading
In a Unix environment when working with C++ or C, a Makefile can be a very handy thing. Instead of typing several separate commands each time you update a file and want to recompile, you can just type make and … Continue reading
A very simple photo gallery tool. It displays a set of thumbnail images (made by you) and then each individual image when clicked. Requirements You need PHP support on your server. An easy way to test this is to stick … Continue reading
So you want to display a randomly selected quote on your page, and you want to use PHP to do it; you’ll need PHP support on your server. An easy way to test this is to stick <?php phpinfo(); ?> … Continue reading
A couple of reasons to use PHP in your site: Separation of content from design–when you want to change the look of your page, you can update a few files and every page of your content will be updated with … Continue reading
I just returned from the Corner Store, one of the groceries here on campus that accept our diner account funds, with dinner for tonight: Red Baron Western Breakfast Scrambles and Ale8. I got back several graded papers today in CS … Continue reading