Changeset 146 for trunk/docs
- Timestamp:
- Apr 16, 2011, 6:21:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/services/howtos.txt
r138 r146 64 64 Service, the HelloPy one. 65 65 66 :: 66 .. code-block:: python 67 67 68 68 import sys … … 74 74 --- 75 75 76 :: 76 .. code-block:: php 77 77 78 78 <? … … 86 86 ---- 87 87 88 :: 88 .. code-block:: java 89 89 90 90 import java.util.*; … … 105 105 ---------- 106 106 107 :: 107 .. code-block:: javascript 108 108 109 109 function hellojs(conf,inputs,outputs){
Note: See TracChangeset
for help on using the changeset viewer.