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

Block or report kylefritz

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. motzi motzi Public

    Neighborhood bakery's CSA webapp

    Ruby

  2. ranked-choice ranked-choice Public

    Live Audience Questions & Ranked-Choice Voting Web App

    Ruby 1

  3. speed-cam speed-cam Public

    A computer vision system for tracking the speed of passing cars using AWS Deep Lens

    Jupyter Notebook 1

  4. windfield windfield Public

    An art installation that recreates the direction and the speed of the wind at chosen location & time.

    Arduino 1

  5. midwifery midwifery Public

    Web app to track for KJ's midwifery training!!

    JavaScript 1

  6. publish a message to Amazon SNS usin... publish a message to Amazon SNS using python or ruby
    1
    from time import strftime,gmtime,time
    2
    import urllib2
    3
    import hmac
    4
    import hashlib
    5
    import base64