Difference between revisions of "User:ErAck"

From Apache OpenOffice Wiki
Jump to: navigation, search
(currently working on ...)
 
(30 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
* Email: [mailto:er@openoffice.org er@openoffice.org], [mailto:erack@sun.com erack@sun.com]
+
* Areas of expertise:
* Company Name: Sun Microsystems GmbH
+
* Company URL: http://www.sun.com/software/star/staroffice/get/index.xml
+
* Working on:
+
 
** [[Calc]] spreadsheet application compiler, interpreter, engine
 
** [[Calc]] spreadsheet application compiler, interpreter, engine
 
** number formatter
 
** number formatter
 
** [[I18npool|internationalization (i18n)]] and locale data, '''not''' localization (l10n)
 
** [[I18npool|internationalization (i18n)]] and locale data, '''not''' localization (l10n)
* .signature: number formatter stricken i18n transpositionizer
+
*** .signature: number formatter stricken i18n transpositionizer
 +
* IRC: irc://irc.freenode.net/#dev.openoffice.org
 
* Private URL: http://www.erack.de/
 
* Private URL: http://www.erack.de/
* Blog URL: http://jroller.com/page/erAck
+
* μBlog: http://identi.ca/erack
* GullFOSS: http://blogs.sun.com/GullFOSS
+
* Blog: http://jroller.com/erAck
 
* 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/ODFF_Implementation/Schedule | ODFF implementation]], changes to formula parser/compiler and interpreter in Calc.
+
* [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/InProgress/Performance| Calc performance improvements]].
 +
-->
  
In spare time: [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales30 OOo3.0 locale data] and related.
+
== Work flow ==
  
 +
My personal [[/WorkFlow| work flow and environment]] when working on code.
  
 
== Wiki stuff ==
 
== Wiki stuff ==
 +
 +
Edit help: [[:Category:Help]]
 +
 +
=== Code syntax highlighting ===
  
 
Code syntax highlighting is possible with
 
Code syntax highlighting is possible with
 +
<pre>
 +
<source lang="$LANGUAGE">
 +
...
 +
</source>
 +
</pre>
 +
 +
where ''$LANGUAGE'' is one of this list that was dynamically generated using <code><nowiki><source lang="invalid"></source></nowiki></code>
 +
 +
<source lang="invalid"></source>
 +
 +
 +
'''NOTE:''' the old SwinBrain CodeSyntaxHighlight does not work anymore since the wiki upgrade on 2008-02-14
 
<pre>
 
<pre>
 
<code>[language]
 
<code>[language]
Line 32: Line 56:
 
</code>
 
</code>
 
</pre>
 
</pre>
 +
produces rubbish now!
  
where ''language'' is one of
 
  
<code>[langlist]</code>
+
=== Templates ===
 +
 
 +
<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}}
 +
 
 +
For many more see
 +
* [[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 ===
 +
 
 +
<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
 +
|}
 +
</pre>
  
This list was dynamically generated using <nowiki><code>[langlist]</code></nowiki>, see also http://mercury.it.swin.edu.au/swinbrain/index.php/CodeSyntaxHighlight_MediaWiki_Extension
+
{| 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
 +
|}
  
For usage see http://mercury.it.swin.edu.au/swinbrain/index.php/CodeSyntaxHighlight_Usage
 
  
See also [[MediaWiki_Configuration#CodeSyntaxHighlight_MediaWiki_Extension_.28done.29 | MediaWiki configuration]].
+
=== new topic ===
 +
<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>

Invalid language.

You need to specify a language like this: <source lang="html4strict">...</source>

Supported languages for syntax highlighting:

4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript, actionscript3, ada, algol68, apache, applescript, apt_sources, arm, asm, asp, asymptote, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcl, dcpu16, dcs, delphi, diff, div, dos, dot, e, ecmascript, eiffel, email, epc, erlang, euphoria, f1, falcon, fo, fortran, freebasic, freeswitch, fsharp, gambas, gdb, genero, genie, gettext, glsl, gml, gnuplot, go, groovy, gwbasic, haskell, haxe, hicest, hq9plus, html4strict, html5, icon, idl, ini, inno, intercal, io, j, java, java5, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, ldif, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, mmix, modula2, modula3, mpasm, mxml, mysql, nagios, netrexx, newlisp, nsis, oberon2, objc, objeck, ocaml, ocaml-brief, octave, oobas, oorexx, oracle11, oracle8, oxygene, oz, parasail, parigp, pascal, pcre, per, perl, perl6, pf, php, php-brief, pic16, pike, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, pys60, python, q, qbasic, rails, rebol, reg, rexx, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, spark, sparql, sql, stonescript, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, upc, urbi, uscript, vala, vb, vbnet, vedit, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, whois, winbatch, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic




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