Difference between revisions of "User:ErAck"

From Apache OpenOffice Wiki
Jump to: navigation, search
(μBlog [http://identi.ca/erack])
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{| align="right"
 +
| [[Image:ErAck_128x128.png‎]]
 +
|}
 
* Name: Eike Rathke
 
* Name: Eike Rathke
 
* Nick: erAck
 
* Nick: erAck
* OOo: er
+
* OOo: er, erack
* Working on:
+
* Areas of expertise:
 
** [[Calc]] spreadsheet application compiler, interpreter, engine
 
** [[Calc]] spreadsheet application compiler, interpreter, engine
 
** number formatter
 
** number formatter
Line 8: Line 11:
 
*** .signature: number formatter stricken i18n transpositionizer
 
*** .signature: number formatter stricken i18n transpositionizer
 
* IRC: irc://irc.freenode.net/#dev.openoffice.org
 
* IRC: irc://irc.freenode.net/#dev.openoffice.org
* Email Calc developers: [mailto:dev@sc.openoffice.org dev@sc.openoffice.org] mailing list
 
* Email personal: [mailto:er@openoffice.org er@openoffice.org], [mailto:erack@sun.com erack@sun.com]
 
 
* Private URL: http://www.erack.de/
 
* Private URL: http://www.erack.de/
 
* μBlog: http://identi.ca/erack
 
* μBlog: http://identi.ca/erack
 
* Blog: http://jroller.com/erAck
 
* Blog: http://jroller.com/erAck
* GullFOSS: http://blogs.sun.com/GullFOSS
 
* Company Name: Sun Microsystems GmbH
 
* Company URL: http://www.sun.com/software/star/staroffice/get/index.xml
 
 
* Location: Hamburg, Germany
 
* Location: Hamburg, Germany
 
* Timezone: UTC+1 with DST rule TZ=CET-1CEST-2,M3.5.0/2,M10.5.0/3
 
* Timezone: UTC+1 with DST rule TZ=CET-1CEST-2,M3.5.0/2,M10.5.0/3
  
  
== currently working on ==
+
== lately worked on ==
  
* [[Calc/InProgress/Performance| Calc performance improvements]].
 
 
* [http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula OASIS OpenDocument file format formula specification], ODFF aka OpenFormula.
 
* [http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula OASIS OpenDocument file format formula specification], ODFF aka OpenFormula.
 +
* mentorship for implementors, review of patches and integration.
 +
* Bits of formula compiler and interpreter changes.
 +
<!--
 
* [[Calc/ODFF_Implementation/Schedule | ODFF implementation]], changes to formula parser/compiler and interpreter in Calc.
 
* [[Calc/ODFF_Implementation/Schedule | ODFF implementation]], changes to formula parser/compiler and interpreter in Calc.
** mentorship for implementors, review of patches and integration.
+
* [[Calc/InProgress/Performance| Calc performance improvements]].
* Other bits of formula compiler and interpreter changes.
+
-->
  
 
== Work flow ==
 
== Work flow ==
Line 61: Line 61:
 
=== Templates ===
 
=== Templates ===
  
See [[Documentation/Dashboard/Wiki Editing Policy]] and [[Special:Mostlinkedtemplates]].
+
<code><nowiki>{{Warn| Do or don't.}}</nowiki></code>
 +
{{Warn| Do or don't.}}
 +
 
 +
<code><nowiki>{{Note| Note that.}}</nowiki></code>
 +
{{Note| Note that.}}
 +
 
 +
<code><nowiki>{{Tip}}</nowiki></code>
 +
{{Template:Tip| Tip.}}
  
 +
{{LinkBanner}}
  
<code><nowiki>{{Documentation/Caution| Do or don't.}}</nowiki></code>
+
For many more see
{{Documentation/Caution| Do or don't.}}
+
* [[Documentation/Dashboard/Wiki_Editing_Policy#List_of_Existing_Documentation_Templates]]
 +
* [[:Category:Wiki_Templates]], especially
 +
** [[:Category:Formatting_templates]]
 +
** [[:Category:Wiki_Templates_Expressing_Quality]]
 +
* [[Special:Mostlinkedtemplates]]
  
 +
=== Pretty Sortable Table ===
  
<code><nowiki>{{Documentation/Note| Note that.}}</nowiki></code>
+
<pre>
{{Documentation/Note| Note that.}}
+
{| class="prettytable sortable"
 +
|-
 +
! Column 1 Header || Column 2 Header
 +
|-
 +
| some data column 1 || and some data column 2
 +
|-
 +
| more data column 1 || even more data column 2
 +
|}
 +
</pre>
  
 +
{| class="prettytable sortable"
 +
|-
 +
! Column 1 Header || Column 2 Header
 +
|-
 +
| some data column 1 || and some data column 2
 +
|-
 +
| more data column 1 || even more data column 2
 +
|}
  
{{LinkBanner}}
 
  
 
=== new topic ===
 
=== new topic ===
 
<nowiki>Insert non-formatted text here</nowiki>
 
<nowiki>Insert non-formatted text here</nowiki>

Latest revision as of 16:50, 14 July 2018

ErAck 128x128.png


lately worked on

Work flow

My personal work flow and environment when working on code.

Wiki stuff

Edit help: Category:Help

Code syntax highlighting

Code syntax highlighting is possible with

<source lang="$LANGUAGE">
...
</source>

where $LANGUAGE is one of this list that was dynamically generated using <source lang="invalid"></source>


NOTE: the old SwinBrain CodeSyntaxHighlight does not work anymore since the wiki upgrade on 2008-02-14

<code>[language]
...
</code>

produces rubbish now!


Templates

{{Warn| Do or don't.}}

Documentation caution.png Do or don't.

{{Note| Note that.}}

Documentation note.png Note that.

{{Tip}}

Tip.png Tip.


Tip: On this wiki you can use {{CWS}}, {{m}}, {{Bug}} templates to easily link to child workspaces, milestones and issues.

For many more see

Pretty Sortable Table

{| class="prettytable sortable"
|-
! Column 1 Header || Column 2 Header
|-
| some data column 1 || and some data column 2
|-
| more data column 1 || even more data column 2
|}
Column 1 Header Column 2 Header
some data column 1 and some data column 2
more data column 1 even more data column 2


new topic

Insert non-formatted text here

Personal tools