Useful Links
Ok, more than just links … but that’s what I started with.
Contents
- Linux Stuff
- MacOS Stuff
- The Raspberry Pi
- The Arduino and alike
- Java
- Lua
- Python and Jython
- HTML
- XML, XSLT, XSD
- Scalable Vector Graphics (SVG)
- Markdown
- WebEx
- ICU – International Components for Unicode
- Lucene
- TeX and LaTeX
- Graphics and Image Handling
Several tips and tricks for the Linux operating system, together with some useful links – not only for desktop and laptop installations, but also for the Raspberry&npsp;Pi. Some stuff is useful even for the Mac.
Information about the Raspberry&npsp;Pi, projects based on that computer and related stuff.
The Arduino and alike
This section is under construction … ok, nothing here yet.
Java
Information about the Java programming language, the JVM itself, and about other programming languages that are implemented for the JVM.
General Stuff
The Java Language Specification
See here for the various versions of the JLS and also the Java Virtual Machine Specifications for the various editions, beginning with Java 6. Both documents are available as PDF, too. See here for “The Java Language Specification, Second Edition”, covering the language as it was before Java 5.
For the currently relevant versions, the respective links are in the sections for that version, below.
Important changes were made in Java 5 (Generics, enum, static imports …), Java 8 (Lambdas, …), and Java 9 (Modules, …),
JVM Languages
The Java Scripting API (JSR223)
AWT and Swing
- Using Headless Mode in the Java SE Platform
This article explains how to use the headless mode capabilities of the Java Platform, Standard Edition (Java SE, formerly referred to as J2SE). It is a little bit old, but still valid, as long as AWT (and Swing) are part of the Java Platform.
JavaFX does not provide a headless mode, but if java.awt.headless="true"
is set, a JavaFX GUI will most probably not start, too.
Java 17
Java 21
Java 22
Additional Libraries
- ActiveMQ: Multi-Protocol Messaging
- Bouncy Castle: The Bouncy Castle project offers open-source APIs for Java that support cryptography and cryptographic protocols. This is the de-facto standard for Java cryptography.
- CommonMark Java: A Java library for parsing and rendering Markdown text according to the CommonMark specification.
- H2 Database Engine: RDBMS implemented in Java
- HikariCP: A high-performance JDBC connection pool.
- ICU: I18n utilities
- For further details, see here
- JavaFX: GUI for Java programs
- JavaMail: The email Handling Library for Java, now named JakartaMail, maintained by the Eclipse Foundation
- Java Secure Channel: A pure Java implementation of the SSH2, allowing to use for example
sftp
file transfer inside a Java program.
- JGit: Embedding Git in Java Applications
- Lucene: Ultra-fast Searching from the Apache Foundation
- For further details, see here
- Neo4J: Graph Data Platform
- XChart: A free Java library for the creation of charts.
Downloads
Lua
Python and Jython
- PyCharm: The Python IDE from JetBrains
HTML
- SELFHTML-Wiki: For a long time, this had been that authoritative source for information and guidance regarding HTML and CSS in German language.
XML, XSLT, XSD
Scalable Vector Graphics (SVG)
Markdown
Github
WebEx
ICU – International Components for Unicode
Lucene
TeX and LaTeX
Graphics and Image Handling