Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View cbartlett's full-sized avatar

Sponsoring

@tpope

Highlights

  • Pro

Organizations

@StatusGator @vim-awesome @nimbleind @trackssl

Block or report cbartlett

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

Yo! 🤘 I'm Colin and I build stuff.

Pinned Loading

  1. colinabartlett.com colinabartlett.com Public

    Personal homepage and resume of Colin Bartlett

    CSS 2

  2. dotfiles_old dotfiles_old Public

    1

  3. Print Ruby Exception Hierarchy Print Ruby Exception Hierarchy
    1
    exceptions = []
    2
    tree = {}
    3
    ObjectSpace.each_object(Class) do |cls|
    4
      next unless cls.ancestors.include? Exception
    5
      next if exceptions.include? cls
  4. Kill whitespace! Kill whitespace!
    1
    find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i '' -E "s/[[:space:]]*$//"
  5. Remove unused local git branches Remove unused local git branches
    1
    git branch --merged master | grep -v ^\* | xargs git branch -d
  6. Convert Ruby hash syntax Convert Ruby hash syntax
    1
    find . -name \*.rb -exec perl -p -i -e 's/([^:]):(\w+)\s*=>/\1\2:/g' {} \;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.