Skip to content
View Technik-Tueftler's full-sized avatar

Block or report Technik-Tueftler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Speedtest Speedtest Public

    Perform a Internet speed test with adjustable time intervals with help from Fritzbox

    Python 2 3

  2. Context manager for SQLAlchemy engin... Context manager for SQLAlchemy engines to open and close the connection after committing data
    1
    import sqlalchemy
    2
    from sqlalchemy.ext.declarative import declarative_base
    3
    from sqlalchemy.orm import sessionmaker
    4
    from sqlalchemy import create_engine
    5
    from dataclasses import dataclass
  3. IntelligentSocketDatalogger IntelligentSocketDatalogger Public

    IntelligentSocketDatalogger is an app which reads intelligent sockets in individually adjustable time intervals and stores their return values in an InfluxDB. Each socket can be set with additional…

    Python 1 1

  4. TwitchHenCommander TwitchHenCommander Public

    Collect the messages with a hashtag and tweet the hastags at the end of the stream

    Python 3