Skip to content
View TwoBee's full-sized avatar
🔥
Working from home
🔥
Working from home
  • Ergosign
  • Germany

Block or report TwoBee

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
TwoBee/README.md

Some Webdev in the making.

Website

tobiaszimmer.dev (TBA)

Professional

I'm currently working as a UX Software Engineer at Ergosign

Pinned Loading

  1. datanalaysispython_ws2122 datanalaysispython_ws2122 Public

    Forked from Oshimani/datanalaysispython_ws2122

    Datensatz für die Prüfungsleistung im Rahmen der Veranstaltung Data Analysis mit Python

    Jupyter Notebook

  2. QIS Fix QIS Fix
    1
    javascript: (function () {
    2
        const tableCells = document.querySelectorAll('td');
    3
    
                  
    4
        tableCells.forEach(e => {
    5
            /* make BE green */
  3. tobiaszimmer.dev tobiaszimmer.dev Public

    Source Code meiner eigenen kleinen Webseite

    JavaScript

  4. Neuronales Netzwerk - Expressen-Erke... Neuronales Netzwerk - Expressen-Erkennung
    1
    #!/usr/bin/env python
    2
    
                  
    3
    #region Imports
    4
    import random
    5
    from os import listdir