Skip to content
View hratcliffe's full-sized avatar

Highlights

  • Pro

Organizations

@WarwickRSE

Block or report hratcliffe

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. PixelChart PixelChart Public

    Python

  2. WarwickRSE/ApplesToOranges WarwickRSE/ApplesToOranges Public

    C++ library implementing Physical Units checking

    C++ 1

  3. WarwickRSE/DMA WarwickRSE/DMA Public

    Diagonal Matrix solving

    C++

  4. Python Code to Manage Rate-Limited p... Python Code to Manage Rate-Limited processes
    1
    from collections import deque
    2
    import datetime
    3
    from time import sleep
    4
    
                  
    5
    class mustWait(Exception):
  5. WarwickRSE/mostest WarwickRSE/mostest Public

    Unit testing Introductory Workshop Files

    Python 2

  6. WarwickRSE/WordleLiveCode WarwickRSE/WordleLiveCode Public

    Code accompanying live-stream for Wordle

    Fortran