Skip to content
View JosephRedfern's full-sized avatar

Block or report JosephRedfern

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 4

  3. OutletMeKnow OutletMeKnow Public

    Dell outlet product availability notifier

    Python 7 5

  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