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 csv | |
import multiprocessing | |
import argparse | |
import os.path | |
import sys | |
from multiprocessing import Pool | |
import logging | |
from PIL import Image, ImageDraw,ImageFont | |
import qrcode | |
import uuid |
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
schachbrett = 8 * 8 | |
ReisFeldEins = 1 | |
Multip = 2 | |
if ReisFeldEins == 1: | |
print(f"Das Schachbrett hat {schachbrett} Felder und auf dem ersten Feld ist ein Reiskorn.") | |
else: | |
print(f"Das Schachbrett hat {schachbrett} Felder und auf dem ersten Feld sind {ReisFeldEins} Reiskörner.") | |
print(f"bei jedem Feldwechsel wird die Reiskornanzahl mit {Multip} multipiziert") | |
feldlist = [] |
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
#! /bin/env python | |
import argparse, multiprocessing, urllib.request,validators | |
import json | |
import sys | |
from urllib.parse import urlparse | |
import os.path | |
if __name__ == '__main__': | |
usernames =[] | |
multiprocessing.freeze_support() |
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
#! /bin/env python | |
import argparse, multiprocessing, urllib.request,validators | |
if __name__ == '__main__': | |
multiprocessing.freeze_support() | |
argsParser = argparse.ArgumentParser() | |
argsParser.add_argument("-u","--url",help="the url of the website",default="https://www.github.com",type=str) | |
args = argsParser.parse_args() | |
print("testing: " + args.url) |
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
import multiprocessing | |
import atoot | |
import asyncio | |
import speedtest #speedtest-cli | |
async def mastodon_bot(): | |
instance = "" | |
access_token = "" | |
client = await atoot.MastodonAPI.create(instance, access_token=access_token) |
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
LOCALE US | |
LED 0 255 0 | |
WINDOWS r | |
DELAY 400 | |
STRING cmd | |
ENTER | |
DELAY 400 | |
LED 255 215 0 | |
STRING c:\windows\system32\shutdown.exe /s /t 0 /c "Save a little electricity" /f |
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 |