Difference between revisions of "Coding"
From esoterum.org
(→SVN) |
(→SVN) |
||
Line 2: | Line 2: | ||
*[http://web.asu.edu/community/ ASU Web Community] | *[http://web.asu.edu/community/ ASU Web Community] | ||
*[https://forms.asu.edu/index.php?authenticator=jYWgZ8qAb0lY9zp_sYgjTMmatmQatXsnVs-FwRugRh1a6diybeyKAx_zI0slPG_V13KsSpZOfTqFlu5EZNfOEiidS2nRmPro6O9mGXfMBt2RmVEsYXKO9um0w20d-K7yllll ASU submitted requests] | *[https://forms.asu.edu/index.php?authenticator=jYWgZ8qAb0lY9zp_sYgjTMmatmQatXsnVs-FwRugRh1a6diybeyKAx_zI0slPG_V13KsSpZOfTqFlu5EZNfOEiidS2nRmPro6O9mGXfMBt2RmVEsYXKO9um0w20d-K7yllll ASU submitted requests] | ||
+ | *[http://csrl.beanstalkapp.com/ csrl.beanstalkapp.com SVN repository] | ||
== GNU == | == GNU == |
Revision as of 20:03, 13 November 2008
Contents
SVN
GNU
Programming
IDE
Eclipse
- Eclipse Keyboard Shortcuts
- Unlock file:
<workspace>/.metadata/.lock
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
- > printf
- Preprocessor tricks and Macros
- > 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);
- Return cursor to beginning of same line:
printf("%d\r",number);
SystemC
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
MATLAB
- MATLAB quick reference, Georgia Tech
- MATLAB functions
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