This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import logging | |
import time | |
from datetime import datetime | |
from collections import deque | |
from functools import partial | |
import pathlib | |
import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Punkt | |
{ | |
// Instanzvariablen - ersetzen Sie das folgende Beispiel mit Ihren Variabln | |
public int x; | |
public int y; | |
/** | |
* Konstruktor für Objekte der Klasse Punkt | |
*/ | |
public Punkt() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04bdd8f277573196d0cfdddf7acd6d68bd0e505f3289804adcc061341d6549332176853aa5e6b41e36651c0c3f7dc173953e8a4879afb6f86926ce803d364c85ab |