Difference between revisions of "Main Page"

From ProgrammingExamples
Jump to: navigation, search
m (Reverted edits by Waiapeti (Talk) to last revision by Daviddoria)
Line 1: Line 1:
==<center></center>==
+
==Welcome to ProgrammingExamples.net!==
.
+
This site is intended to provide short, compilable code snippets demonstrating frequently used concepts in several programming languages. Please feel free to modify the existing examples, and add new examples!
  
.
+
Please read [[Help:Editing|Editing Wiki Pages]] and [[Help:DosAndDonts|Do's and Don'ts]] before getting started.
  
.
+
== Coding Standards ==
 +
We don't want to get too carried away here, but below are some guidelines.
  
.
+
* Use a sensible and internally consistent indentation scheme
 +
* Use "best coding practices" for your language
 +
* Use descriptive, fully spelled variable names (in English please)
 +
** Good: dispatchTable, dispatch_table
 +
** Bad: dispTbl, disp_tbl, mesaDespacho, avsändande_bord
 +
* Comment (only) to clarify your code or your intention.
  
==<center>[http://findinform.com/forum/redirect.php?topic=mx6OTN8fDEzMTEwMTc3OTJ8fDE5MDZ8fChFTkdJTkUpIE1lZGlhV2lraQ%3D%3D&s= <big>'''<u></u>'''</big>]</center>==
+
== Languages ==
 +
* [[CPP|C++]]
 +
* [[Java]]
 +
* [[Python]]
 +
* [[Perl]]
 +
* [[Bash]]
  
.
+
== Libraries ==
 +
* [[Boost]]
  
.
+
== GUI Systems ==
 +
* [[Qt]]
 +
* [[wxWidgets]]
  
.
+
== Visualization/Graphics/Images ==
 +
* [http://www.vtk.org/Wiki/VTK/Examples/Cxx VTK]
 +
* [http://www.itk.org/Wiki/ITK/Examples ITK]
 +
* [[OpenGL]]
  
.
+
== Computer Vision ==
 
+
* [[OpenCV]]
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
 
+
.
+
:
+
 
+
 
+
----
+
 
+
 
+
====  ====
+
 
+
*  
+
**
+
***
+
 
+
 
+
=====  =====
+
 
+
''''''''''
+
''''
+
 
+
<pre style="color:red"></pre>
+
 
+
#
+
#
+
#
+
#
+
#
+
 
+
  95e9e21f84 
+
 
+
====== External links ======
+
 
+
[http://en.wikipedia.org Wikipedia]
+

Revision as of 12:50, 19 July 2011

Welcome to ProgrammingExamples.net!

This site is intended to provide short, compilable code snippets demonstrating frequently used concepts in several programming languages. Please feel free to modify the existing examples, and add new examples!

Please read Editing Wiki Pages and Do's and Don'ts before getting started.

Coding Standards

We don't want to get too carried away here, but below are some guidelines.

  • Use a sensible and internally consistent indentation scheme
  • Use "best coding practices" for your language
  • Use descriptive, fully spelled variable names (in English please)
    • Good: dispatchTable, dispatch_table
    • Bad: dispTbl, disp_tbl, mesaDespacho, avsändande_bord
  • Comment (only) to clarify your code or your intention.

Languages

Libraries

GUI Systems

Visualization/Graphics/Images

Computer Vision