Difference between revisions of "Coding"
From esoterum.org
Line 22: | Line 22: | ||
*Robert Fourer, [http://www.google.com/search?q=cache:nQKxqQRX5mIJ:www.ampl.com/REFS/amplmod.ps.gz+ampl+declaring+large+sets&hl=en&ct=clnk&cd=1&gl=us AMPL: "A Mathematical Programming Language"] | *Robert Fourer, [http://www.google.com/search?q=cache:nQKxqQRX5mIJ:www.ampl.com/REFS/amplmod.ps.gz+ampl+declaring+large+sets&hl=en&ct=clnk&cd=1&gl=us AMPL: "A Mathematical Programming Language"] | ||
*GLPsol command: <code>glpsol --model example.txt --output results.txt</code> | *GLPsol command: <code>glpsol --model example.txt --output results.txt</code> | ||
+ | *[http://www.ampl.com/BOOKLETS/amplcplex100userguide.pdf CPLEX with AMPL Users Guide] | ||
== Scripting == | == Scripting == |
Revision as of 17:08, 2 December 2007
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)