Skip to content
View JanHeist's full-sized avatar

Highlights

  • Pro

Organizations

@UniFile @newsgm

Block or report JanHeist

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
JanHeist/README.md

Pinned Loading

  1. Discord-RestartInfo Discord-RestartInfo Public

    Computer name and IPv4 address are sent to a Discord webhook when this C# program is executed.

    C#

  2. chatgpt-export-viewer chatgpt-export-viewer Public

    Forked from tnagar72/chatgpt-export-viewer

    local-first conversation viewer for your ChatGPT data export

    JavaScript 2

  3. C++ Merge-Sort C++ Merge-Sort
    1
    /* How Merge-Sort works:
    2
     * https://youtu.be/JSceec-wEyw
    3
     *
    4
     * 01.03.2022
    5
     */
  4. Ägyptisches Rechnen Ägyptisches Rechnen
    1
    #include <iostream>
    2
    using namespace std;
    3
    #include <cmath>
    4
    #include <windows.h>
    5