Skip to content
View beatmadsen's full-sized avatar

Sponsoring

@ioquatix
Block or Report

Block or report beatmadsen

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. fiber-collector fiber-collector Public

    Ruby gem to collect results from multiple concurrently scheduled tasks

    Ruby 8

  2. rswim rswim Public

    Ruby implementation of the SWIM gossip protocol

    Ruby 4 2

  3. is_it_done_yet is_it_done_yet Public

    Coordinating build outcomes of parallel CI build pipelines

    Ruby 4

  4. tell tell Public

    The Tell programming language

    5

  5. python 3 parse badly encoded excel s... python 3 parse badly encoded excel sheet
    1
    # Solution inspired by https://stackoverflow.com/a/33504236/2020801
    2
    from xml.sax import ContentHandler, parseString
    3
    
                  
    4
    class ExcelHandler(ContentHandler):
    5
        def __init__(self):