Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
(Scripting)
(MATLAB)
Line 69: Line 69:
 
== Scripting ==
 
== Scripting ==
 
=== MATLAB ===
 
=== MATLAB ===
*[http://www.cc.gatech.edu/classes/AY2002/cs7635_spring/tutorial/ MATLAB Matrices], Georgia Tech
+
*[http://www.cc.gatech.edu/classes/AY2002/cs7635_spring/tutorial/ MATLAB quick reference], Georgia Tech
  
 
=== CGI ===
 
=== CGI ===

Revision as of 15:36, 19 September 2008

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