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"

(Replaced content with "test!")
(Undo revision 378027 by Lars.vogel.vogella.com (talk))
Line 1: Line 1:
test!
+
iot is cool !!!!!
 +
 
 +
 
 +
__FORCETOC__
 +
 
 +
 
 +
{{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"
 +
|-
 +
! users
 +
|-
 +
 
 +
|-
 +
| id
 +
|-
 +
 
 +
|-
 +
| user
 +
|-
 +
 
 +
|-
 +
| pwd
 +
|-
 +
 
 +
|}
 +
 
 +
{{SoC_Idea
 +
| name = Create implementation for Foo
 +
| mentors = Erne, Bert
 +
| project = PDE
 +
| projectUrl = http://www.eclipse.org/pde
 +
| description = Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
 +
| infoUrl = http://wiki.eclipse.org/Google_Summer_of_Code_2008
 +
}}
 +
 
 +
<source lang="xml">
 +
<first>
 +
  <second>
 +
    <third>
 +
    </third>
 +
  </second>
 +
</first>
 +
</source>
 +
 
 +
 
 +
<source lang="java">
 +
public class Foo {
 +
  public Foo(String aParameter) {
 +
    object.method(aParameter, 23);
 +
  }
 +
}
 +
</source>
 +
 
 +
{{warning|Don't do that!}}
 +
 
 +
 
 +
;item 1
 +
: definition 1 ([http://google.fr Google])
 +
;item 2
 +
: definition 2-1 ([http://google.fr Google])
 +
: 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

Revision as of 14:09, 9 February 2015

iot is cool !!!!!





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