Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sandbox"

 
(47 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
iot is cool
 +
 +
 +
{{cq|111}}
 +
 +
{{cq|111|2}}
 +
 +
 +
__FORCETOC__
 +
 +
 +
 +
= Testing IoT Commons =
 +
 +
{| border="1" cellpadding="5" cellspacing="0"
 +
|'''Name'''
 +
|BLE in Java
 +
|-
 +
|'''Origin'''
 +
|Kura
 +
|-
 +
|'''Description'''
 +
|Lorem ipsum Consectetur velit cupidatat proident cupidatat esse cillum dolore minim non dolore elit nulla elit cillum Ut eiusmod adipisicing tempor nostrud nisi id labore qui ullamco cupidatat ut minim laboris eu sunt culpa laboris.
 +
|-
 +
|'''Location'''
 +
|Source code: xxx<br>Binaries: yyy
 +
|-
 +
|'''Dependencies'''
 +
|X<br>Y<br>Z
 +
|-
 +
|'''Maturity'''
 +
|Mature Release in Kura 1.1
 +
|}
 +
 +
 +
{{M2M_Scenario
 +
| identifier = 0001
 +
| name = Dummy scenario
 +
| description = Blah blah
 +
| rel_scenario1 = 0002
 +
| ref_problem1 = 0001
 +
| ref_problem2 = 0008
 +
}}
 +
 +
{{M2M_Scenario
 +
| identifier = 0002
 +
| name = Dummy scenario2
 +
| description = Blah blah
 +
}}
 +
 +
{{M2M_Scenario
 +
| identifier = 0003
 +
| name = Dummy scenario3
 +
| description = Blah blah
 +
}}
 +
 +
= blah =
 +
 +
x
 +
 +
= blah =
 +
 +
x2
 +
 +
= blah =
 +
 +
z
 +
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 49: Line 118:
  
 
;item 1
 
;item 1
: definition 1
+
: definition 1 ([http://google.fr Google])
 
;item 2
 
;item 2
: definition 2-1
+
: definition 2-1 ([http://google.fr Google])
: definition 2-2
+
: definition 2-2 ([http://google.fr Google])
 +
 
 +
= CSS hacking =
 +
 
 +
<css>
 +
  #editme{ background-color: yellow; }
 +
  #editme:before { content:'inserted: '; }
 +
  #bodyContent{ position:relative; }
 +
  #absbox { position:absolute; top: 0px; right: 0px; }
 +
</css>
 +
<p id="editme">original text</p>
 +
<div id="absbox">absolutely positioned content</div>
 +
some other text

Latest revision as of 04:59, 12 August 2015

iot is cool


CQ 111

CQ 111 comment 2




Testing IoT Commons

Name BLE in Java
Origin Kura
Description Lorem ipsum Consectetur velit cupidatat proident cupidatat esse cillum dolore minim non dolore elit nulla elit cillum Ut eiusmod adipisicing tempor nostrud nisi id labore qui ullamco cupidatat ut minim laboris eu sunt culpa laboris.
Location Source code: xxx
Binaries: yyy
Dependencies X
Y
Z
Maturity Mature Release in Kura 1.1



M2M-Scenario-0001 - Dummy scenario

Blah blah

Related scenarios

Referenced by problems

  • None.





M2M-Scenario-0002 - Dummy scenario2

Blah blah

Related scenarios

  • None.

Referenced by problems

  • None.





M2M-Scenario-0003 - Dummy scenario3

Blah blah

Related scenarios

  • None.

Referenced by problems

  • None.




blah

x

blah

x2

blah

z


users
id
user
pwd
Create implementation for Foo
Possible mentors: Erne, Bert
Related Project: PDE
Description: Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
Further information
<first>
  <second>
    <third>
    </third>
  </second>
</first>


public class Foo {
  public Foo(String aParameter) {
    object.method(aParameter, 23);
  }
}
Warning2.png
Don't do that!


item 1
definition 1 (Google)
item 2
definition 2-1 (Google)
definition 2-2 (Google)

CSS hacking

original text

absolutely positioned content
some other text

Back to the top