Skip to content
View mrclay's full-sized avatar

Organizations

@Elgg

Block or report mrclay

Report abuse

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

Report abuse

Pinned Loading

  1. encrypt-to-html encrypt-to-html Public

    Encrypt messages/files as HTML files which can decrypt themselves

    HTML 3

  2. piano-record piano-record Public

    TypeScript 16

  3. php-markdown-server php-markdown-server Public

    A minimal PHP router that serves HTML by processing Markdown files.

    PHP

  4. Props Props Public

    An IDE and static analysis friendly PHP DI container

    PHP 35 8

  5. Convert Exceljs rich text values to ... Convert Exceljs rich text values to HTML or plaintext strings
    1
    function isRichValue(value) {
    2
      return Boolean(value && Array.isArray(value.richText));
    3
    }
    4
    
                  
    5
    function richToString(rich) {
  6. docker compose logs -f but auto rest... docker compose logs -f but auto restart if all containers stop and come back up
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Like docker compose logs -f but it waits for containers to come back up
    4
    # if they stop or haven't been started.
    5
    #