Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
(Eclipse)
(IDE)
Line 7: Line 7:
 
*[http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_(3.0).pdf Eclipse Keyboard Shortcuts]
 
*[http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_(3.0).pdf Eclipse Keyboard Shortcuts]
 
*Unlock file: <code><workspace>/.metadata/.lock</code>
 
*Unlock file: <code><workspace>/.metadata/.lock</code>
 +
 +
==== TeXnicCenter ====
 +
*In order to embed Type I fonts and use letter format, these switches were added in [Build]->[Define Output Profiles]->[Postprocessor]->[DviPs], [http://www.acm.org/sigs/publications/sigfaq reference], [http://www.tug.org/mactex/fonts/AboutEmbedding.pdf embedding fonts reference]:
 +
:-<code>-Pdownload35  -P cmz -t letter</code>
  
 
=== Java ===
 
=== Java ===

Revision as of 16:17, 6 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);

SystemC

Assembly

Mark-up Languages

LaTeX

HTML

Post Script

Modeling

AMPL (Linear Programming)

VHDL

Scripting

CGI

PHP

Interfaces