Skip to content
View AliceKitchkin's full-sized avatar
🐱
🐱

Highlights

  • Pro

Block or report AliceKitchkin

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. Unsupervised-Machine-Learning Unsupervised-Machine-Learning Public

    Clustering von Fifa Spielern

    Jupyter Notebook 2

  2. Schimmel-Stop-im-Smart-Bad Schimmel-Stop-im-Smart-Bad Public

    Messen von Luftfeuchtigkeit und Temperatur im Badezimmer mithilfe eines Arduinos, speichern der Daten in InfluxDB, Analyse der Ergebnisse in Tableau

    C++

  3. Forecasting-Rossmann-Store-Sales Forecasting-Rossmann-Store-Sales Public

    Jupyter Notebook

  4. Tobiwue/Stochastik-SoSe23-Msc Tobiwue/Stochastik-SoSe23-Msc Public

    ShinyApp Stochastik SoSe23 - HTW Berlin FB4 MSC

    R

  5. Scraping of prices on the PNS24 webs... Scraping of prices on the PNS24 website to check wether the price filter has bees set correctly
    1
    # Scraping Packages
    2
    from time import sleep
    3
    from selenium import webdriver
    4
    from selenium.webdriver.common.by import By
    5
    from selenium.webdriver.common.keys import Keys
  6. VBA-Code zur Berechnung von Zuteilun... VBA-Code zur Berechnung von Zuteilungen normiert auf 100% mit dynamischen Spalten-Offset
    1
    Sub Hiring_Split_Zuteilung()
    2
    
                  
    3
        Dim AWS As Worksheet
    4
        Dim summeZuteilung As Double
    5
        Dim zeile As Integer