Skip to content
View dmorr041's full-sized avatar

Block or report dmorr041

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

Popular repositories Loading

  1. Command-line-parsing-using-getopt Command-line-parsing-using-getopt Public

    Simple calculator program in C with command line parsing using getopt. Calculator does multiplication, addition, subtraction, division and exponentiation in PEMDAS order.

    C 1 1

  2. Binary-Search-Tree-Sorting-in-C-Assignment-1-COP4338 Binary-Search-Tree-Sorting-in-C-Assignment-1-COP4338 Public

    Implements a binary search tree in C. We have functions to compare two strings for equality (one compares case sensitive while the other compares case insensitive), as well as an insert function to…

    C 1

  3. hello-world hello-world Public

    My first repository

  4. Shopping-List-in-C-Lab-1-COP4338 Shopping-List-in-C-Lab-1-COP4338 Public

    Simple assignment covering C strings and printed formatting in C. Prints out a shopping list, the contents of which are stored in variables that are initialized and re-initialized for each entry in…

    C

  5. Word-Count-and-Longest-Shortest-word-from-input-in-C-Lab-3-COP4338 Word-Count-and-Longest-Shortest-word-from-input-in-C-Lab-3-COP4338 Public

    Simple C program to count the number of words from input (either stdin or a file) and optionally give the longest and shortest words. Covers File I/O in C, as well as command line parsing using get…

    C

  6. Yahtzee.py Yahtzee.py Public

    Simple game of Yahtzee in Python. This was part of Upsilon Pi Epsilon's Python workshop on October 13th, 2017