Skip to content
View SteveUpton's full-sized avatar

Block or report SteveUpton

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 Loading

  1. matplotlib-chernoff-faces matplotlib-chernoff-faces Public

    A Python module to visualise a Pandas DataFrame or arbitrary data as Chernoff Faces, using Matplotlib.

    Python

  2. TalkReferences TalkReferences Public

    A collection of references from my various talks

  3. dsr-microservices-lab dsr-microservices-lab Public

    Forked from codecraf8/microservices-python-docker-zeromq

    Lab for DSR Berlin microservices presentation

    Python 5 2

  4. ksp-mqtt ksp-mqtt Public

    MQTT extensions for Kerbal Space Program

    C# 2

  5. Open University TMA LaTeX class and ... Open University TMA LaTeX class and example TMA.
    1
    \documentclass{ou-tma}
    2
    
                  
    3
    \student{John Smith}
    4
    \email{[email protected]}
    5
    \identifier{B1234567}
  6. Converts a CartoDB table generated f... Converts a CartoDB table generated from YB Tracking YML into a linestring
    1
    -- Generate the timestamp from the supplied data
    2
    UPDATE yb
    3
    SET timestamp=to_timestamp(SUBSTRING(name, 7, 20), 'DD-MM-YYYY HH24:MI:SS');
    4
    
                  
    5
    -- Generate the linestring as a new table