|
|
My Web Links |
| Name | URL | Descripton |
| MAPLE | http://maple.cs.umbc.edu | This is the lab where I work! |
| Dave's Guide to C Programming | http://www.cs.cf.ac.uk/Dave/C/ | The code here is extremely useful if you ever have to do any systems programming in C. |
| CPP Reference | http://cppreference.com/ | Every C++ STL method you could ever want to know about, along with worked out examples of how to call the methods. |
| Avi Silberschatz's Home Page | http://codex.cs.yale.edu/avi/ | Dr. Silberschatz is the CS Department Chair at Yale. He wrote two really good books on Operating Systems and Databases and his powerpoint slides are extremely useful. |
| Webmonkey HTML Cheatsheets | http://www.webmonkey.com/ | If you have any HTML questions or issues, go here first. They have just about everything you need to know about HTML. |
| SQL Syntax | http://mckoi.com/database/SQLSyntax.html | Great resource for SQL Syntax...some of the statements are real tricky. |
| Daniel Hood's Homepage | http://userpages.umbc.edu/~dhood2 | Dan Hood has some the best resources I've ever seen on scripting languages. Check his page out for his lecture notes on them, as well as his other links. |
| Foxit PDF Reader | http://www.foxitsoftware.com/pdf/rd_intro.php | Foxit's PDF reader is much less memory-consuming than Adobe PDF Reader, and it's free! |
| A Simplified Introduction to LaTeX | http://www-math.cudenver.edu/~hgreenbe/booksEtc/SimplifiedIntro.html | Easiest introduction to LaTeX I've seen yet. |
| JPEG2PS | http://gnuwin32.sourceforge.net/packages/jpeg2ps.htm | Nice, small DOS-based utility you can use to convert JPG files to EPS files (to use in LaTeX documents). |
| LaTeX Templates | http://dsl.org/comp/templates/ | Easy to use, free templates for everyday tasks in LaTeX. |
| Bouncy Castle Java Cryptography Library | http://www.bouncycastle.org/ | This is a grat Java cryptography library if you ever need to do secure programming. I found this much easier to work with than traditional OpenSSL for C. |
| Apache Commons Math Package | http://commons.apache.org/math/ | This package has a little bit of everything, including statistical analysis. Great for those grad students who write their code in Java and then need to collect statistics, since this allows you to bypass Matlab for some more common tasks. |
|
| ![]() |
| Author: Joseph C. Montminy |