Skip to content

Instantly share code, notes, and snippets.

View TimDaub's full-sized avatar
✍️

Tim Daubenschütz TimDaub

✍️
View GitHub Profile
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "[email protected]",
"phone": "(123) 456-7890",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "[email protected]",
"phone": "(123) 456-7890",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "[email protected]",
"phone": "(123) 456-7890",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
### Keybase proof
I hereby claim:
* I am timdaub on github.
* I am timdaub (https://keybase.io/timdaub) on keybase.
* I have a public key ASBpo1GqSfo9dfcXjFm7MjzM9ZDYqn_9GLt3GoeWzuMe-Qo
To claim this, I am signing this object:
@TimDaub
TimDaub / Javainsel.java
Last active August 29, 2015 14:01
Java Insel Lösung (nicht getestet)
import java.util.Scanner;
class Javainsel {
public static void main(String[] args) {
boolean hatKnelt, tutNopeln, tutManuseln, loepst;
Scanner scanner = new Scanner(System.in);
System.out.println("Um Fragen mit 'Ja' zu beantworten, gib 1 ein.");