Some useful programming links: General Terminology: CS Vocabulary, FOLDOC, Webopedia ASCII Tables: Decimal | Hex | Both Unicode code charts: http://www.unicode.org/charts/ Python Online documentation: www.python.org/doc/ Python keywords and operator precedence table Python quick reference card (in pdf format, for printing) C/C++ Online documentation: www.cppreference.com (includes C++ STL) C/C++ keywords and operator precedence table C/C++ quick reference card (in pdf format, for printing) Bloodshed software forum and Dev-C++ faqs Common C Coding errors Java Online documentation: For Java SE 6: http://java.sun.com/javase/6/docs/api/ For Java SE 5: http://java.sun.com/j2se/1.5.0/docs/api/ Java operator precedence table
Some useful programming links: