Skip to content
View lstrand98's full-sized avatar
  • Boulder, CO
Block or Report

Block or report lstrand98

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

Popular repositories Loading

  1. Recommendation-System Recommendation-System Public

    This is a recommendation system similar to the ones on Netflix, Amazon, or Barnes&Noble. It uses a predetermined rating system and reads a set of reader ratings for a set of books. Coded in Python,…

    Python 1

  2. Hangman-Game Hangman-Game Public

    This simulates the game of Hangman, coded in Python. The program randomly generates a word to be guessed from the 'Words.txt'. Hangman class utilizes methods such as reading/writing to a file, sort…

    C++