Skip to content
View wilsondunlap's full-sized avatar

Block or report wilsondunlap

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Javascript-Lab-Morse-Code Javascript-Lab-Morse-Code Public

    Forked from Zipcoder/JavaScript.MorseCode

    Create a morse code translator. This is the working website. Pretty cool.

    CSS

  2. DecimalToWords DecimalToWords Public

    Takes a Decimal type and converts it to a string that reads out the value of that Decimal

    C#

  3. PrimeDetector PrimeDetector Public

    Finds all prime numbers in an array that are less than a given maximum

    C#

  4. RegExpProblem RegExpProblem Public

    A RegEx that captures all persons who share a first or last name with me, given a list of names separated by CR/LF

    C#

  5. SortedSearch SortedSearch Public

    Implements a function CountNumbersLessThan(int[] nums, int lessThan) that accepts a sorted array of unique integers and counts the number of array element that are less than the parameter lessThan

    C#