Difference between revisions of "Useful Links"

From Developer Documents
Jump to navigation Jump to search
 
(5 intermediate revisions by one other user not shown)
Line 28: Line 28:
 
* [http://www.eclipse.org/articles/ Eclipse Corner Articles]: An archive of eclipse development tutorials.
 
* [http://www.eclipse.org/articles/ Eclipse Corner Articles]: An archive of eclipse development tutorials.
 
* [http://eclipse.dzone.com/articles/comparison-eclipse-extensions-and-osgi-services A Comparison of Eclipse Extensions and OSGi Services]
 
* [http://eclipse.dzone.com/articles/comparison-eclipse-extensions-and-osgi-services A Comparison of Eclipse Extensions and OSGi Services]
* [http://www.eclipse.org/swt Eclipse SWT widgets]:
+
* Eclipse [http://www.eclipse.org/swt SWT] widgets:
 
** [http://www.eclipse.org/swt/faq.php Eclipse SWT FAQ]
 
** [http://www.eclipse.org/swt/faq.php Eclipse SWT FAQ]
 +
** [http://www.eclipse.org/swt/snippets SWT Snippets]
 
** [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.examples/ Highly recommended examples for getting to know how SWT works]
 
** [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.examples/ Highly recommended examples for getting to know how SWT works]
 +
* JFace:
 +
** [http://wiki.eclipse.org/index.php/JFace JFace Wiki]
 +
** [http://wiki.eclipse.org/JFaceSnippets JFace Snippets]
  
 
* [http://wiki.eclipse.org/index.php/Main_Page Eclipsepedia], Eclipse's own Wiki. Also check out the [http://wiki.eclipse.org/index.php/Main_Page#Frequently_Asked_Questions Eclipsepedia FAQ's]
 
* [http://wiki.eclipse.org/index.php/Main_Page Eclipsepedia], Eclipse's own Wiki. Also check out the [http://wiki.eclipse.org/index.php/Main_Page#Frequently_Asked_Questions Eclipsepedia FAQ's]
* [http://unitstep.net/blog/2008/01/19/using-assemblas-trac-with-eclipse-mylyn-xml-rpc-access/ Using Trac with Eclipse & Mylyn]
 
* [http://wiki.eclipse.org/PDEBuild/Individual_Source_Bundles Individual source bundle in PDE]
 
  
 
* Eclipse conferences:
 
* Eclipse conferences:
Line 48: Line 50:
 
* OSGi articles:
 
* OSGi articles:
 
** [http://blog.springsource.com/2009/01/19/exposing-the-boot-classpath-in-osgi/ OSGi and classpath]
 
** [http://blog.springsource.com/2009/01/19/exposing-the-boot-classpath-in-osgi/ OSGi and classpath]
 +
 +
* Build-related:
 +
** [http://wiki.eclipse.org/PDEBuild/Individual_Source_Bundles Individual source bundle in PDE]
 +
 +
* Miscellaneous:
 +
** [http://unitstep.net/blog/2008/01/19/using-assemblas-trac-with-eclipse-mylyn-xml-rpc-access/ Using Trac with Eclipse & Mylyn]
 +
 +
* [https://www.simantics.org/wiki/index.php/FAQs Simantics Eclipse FAQs]
  
 
== Graphics and Geometry Related ==
 
== Graphics and Geometry Related ==
Line 59: Line 69:
  
 
== MediaWiki Related ==
 
== MediaWiki Related ==
 +
 
* [http://meta.wikimedia.org/wiki/User:BR/S5_slide_for_mediawiki_documentation/en S5 presentation system for Mediawiki]
 
* [http://meta.wikimedia.org/wiki/User:BR/S5_slide_for_mediawiki_documentation/en S5 presentation system for Mediawiki]
  
 
== Software Version Control ==
 
== Software Version Control ==
 +
 
* [http://svnbook.red-bean.com/nightly/en/index.html Version Control with Subversion] - book
 
* [http://svnbook.red-bean.com/nightly/en/index.html Version Control with Subversion] - book
 
* [http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html Subversion best practices]
 
* [http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html Subversion best practices]
 +
 +
[[Category:Introduction]]

Latest revision as of 15:49, 28 January 2011

Simulation Software

  • Apros: A system modelling and simulation software for mainly process dynamics simulation; commercial.
  • Balas: A system modelling and simulation software for mainly process steady state simulation; commercial.
  • Elmer: A finite element method (FEM) based multiphysics modelling and simulation software; open source (GPL).
  • OpenModelica: A generic system modelling and simulation software based on Modelica modelling language; open source (strict GPL).
  • OpenFOAM: A fully featured, generic control volume based computational fluid dynamics (CFD) software; open source (GPL).
  • Code_Aster: A finite element method (FEM) based structural analysis modelling and simulation software; open source (GPL).
  • Code_Saturne: A control volume method (CVM) based computational fluid dynamics (CFD) software; open source (GPL).
  • Octave: a high-level language, primarily intended for numerical computations, mostly compatible with Matlab; open source (GPL).
  • Scilab: A scientific software package for numerical computations; open source (CeCILL, Cea Cnrs Inria Logiciel Libre).

Pre-Processing and Mesh Generation

  • SALOME: A free software that provides a generic platform for Pre and Post-Processing for numerical simulation. It is based on an open and flexible architecture made of reusable components available as free software; open source (LGPL).
  • Gmsh: An automatic 3D finite element grid generator with a built-in CAD engine and post-processor; open source (GPL).
  • Netgen: an automatic 3d tetrahedral mesh generator; open source (LGPL)
  • TetGen: a program to generate tetrahedral meshes of any 3D polyhedral domain; free for research and non-commercial uses, for any commercial use a commercial license is required.

Scientific Visualisation Software

  • Paraview: A multi-platform data analysis and visualization application based on VTK visualisation library; open source (ParaView License Version 1.2).
  • VisIt: A multi-platform data analysis and visualization application based on VTK visualisation library; open source (BSD license).

Eclipse Related

Graphics and Geometry Related

MediaWiki Related

Software Version Control