Skip to content
View tkutcher's full-sized avatar
πŸ€”
πŸ€”
Block or Report

Block or report tkutcher

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
tkutcher/README.md

Hi there πŸ‘‹

  • πŸ™‹β€β™‚οΈ My name is Tim Kutcher
  • πŸ§‘β€πŸ’» Working in Software
  • 🐦 I studied Computer Science at Johns Hopkins University
  • 🌐 Check out https://tkutcher.com
  • πŸ“« Contact me at [email protected]
  • ⚾ Outside of software I'm in to sports and played college baseball at JHU

Top Software Skills


Resources

Pinned Loading

  1. jgrade jgrade Public

    A library for grading Java assignments

    Java 25 16

  2. quickbase-client quickbase-client Public

    A High-Level QuickBase Python API Client & Model Generator

    Python 15 5

  3. Python BufferedIterator Python BufferedIterator
    1
    """
    2
    buffered_iterator - Decorates an iterator with "has_next" by buffering values.
    3
    4
    Example use case for this is if you have a base interface/ABC that has methods 
    5
    `has_next` and `get_next`, and several classes realizing this interface already