Giter Club home page Giter Club logo

Dan Murphy's Projects

algorithms icon algorithms

JavaScript implementations of the algorithms taught in Coursera's Princeton Algorithms 1 class (taught by Kevin Wayne and Bob Sedgewick).

benchmarking_sort_algorithms icon benchmarking_sort_algorithms

Compares selection, insertion and bubble sorts us the Benchmark module. The selection sort is done both with while loops and for loops.

buzz_map icon buzz_map

Plotting social media chatter of your choosing on maps.

code_kata_armstrong_numbers icon code_kata_armstrong_numbers

Armstrong Numbers: An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits. Instructions Write a method that determines whether or not a given number is an Armstrong number.

code_kata_distance_forumla icon code_kata_distance_forumla

Write a method that calculates the distance between two given points, rounded to three decimal places. A point consists of a pair of x and y values.

code_kata_hex_to_decimal icon code_kata_hex_to_decimal

Write a method that converts a given hexadecimal number to decimal a decimal number. Your solution doesn't count if you use the built in `String#to_i` method and base in a base of 16, like this:

code_kata_most_common_words icon code_kata_most_common_words

Write a program which returns an array of the most common words found in a string, including ties. Ignore case and punctuation.

code_kata_multiplication_tables icon code_kata_multiplication_tables

Write a method that prints out a tab delimited 12x12 multiplication table. As an extra challenge, write a method that allows the dimensions of the multiplication table to be passed in as an argument.

code_kata_regexp_drills icon 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

code_kata_round_robin icon code_kata_round_robin

Write a method to schedule a round robin (all-play-all) tournament given an array of participants' names. If there are an odd number of participants, schedule a bye for one team each round. Your method should return a 3-deep nested array.

davecoin icon davecoin

A toy cryptocurrency protocol based on Bitcoin and implemented in Elixir

guess_the_number icon guess_the_number

Using JQuery and Javascript, takes user input and provides feedback to the user to help them guess a random number. Input must be between 1 and 100.'

holidays icon holidays

A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.