Skip to content
View EnderFlop's full-sized avatar

Highlights

  • Pro

Block or report EnderFlop

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
EnderFlop/README.md
import datetime
YEAR = datetime.date.today().year

year_to_class_dict = {
  2021: "freshman",
  2022: "sophomore",
  2023: "junior",
  2024: "senior"
  }

try:
  print(f"Hey, I'm a {year_to_class_dict[YEAR]} at the University of Iowa, coding for fun and sometimes not for fun.")
except KeyError:
  print("Hey! I've either graduated from college or forgot to edit this!")

Pinned Loading

  1. enderflop.github.io enderflop.github.io Public

    JavaScript

  2. icgp icgp Public

    Iowa City Graffiti Project! Photos located in the iowacitygraffiti-archive repo

    JavaScript

  3. iowacitygraffiti-archive iowacitygraffiti-archive Public

    Photos, metadata, and helper functions for the Iowa City Graffiti Project. enderflop.github.io/icgp

    Python

  4. snixels snixels Public

    A JS recreation of the Hypnospace Outlaw screensaver.

    JavaScript