Skip to content
View JLIspace's full-sized avatar
🖥️
Currently In-Game: C++
🖥️
Currently In-Game: C++
  • Germany, Baden-Württemberg

Block or report JLIspace

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Cloudflare DynDNS via API Cloudflare DynDNS via API
    1
    #!/bin/bash
    2
    ## change to "bin/sh" when necessary
    3
    
                  
    4
    auth_email="account email address"                                       # The email used to login 'https://dash.cloudflare.com'
    5
    auth_method="token"                                 # Set to "global" for Global API Key or "token" for Scoped API Token
  2. raid-failure raid-failure Public

    Forked from alvolalex/raid-failure

    RAID failure chance calculator.

    HTML

  3. svg-to-png svg-to-png Public

    Forked from vincerubinetti/svg-to-png

    Convert SVGs to PNGs right in your browser, reliably and correctly

    TypeScript