Skip to content
View simonwo's full-sized avatar

Organizations

@register-dynamics @Only-Connect-Partners

Block or report simonwo

Report abuse

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

Report abuse

Pinned Loading

  1. register-dynamics/data-import register-dynamics/data-import Public

    Components and patterns for building spreadsheet uploaders in digital services

    JavaScript 1

  2. dbml-ruby dbml-ruby Public

    Ruby library for Database Markup Language (DBML).

    Ruby 4 1

  3. tech-docs-wiki tech-docs-wiki Public template

    Automatically build and deploy GOV.UK-style technical documentation based on updates to a GitHub Wiki.

    Ruby 6 2

  4. register-dynamics/freeagent-cli register-dynamics/freeagent-cli Public

    Access and control Freeagent data from the command line

    Ruby

  5. ragerender ragerender Public

    A template parser and site generator that can render a webcomic site using ComicFury templates, using the Jekyll static site generator.

    Ruby

  6. SQLite Virtual File System for S3 – MVP SQLite Virtual File System for S3 – MVP
    1
    import boto3
    2
    import apsw
    3
    
                  
    4
    BLOCK_SIZE = 64 * 1024
    5
    EMPTY_BLOCK = b"".join([b"\x00"] * BLOCK_SIZE)