Skip to content
View topahl's full-sized avatar

Block or report topahl

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. die-Strasse die-Strasse Public

    Überwachungs Simulation

    Java 5

  2. StoryBear StoryBear Public archive

    Software Engineering Teil 2

    Java 3

  3. RFC callback exploit RFC callback exploit
    1
    FUNCTION RFC_PING.
    2
    *"----------------------------------------------------------------------
    3
    *"*"Lokale Schnittstelle:
    4
    *"----------------------------------------------------------------------
    5
    * RFC - P I N G
  4. hass-lovelace-kobo-screensaver hass-lovelace-kobo-screensaver Public

    Forked from sibbl/hass-lovelace-kindle-screensaver

    This tool generates a png from a Home Assistant Lovelace view, which can be displayed on a Kindle device which has the Online Screensaver plugin installed.

    JavaScript

  5. pianomister/ExpenSync pianomister/ExpenSync Public

    Track your expenses anywhere, on any device, and synchronize them using Dropbox.

    JavaScript 2 1

  6. Excel CVSS Score calculation function Excel CVSS Score calculation function
    1
    Attribute VB_Name = "CVSSv2"
    2
    Function CVSSv2(AV As String, AC As String, AU As String, C As String, I As String, A As String)
    3
        Attribute CVSSv3.VB_Description = "This function calculates the CVSSv3 Score from the coresponding vector"
    4
        Attribute CVSSv3.VB_ProcData.VB_Invoke_Func = " \n9"
    5
        Dim intAV, intAC, intAU, intC, intI, intA As Double