Skip to content
View rumpranger's full-sized avatar

Block or report rumpranger

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

Pinned Loading

  1. nextjs-blog nextjs-blog Public

    The base tutorial provided by Vercel for nextjs.

    TypeScript

  2. react-tic-tac-toe react-tic-tac-toe Public

    Tic-Tac-Toe tutorital from the react website

    JavaScript

  3. Mysql disk usage by table Mysql disk usage by table
    1
    SELECT table_name AS "Table", ROUND(((data_length + index_length) / 1024 / 1024), 2) AS "Size (MB)" 
    2
    FROM information_schema.TABLES 
    3
    WHERE table_schema = "DATABASE_NAME_HERE" ORDER BY (data_length + index_length) DESC; 
  4. EarlyWarningExploitChecker EarlyWarningExploitChecker Public

    Early warning exploit checker used to detect possible exploits being distributed by websites.

  5. hosting-scripts hosting-scripts Public

    Simple tools for hosting

    PHP

  6. ngx_http_substitutions_filter_module ngx_http_substitutions_filter_module Public

    Forked from yaoweibin/ngx_http_substitutions_filter_module

    a filter module which can do both regular expression and fixed string substitutions for nginx

    Perl