Difference between revisions of "Coding"
From esoterum.org
m (Reverted edits by ReltrCodro (Talk); changed back to last version by Baker) |
|||
Line 17: | Line 17: | ||
*> [http://publications.gbdirect.co.uk/c_book/ The C Book] | *> [http://publications.gbdirect.co.uk/c_book/ The C Book] | ||
*[http://c-faq.com/index.html C-FAQ.com] | *[http://c-faq.com/index.html C-FAQ.com] | ||
+ | *[http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/cpp/index.html#Top The C Preprocessor from apple.com] | ||
== Modeling == | == Modeling == |
Revision as of 14:53, 8 January 2008
Contents
GNU
Java
HTML
- HTML 4.01/XHTML reference page
- Span formats (including mouse hover)
- HTML ASCII quick reference
- HTML URL encoding quick reference
Post Script
C
Modeling
AMPL (Linear Programming)
- Robert Fourer, AMPL: "A Mathematical Programming Language"
- GLPsol command:
glpsol --model example.txt --output results.txt
- CPLEX with AMPL Users Guide
Scripting
CGI
PHP
- PHP Tutoial
- PHP vs. Pearl scripting
- Installing PHP on Windows
- PHP.net
- Installing Apache server on Windows
- Function for loading the contents of web pages into a variable
- Regular Expressions Quick Reference
Assembly
- > Assembly programming tutorial
- Unix assembly programming
- Assembly programming tutor from U Akron
- List of assembly tutorials (Linux)