Difference between revisions of "Coding"
From esoterum.org
(→Mark-up Languages) |
|||
Line 29: | Line 29: | ||
=== LaTeX === | === LaTeX === | ||
*[http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/ LaTeX Primer] | *[http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/ LaTeX Primer] | ||
+ | *[http://web.mit.edu/answers/latex/latex_bibliography.html Bibliographies with latex/bibtex] | ||
+ | *[http://www.andy-roberts.net/misc/latex/ Getting to Grips With LaTeX] | ||
=== HTML === | === HTML === |
Revision as of 16:54, 8 April 2008
liliget
Contents
GNU
Programming
Java
C
- > HP C, HP's book on the C language
- > The C Book
- C-FAQ.com
- The C Preprocessor from apple.com
- Linked Data Structures
- String handling
- >Digital Mars C resources
- Safe C coding tips, TÜV Rheinland Group
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
LaTeX
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