Skip to content
View beatmadsen's full-sized avatar

Sponsoring

@ioquatix

Block or report beatmadsen

Report abuse

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

Report abuse

Pinned Loading

  1. agent-chat agent-chat Public

    A chat messaging tool for inter-agent communication. Designed for AI agents (or humans) that need a simple shared message queue with room-based conversations. Includes a CLI and a web UI.

    Ruby 4

  2. claude-skills claude-skills Public

    Personal collection of Claude Code skills

  3. churn_vs_complexity churn_vs_complexity Public

    A tool to visualise code complexity in a project and help direct refactoring efforts.

    Ruby 5

  4. fiber-collector fiber-collector Public

    Ruby gem to collect results from multiple concurrently scheduled tasks

    Ruby 8

  5. rswim rswim Public

    Ruby implementation of the SWIM gossip protocol

    Ruby 4 2

  6. 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):