Skip to content
View magnum's full-sized avatar
💭
experimenting...
💭
experimenting...

Organizations

@incodeit
Block or Report

Block or report magnum

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

  1. gcalcli-ruby gcalcli-ruby Public

    Ruby

  2. rdbsync rdbsync Public

    a quick and dirty ruby script to sync remote db via ftp for (php) web projects

    Ruby 3

  3. wordpress utils wordpress utils
    1
    
                  
    2
    function dbg_print_script($script,$alert=FALSE){
    3
        if($alert) echo('<script>alert("'.$script.'");</script>');
    4
        echo("<script>$script</script>");
    5
    }
  4. dotfiles dotfiles Public

    Shell 1

  5. adventofcode adventofcode Public

    JavaScript

  6. localwebdev localwebdev Public

    local web dev environment w/ apache2 + ssl, php, mysql managed via docker

    Dockerfile