Skip to content
View cwverhey's full-sized avatar
  • Groningen, The Netherlands
Block or Report

Block or report cwverhey

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. COVID-19 COVID-19 Public

    assorted COVID-19 statistics stuff

    R

  2. ComMute ComMute Public

    Quieter Commercial Ads for Spotify on macOS

    Python 3 1

  3. DICOMwaterequivalent DICOMwaterequivalent Public

    calculates water equivalent area (Aw) and water equivalent circle diameter (Dw) for CT DICOM images, per AAPM 204 and AAPM 220

    Python 6

  4. HomeBankCSV HomeBankCSV Public

    Convert exported csv-files from the Dutch ASN, ING and Triodos Bank to HomeBank accounting software. GUI / CLI, Python3.

    Python 15 4

  5. keylayout-US-Caspar keylayout-US-Caspar Public

    MacOS keylayout with alt-modifier keys, ctrl-greek alphabet, remapped backtick

    1

  6. OpenSubtitles.org subtitle search an... OpenSubtitles.org subtitle search and downloading, with automatic unzipping
    1
    #!/usr/bin/env python3
    2
    
    
    3
    import os
    4
    import re
    5
    from requests import Session