Skip to content
View travishohl's full-sized avatar

Block or report travishohl

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

Popular repositories Loading

  1. atx-civic-tech-expo-demo atx-civic-tech-expo-demo Public

    Forked from open-austin/demo-website

    Source for the ATX Civic Tech Expo demonstration website.

    JavaScript

  2. austin-recycles austin-recycles Public

    Forked from open-austin/austin-recycles

    JavaScript

  3. romans romans Public

    A simple program that converts decimal to roman numeral, written using test-driven development.

    Python

  4. kata-fast-forward kata-fast-forward Public

    Without using any of Ruby's Date or Time classes, write a method that increments a given time by a given number of minutes.

    Ruby

  5. tx_lobbying tx_lobbying Public

    Forked from texastribune/tx_lobbying

    Generic Django application for scraping and modeling lobbying data available from the Texas Ethics Commission

    Python

  6. kata-matching-braces kata-matching-braces Public

    Write a function that, given a string of round `()`, square `[]`, and curly `{}` braces, determines if the braces are matching.

    Ruby