Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[3000001, 3000002, 3000003, 3000004, 3000006, 3000007, 3000008, 3000009, 3000010, 3000011, 3000013, 3000014, 3000015, 3000016, 3000017, 3000020, 3000021, 3000022, 3000023, 3000024, 3000025, 3000026, 3000027, 3000028, 3000029, 3000030, 3000032, 3000033, 3000034, 3000036, 3000037, 3000038, 3000039, 3000040, 3000041, 3000042, 3000043, 3000044, 3000045, 3000046, 3000047, 3000048, 3000049, 3000051, 3000052, 3000053, 3000057, 3000058, 3000060, 3000061, 3000062, 3000063, 3000064, 3000065, 3000066, 3000067, 3000068, 3000069, 3000072, 3000074, 3000076, 3000077, 3000078, 3000079, 3000080, 3000082, 3000083, 3000084, 3000086, 3000087, 3000088, 3000089, 3000091, 3000092, 3000093, 3000094, 3000095, 3000097, 3000098, 3000099, 3000100, 3000101, 3000102, 3000103, 3000104, 3000105, 3000106, 3000107, 3000109, 3000110, 3000111, 3000112, 3000113, 3000114, 3000115, 3000117, 3000118, 3000120, 3000121, 3000122, 3000123, 3000124, 3000125, 3000126, 3000127, 3000129, 3000131, 3000132, 3000133, 3000134, 3000135, 3000136, 3000137, 300013
@lumbric
lumbric / BGBLA_2020_II_598.txt
Last active December 26, 2020 22:45
Changes for 3rd lockdown (differences to 2nd hard lockdown)
Ausgangsregelung
§ 1. (1) Zur Verhinderung der Verbreitung von COVID-19 und zur Verhinderung eines Zusammenbruchs der medizinischen Versorgung sind das Verlassen des eigenen privaten Wohnbereichs und der Aufenthalt außerhalb des eigenen privaten Wohnbereichs nur zu folgenden Zwecken zulässig:
1. Abwendung einer unmittelbaren Gefahr für Leib, Leben und Eigentum,
2. Betreuung von und Hilfeleistung für unterstützungsbedürftige Personen sowie Ausübung familiärer Rechte und Erfüllung familiärer Pflichten,
3. Deckung der notwendigen Grundbedürfnisse des täglichen Lebens, wie insbesondere
a) der Kontakt mit
aa) dem nicht im gemeinsamen Haushalt lebenden Lebenspartner,
bb) einzelnen engsten Angehörigen (Eltern, Kinder und Geschwister),
cc) einzelnen wichtigen Bezugspersonen, mit denen in der Regel mehrmals wöchentlich physischer Kontakt oder nicht physischer Kontakt gepflegt wird,
b) die Versorgung mit Grundgütern des täglichen Lebens,
@lumbric
lumbric / exponential_forcecast.ipynb
Created December 6, 2020 21:24
Forecast of Covid-19 cases in Austria (2020-12-06)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lumbric
lumbric / env.yml
Last active November 19, 2020 12:59
Conda environment for cvxgrp/cvxpy#1112
name: cvxpytest
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- appdirs=1.4.4=pyh9f0ad1d_0
- attrs=19.3.0=py_0
- backcall=0.2.0=py_0
- black=20.8b1=py_1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lumbric
lumbric / tankstellen.ipynb
Created February 21, 2019 21:20
Tankstellen
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lumbric
lumbric / mpu6050.py
Created October 30, 2018 14:19
Micropython MPU6050 interface
import utils
import machine
class Mpu6050:
"""
This is a fork of:
https://github.com/larsks/py-mpu6050
See also other implementation:
@lumbric
lumbric / find_rbl.py
Created April 14, 2016 21:46
Fast draft to get Wiener Linien RBL from address
import lxml
import urllib
import requests
import tabulate
import pandas as pd
# don't ask my why this is distributed via CSV only, not via REST API
csv_params = {