Skip to content
View dfreeman500's full-sized avatar
Block or Report

Block or report dfreeman500

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

Pinned

  1. City-data City-data Public

    Look up data on different cities by scraping wikipedia and consuming openweather API. User can interact via CLI, flask GUI, and/or API. Graph is displayed. Exports to .csv and also saves in SQLite db.

    Python 1

  2. friends friends Public

    Friends contact list. A Ruby On Rails MVC CRUD app with authentication utilizing postgreSQL and hosted on Heroku.

    Ruby

  3. Scheduler Scheduler Public

    Scheduler. A C# ASP.NET Core MVC CRUD program that uses a relational SQL database to schedule appointments to individuals. Logic is included to notify for double booked appointments and appointment…

    C#

  4. Hangman-Resurrected-Javascript Hangman-Resurrected-Javascript Public

    Hangman game with GUI and consumption of Merriam Webster API where the computer guesses your word. Guessing algorithm uses frequency count of letters in possible words to guess user's word in short…

    JavaScript

  5. Crime-and-Weather-ment Crime-and-Weather-ment Public

    A look at crime and weather data spanning 2004 to 2020 for Louisville, KY (correlations, graphs/distributions, linear regression) using Python/Jupyter Notebook

    Jupyter Notebook

  6. Hangman-Stats-In-Context---Python Hangman-Stats-In-Context---Python Public

    Python program that determines errors for solving 'ALL words' in hangman given a specific word list and strategy of using most frequently occurring letters in remaining candidate words.

    Python