Useful References
Clients to Access Cobra
Excellent Starting Points for git
History and Relationship of Computing Languages
Unix/VI Tutorials and Cheat Sheets
-
Tutorial for Beginners
Short Command Summary
Basic Unix Commands
Useful vi/vim Commands
This next one is a double sided trifold document that contains a lot of tools for vim power users.
VIM Reference
Language References
COBOL
A Cobol Tutorial/CourseA Gnu Cobol Manual
A Gnu Cobol Reference
C/C++
C++ Reference Manual and TutorialsTNT: An interface for scientific computing in C++
Complex Number Operators in the Standard Template Library (with examples)
Complex Number Functions in the Standard Template Library (with examples)
Using Complex Numbers in the Gnu Scientific Library (C or C++)
An Example of using the Boost++ Libary for Complex Numbers
Fortran 77
Quick Language Referenceg77 Online Documentation
Fortran 90
Fortran Tutorialgfortran Online Documentation
JAVA
JAMA: Matrix manipulations in JAVACurrent state of JAVA numerical computations.
Methods and Constants defined in the java.lang.Math class