QR-Code String | Teesorte | Ziehzeit | Wassertemperatur | Aufgüsse | Tee aufwecken | Wassermenge |
---|---|---|---|---|---|---|
VORWERK2AE4H6TKGBM5E4DZPEQLVEPZCZU4QTX6YXX6HAP4SNDPOVC4R4NJOI7PMQK3LLDOZPT45MRSN6MAWTCDF6A | Schwarztee | 2 min | 95 °C | 2 | FALSE | |
VORWERK2AE4MIPMYF42E4DZPETTVAVKAORSWE47V45KNDTROXC5GITV6CYCK3S5NX35XBPWC2JD6QPGWLPCRHJTZUU | Früchtetee | 10 min | 100 °C | 1 | FALSE | |
VORWERK2AE4OIT2DSY2U4DZPEQH7IODTWUI65H42TNUORSTFVU3SBW36NUHKGIY6IXO53OHHQDLGWMKUXXFR4FP42M | Gelbtee | 1 min | 80 °C | 3 | TRUE |
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 multiprocessing,argparse,chardet | |
from scapy.all import sniff, Dot11 | |
from mac_vendor_lookup import MacLookup | |
mac = MacLookup() | |
def handle_packet(pkt): | |
thisProb = {} | |
if not pkt.haslayer(Dot11): | |
return |
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
<?xml version="1.0" encoding="utf-8"?> | |
<ModList> | |
<Name>Martin</Name> | |
<modIds> | |
<li>Core</li> | |
<li>1752864297</li> | |
<li>1507748539</li> | |
<li>709317151</li> | |
<li>818773962</li> | |
<li>1616643195</li> |
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
= Arch Linux step-by-step installation = | |
= http://blog.fabio.mancinelli.me/2012/12/28/Arch_Linux_on_BTRFS.html = | |
== Boot the installation CD == | |
loadkeys de | |
== Create partition == | |
gdisk /dev/sda | |
Part 1#: SWAP (8200) RAM + 4GB |