Skip to content

Instantly share code, notes, and snippets.

@rena2019
rena2019 / 9eur_ticket.md
Last active May 31, 2022 18:34
9EUR-Tickets
@rena2019
rena2019 / Neue_Sparkassen-Card_2.0_(Debitkarte).md
Last active April 7, 2024 06:00
Sparkassen mit "Neue Sparkassen-Card 2.0 (Debitkarte)" / Debit Mastercard Co-Badge / Visa Debit Co-Badge
@rena2019
rena2019 / pydentity.sh
Last active October 7, 2021 16:17
pydentity.sh
#!/bin/bash
sudo apt update
sudo apt install -y docker.io
# docker 1.2x is required
sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
git clone https://github.com/wip-abramson/aries-jupyter-playground.git
cd aries-jupyter-playground
wget https://github.com/openshift/source-to-image/releases/download/v1.3.1/source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
tar -xvf source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
@rena2019
rena2019 / IDwalletFail.md
Last active October 30, 2021 16:30
IDwallet Fails

Die schönsten #IDWallet Fehlermeldungen

Rechtzeitig vor der Bundestagswahl 2021 hat uns die Bundesregierung ein neues digitales Spielzeug bereitgestellt, den Prototypen der #ID Wallett App https://www.bundesregierung.de/breg-de/aktuelles/e-id-1962112

  1. Anfrage #229623: ID Wallet https://fragdenstaat.de/anfrage/id-wallet/

Digitaler Impfnachweis

Info

Python

@rena2019
rena2019 / Aldi_Maginon_Wildkamera_WK_4_HDW_Wifi.txt
Last active March 12, 2021 15:39
Aldi / Maginon Wildkamera WK 4 HDW Wifi
Wildkamera WK 4 HDW Wifi https://maginon.de/collections/fur-wildkameras/products/maginon-wk-4-hdw-wifi-100497
BLE Service UUID: D4FBC2CE-E291-0FB5-6A47-7EF8DE77B272
0x0646 SGV Group Holding GmbH & Co. KG
#!/bin/bash
# https://www.arte.tv/de/videos/RC-019568/the-killing/
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-001-A_SQ_0_VA-STA_05075589_MP4-2200_AMM-PTWEB_1MOyagAVXG.mp4 -O S01E01.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-002-A_SQ_0_VA-STA_05075085_MP4-2200_AMM-PTWEB_1MOXrgAIMr.mp4 -O S01E02.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-003-A_SQ_0_VA-STA_05075709_MP4-2200_AMM-PTWEB_1MP5IgAWTZ.mp4 -O S01E03.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-004-A_SQ_0_VA-STA_05075689_MP4-2200_AMM-PTWEB_1MP5HgAWTZ.mp4 -O S01E04.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-005-A_SQ_0_VA-STA_05075629_MP4-2200_AMM-PTWEB_1MP1igAW0X.mp4 -O S01E05.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-006-A_SQ_0_VA-STA_05075285_MP4-2200_AMM-PTWEB_1MOiXgAQdl.mp4 -O S01E06.mp4
wget https://arteptweb-a.akamaihd.net/am/ptweb/040000/040300/040374-007-A_SQ_0_VA-STA_05075669_MP4-

Spass mit der Corona-Warn App

...wenn Technik Freaks ein zu langes Wochenende (bzw regnerischen Nachmittag) haben

import nfc
import struct
import sys
import ndef
# NDEF hex dump
#record = ndef.TextRecord("Hallo Welt", "de")
#print(b''.join(ndef.message_encoder([record])).hex())
def HEX(s):
return bytearray.fromhex(s)