Skip to content
View ryderstorm's full-sized avatar

Block or report ryderstorm

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
ryderstorm/README.md

Pinned Loading

  1. helper_scripts helper_scripts Public

    Various scripts I use to save time and headaches.

    Ruby 1

  2. dracula_color_reference_site dracula_color_reference_site Public

    Code for my Dracula color scheme reference site

    HTML 2

  3. Installing rmagick gem on Ubuntu 16.04 Installing rmagick gem on Ubuntu 16.04
    1
    # the instructions from here: https://stackoverflow.com/questions/3704919/installing-rmagick-on-ubuntu/31089915#31089915
    2
    # worked, but only after I added in line 8
    3
    
                  
    4
    sudo apt-get purge graphicsmagick graphicsmagick-dbg imagemagick-common imagemagick imagemagick-6.q16 libmagickcore-6-headers libmagickwand-dev graphicsmagick-libmagick-dev-compat
    5
    sudo apt-get autoremove
  4. rajatthareja/ReportBuilder rajatthareja/ReportBuilder Public

    Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.

    HTML 81 47

  5. thornwatch_dice_roller thornwatch_dice_roller Public

    A simple web app built with Sinatra for Thornwatch, the boardgame by Penny Arcade and Loneshark games

    JavaScript