User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
playground:playground [2008/12/14 15:26] – external edit 127.0.0.1playground:playground [2010/03/22 03:28] (current) wikiadmin
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
 +asdasd
 +
 +=== DokuWiki-Tabelle ===
 +<m>a^2+b^2=c^2=E/m</m>
 +|  ^^    || ^    ||
 +|  ^^  a^  b| ^  c^  d^
 +^ 1^ a|  1|  2| |  5|  6|
 +^ 1^ b|  3|  4| |  7|  8|
 +|  |  |     | |     |
 +^ 2^ c|  9| 10| | 11| 12|
 +^ 2^ d| 13| 14| | 15| 16|
 +
 +=== Handmade-Tabelle ===
 +<html>
 +    <!-- I know that CSS in the body violates the specs! -->
 +    <style type="text/css">
 +<!-- .x td {text-align:right;padding:0.2em;}
 +     .x tr th {text-align:right;padding:0.2em;background-color:#aaf;}
 +     tr.c th {text-align:center;}--></style>
 +</html>
 +<html>
 +    <table class="x" rules="groups" frame="void">
 +      <colgroup span="2" style="width:1.3em">
 +      <colgroup span="2" style="width:2em">
 +      <colgroup span="2" style="width:2em">
 +      <thead><tr class="c"><td colspan="2" rowspan=2></td>
 +          <th colspan="2">1</th>       <th colspan="2">2</th>
 +      </tr>
 +      <tr>
 +        <th>  a </th><th>  b </th>   <th>  c </th><th>  d </th>
 +      </tr>
 +      </thead>
 +      <tbody><tr><th rowspan="2">1</th><th>a</th>
 +        <td>  0 </td><td>  1 </td>   <td>  5 </td><td>  6 </td>
 +      </tr>
 +      <tr><th>b</th>
 +        <td>  2 </td><td>  3 </td>   <td>  7 </td><td>  8 </td>
 +      </tr></tbody>
 +      <tbody><tr><th rowspan="2">1</th><th>c</th>
 +        <td>  8 </td><td>  9 </td>   <td> 10 </td><td> 11 </td>
 +      </tr>
 +      <tr><th>d</th>
 +        <td> 12 </td><td> 13 </td>   <td> 14 </td><td> 15 </td>
 +      </tr></tbody>
 +    </table>
 +</html>
 +<html>
 +    <table class="x" rules="groups" frame="void">
 +      <col style="width:1.3em">
 +      <colgroup span="2" style="width:2em">
 +      <thead><tr><td></td>
 +          <th>a</th>       <th>b</th>
 +      </tr>
 +      </thead>
 +      <tbody><tr><th>a</th>
 +        <td>  0 </td><td>  1 </td>
 +      </tr>
 +      <tr><th>b</th>
 +        <td>  2 </td><td>  3 </td>
 +      </tr></tbody>
 +    </table>
 +</html>
 +
 +===== Google Summer of Code 2011 - PARKED HERE =====
 +
 +We, as a project, are applying to Google Summer of Code 2011. We have set up an ideas page and application template for the students who want to help in case our project gets accepted.
 +
 +  * [[GoogleSummerofCode]]
 +  * [[GSoCApplicationTemplate]]
 +  * [[GSoCProjectApplication]]
  
playground/playground.1229268399.txt.gz · Last modified: 2009/05/04 14:14 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki