Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
(''snippits'')
(C)
Line 16: Line 16:
  
 
=== C ===
 
=== C ===
 +
*> [http://www.cplusplus.com/reference/clibrary/cstdio/printf.html printf]
 
* [http://www.cprogramming.com/tutorial/cpreprocessor.html Preprocessor tricks and Macros]
 
* [http://www.cprogramming.com/tutorial/cpreprocessor.html Preprocessor tricks and Macros]
 
*> [http://docs.hp.com/en/B3901-90007/B3901-90007.pdf HP C], HP's book on the C language
 
*> [http://docs.hp.com/en/B3901-90007/B3901-90007.pdf HP C], HP's book on the C language

Revision as of 18:18, 30 August 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

CGI

PHP

Interfaces