Help

  Help and general information belong content of this blog, which is written in English and German. The language is selected based on the browser setting; the language can also be selected with the language switch in the left sidebar.

Post text formatting in italics or bold stand for executable commands, or it is related to synonyms.

The code syntax highlighting is applied by using the “Code Syntax Block” plugin. The plugin enables code syntax highlighting by using the Prism syntax highlighter.

public class Beispiel
{
  public static void punkteZeichnen (int anzahl) {
    for (int i = 0; i < anzahl; i++) {
      System.out.print (".");
    }
  }
}

The Code instruction enable Copy Paste, so that the content of the codebox can be copied and pasted as specified.

cicada

Book Tip

O'Reilly DNS and BIND ISBN: 9780596100575O Reilly Learning Python ISBN: 9781449355739
ISBN: 9780596100575ISBN: 9781449355739

Open Source in depth

osignomeBASH The Bourne-again shell