Skip to content
View bradpotts's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Canadian
  • 04:32 (UTC +07:00)

Highlights

  • Pro
Block or Report

Block or report bradpotts

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. contentful_tutorial_steps contentful_tutorial_steps Public

    Add tutorial steps to ContentFul (based off of repeater fields)

    TypeScript 1

  2. multi-tenancy-devise multi-tenancy-devise Public

    mtdevise adds basecamp style user logins to your ruby on rails application.

    Ruby 29 6

  3. multi-tenancy-warden multi-tenancy-warden Public

    bare-bones alternative to mtdevise, adds basecamp style user logins for rails

    Ruby 8 1

  4. A JavaScript to dynamically shorten ... A JavaScript to dynamically shorten text with more/less button.
    1
    // Set Variables
    2
    var showChar = 120;
    3
    var ellipsestext = "...";
    4
    var moretext = "See More";
    5
    var lesstext = "See Less";