User:Heiner: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Links: ++ POP.OUT)
(→‎Tasks of interest: add Recaman's sequence)
Line 40: Line 40:
* Has incomplete theory: [[Minimum positive multiple in base 10 using only 0 and 1|B10]]
* Has incomplete theory: [[Minimum positive multiple in base 10 using only 0 and 1|B10]]
* Has similar tasks: [[Stirling numbers of the second kind]]
* Has similar tasks: [[Stirling numbers of the second kind]]
* Wow: [[Recaman's sequence]]. See OEIS for results about first 10^230 terms.


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

Revision as of 05:30, 11 April 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

Tasks of interest

Not yet done with...

Special Idioms

... for this wiki:

  • When a task does not match a language at all: use Template:Omit from, either sorted in alphabetically, or collected at the end of the task. See e.g. Reports:Tasks not implemented in Tcl (also has an explicit hint)
  • To start quoting output of a program have a line: {{out}}
  • Embed the output itself in: <pre> and </pre>

... for any wiki:

  • 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>