Difference between revisions of "Coding"
From esoterum.org
Line 12: | Line 12: | ||
*[http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/cpp/index.html#Top The C Preprocessor from apple.com] | *[http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/cpp/index.html#Top The C Preprocessor from apple.com] | ||
*[http://www.eskimo.com/~scs/cclass/int/sx1e.html Linked Data Structures] | *[http://www.eskimo.com/~scs/cclass/int/sx1e.html Linked Data Structures] | ||
+ | |||
+ | ==== snippits ==== | ||
+ | *Cstring to int: <code>int n = atoi(StrInt);</code> | ||
=== Assembly === | === Assembly === |
Revision as of 12:04, 14 February 2008
liliget
Contents
GNU
Programming
Java
C
snippits
- Cstring to int:
int n = atoi(StrInt);
Assembly
- > Assembly programming tutorial
- Unix assembly programming
- Assembly programming tutor from U Akron
- List of assembly tutorials (Linux)
Mark-up Languages
HTML
- HTML 4.01/XHTML reference page
- Span formats (including mouse hover)
- HTML ASCII quick reference
- HTML URL encoding quick reference
Post Script
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
VHDL
- VHDL Tutorial, UPenn
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