Error message

Deprecated function: Function create_function() is deprecated in GeSHi->_optimize_regexp_list_tokens_to_string() (line 4698 of /var/www/html/openrtm/sites/all/libraries/geshi/geshi.php).

ソースコードを貼り付ける

GeSHi filterを利用してコードを貼り付ける

GeSHi filterを利用してコードを貼り付けることができます。

hogehogehoge

hogehogehoge

C++/C

 <cpp>
 #include <iostream>
 int main(void)
 {
  std::cout << "Hello, World!" << std::endl;
 }
 </cpp>

 #include &lt;iostream&gt;
 int main(void)
 {
   std::cout << "Hello, World!" << std::endl;
 }

  1. #include <iostream>
  2. int main(void)
  3. {
  4. std::cout << "Hello, World!" << std::endl;
  5. }

テスト

以下HTML特殊記号入りソース。

<cpp> #include <iostream> int main(void) {std::cout << "Hello, World!" << std::endl; }<p></cpp></p>

Python

 <python>
 def hello_world():
   print "Hello, World!"
 
 hello_world()
 </python>

  1. def hello_world():
  2. print "Hello, World!"
  3.  
  4. hello_world()

Download

latest Releases : 2.0.0-RELESE

2.0.0-RELESE Download page

Number of Projects

Choreonoid

Motion editor/Dynamics simulator

OpenHRP3

Dynamics simulator

OpenRTP

Integrated Development Platform

AIST RTC collection

RT-Components collection by AIST

TORK

Tokyo Opensource Robotics Association

DAQ-Middleware

Middleware for DAQ (Data Aquisition) by KEK