Status / D7—D0 | Data Byte(s) / D7—D0 | Description |
---|---|---|
Channel Voice Messages [nnnn = 0-15 (MIDI Channel Number 1-16)] |
This file contains 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
https://overpass-turbo.eu/ | |
# Punkte mit "railway:ref" (= Code / RIL100) und einem Operator und Operator enthält (regex) "DB" | |
node | |
["railway:ref"] | |
["operator"] | |
["operator" ~ "DB"] | |
({{bbox}}); | |
out; |
This file contains 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
# https://pythonprogramming.net/haar-cascade-face-eye-detection-python-opencv-tutorial/ | |
import numpy as np | |
import cv2 | |
# multiple cascades: https://github.com/Itseez/opencv/tree/master/data/haarcascades | |
#https://github.com/Itseez/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml | |
face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') | |
#https://github.com/Itseez/opencv/blob/master/data/haarcascades/haarcascade_eye.xml |
This file contains 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
module Hinweise exposing (..) | |
import Browser | |
import Html | |
import Time | |
type Msg | |
= TickMsg Time.Posix |
This file contains 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
FROM alpine:3.8 | |
ARG BUILD_DATE | |
ARG VCS_REF | |
ARG VERSION | |
LABEL \ | |
maintainer="ratopi" \ | |
org.label-schema.build-date=$BUILD_DATE \ | |
org.label-schema.docker.dockerfile="/Dockerfile" \ |
Import JPEGs
File:
JPEGLIST
<fps>
<width>
<height>
<file / absolute path>
NewerOlder