Murphydbuffalo
Engineering @ AcuityMD Passionate about learning, improving, and building great products.
@wunderteamBoulder, CO
Pinned Repositories
algorithms
JavaScript implementations of the algorithms taught in Coursera's Princeton Algorithms 1 class (taught by Kevin Wayne and Bob Sedgewick).
buzz_map
Plotting social media chatter of your choosing on maps.
code_kata_regexp_drills
It's time to put your Regular Expressions to practice. In this kata you will * Validate email * Validate a phone number * Validate a password * Validate a username * Validate a credit card number * Validate that a string contains only digits * Validate that a string contains only letters * Validate a social security number * Validate a US zip code
hyp
Minimal configuration, statistically valid A/B testing for Ruby on Rails
hyp2
Low risk, intuitive product experimentation. Inform your product decisions with evidence from your users.
key_value_store
A distributed key value store, built using OTP (this project is from from the Elixir guides).
ruby-data-structures-and-algorithms
Linked lists, resizing arrays, hashmaps, binary search trees, oh my!
smile-o-meter
When the user smiles, the smiley smiles. Happiness for all!
Murphydbuffalo's Repositories
Murphydbuffalo/in_theaters_now
Pulls a JSON file from the Rotten Tomatoes API and displays info on movies currently in theaters.
Murphydbuffalo/kickball_challenge
Solution to Launch Academy's kickball challenge
Murphydbuffalo/launch_academy_binary_search_challenge
More Ruby challenges from Launch Academy
Murphydbuffalo/launch_academy_cashier_problems
Solutions to 3 of Launch Academy's early challenges
Murphydbuffalo/launch_academy_hangman_problem
More Ruby challenges from Launch Academy
Murphydbuffalo/learn_git_test
Working through git tutorials
Murphydbuffalo/Learn_To_Program
Problems from chapters 1-9
Murphydbuffalo/movie_catalogue_sql
A dynamically generated site of movies and actor using a PostgreSQL database. Has pagination, search functionality and multiple options for ordering query results.
Murphydbuffalo/slacker_news
A mock of Hacker News with functioning forms for submitting articles and a dynamically generated index page.
Murphydbuffalo/to_do_list
A dynamic to-do list, HTML forms allow HTTP Post requests.
Murphydbuffalo/week2_systems_check_game_time
Solution to Launch Academy's week 2 systems check: Game Time. Includes dynamically generated pages built using Sinatra.
Murphydbuffalo/word_count_problems
Using hashes to tally words from external text files.