Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
(SVN)
(AMPL (Linear Programming))
Line 65: Line 65:
  
 
=== AMPL (Linear Programming) ===
 
=== AMPL (Linear Programming) ===
 +
*[http://www.ampl.com/FAQ/index.html AMPL FAQ]
 
*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>

Revision as of 03:07, 7 December 2008

SVN

GNU

Programming

IDE

Eclipse

TeXnicCenter

  • In order to embed Type I fonts and use letter format, these switches were added in [Build]->[Define Output Profiles]->[Postprocessor]->[DviPs], reference, embedding fonts reference:
--Pdownload35 -P cmz -t letter

Java

C

snippits

  • Cstring to int: int n = atoi(StrInt);
  • Return cursor to beginning of same line: printf("%d\r",number);

SystemC

Assembly

Mark-up Languages

LaTeX

HTML

Post Script

Modeling

AMPL (Linear Programming)

VHDL

Scripting

MATLAB

CGI

PHP

Interfaces