User:Heiner: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Links: last 100)
(→‎Links: B10)
Line 29: Line 29:
<span></span>
<span></span>
* Last Changes: [https://rosettacode.org/mw/index.php?title=Special:RecentChanges&limit=100 '''100''']
* Last Changes: [https://rosettacode.org/mw/index.php?title=Special:RecentChanges&limit=100 '''100''']
* Not yet understood: [[Minimum positive multiple in base 10 using only 0 and 1|B10]]


== Special Idioms ==
== Special Idioms ==

Revision as of 22:46, 10 March 2020

My Favorite Languages
Language Proficiency
Awk advanced
C professional
Dc advanced
Haskell beginner
Java medium
JavaScript medium
Sed professional
Standard ML advanced
Tcl medium
UNIX Shell professional

About

  • I'm born in 1957, live in Berlin and work as a software engineer.
  • Currently (2020) I'm exploiting "dc" as a programming language. Really.

Links

  • Last Changes: 100
  • Not yet understood: B10

Special Idioms

... for this wiki:

  • To start quoting output of a program have a line: {{out}}
  • Embed the output itself in: <pre> and </pre>
  • Long output may want its own scroll bar: <pre style="height:11em; overflow: auto;">
  • The <pre> like embedded text snippets above are generated with <code> and </code>