Difference between revisions of "Main Page"

From ProgrammingExamples
Jump to: navigation, search
(Languages)
 
(19 intermediate revisions by 4 users not shown)
Line 14: Line 14:
 
* Comment (only) to clarify your code or your intention.
 
* Comment (only) to clarify your code or your intention.
  
QUbPK7  <a href="http://kuztusumccoc.com/">kuztusumccoc</a>, [url=http://nufccrkccpib.com/]nufccrkccpib[/url], [link=http://erviunyaokjc.com/]erviunyaokjc[/link], http://ezxonvdyikhi.com/
+
== Languages ==
 +
* [[CPP|C++]]
 +
* [[Java]]
 +
* [[Python]]
 +
* [[Perl]]
 +
* [[Bash]]
 +
* [[Matlab]]
  
 
== Libraries ==
 
== Libraries ==
 
* [[Boost]]
 
* [[Boost]]
 +
* [[Eigen]]
 +
* [[OpenMP]]
  
 
== GUI Systems ==
 
== GUI Systems ==
Line 30: Line 38:
 
== Computer Vision ==
 
== Computer Vision ==
 
* [[OpenCV]]
 
* [[OpenCV]]
 +
* [[PCL]]

Latest revision as of 21:20, 21 November 2016

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