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

Block or report JosephRedfern

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

    Python Toolkit for interfacing with the Varisense VMU931.

    Python 10 2

  2. FTS-Manager FTS-Manager Public

    Manager for Cardiff School of Computer Science's FTS Seminar Series

    Python 7 3

  3. OutletMeKnow OutletMeKnow Public

    Dell outlet product availability notifier

    Python 7 4

  4. Short smali analyser to generate cal... Short smali analyser to generate call hierarchy and inspect methods...
    1
    import glob
    2
    from collections import defaultdict
    3
    
                  
    4
    classes = defaultdict(lambda: defaultdict(list))
    5
    
                  
  5. SousMyVide SousMyVide Public

    ESP32-based sous vide controller.

    C++ 2

  6. BBC6Music Spotify Playlist Updater (... BBC6Music Spotify Playlist Updater (via @BBC6MusicBot)
    1
    python-twitter==3.5
    2
    spotipy==2.13.0
    3
    tqdm==4.47.0