Skip to content
View mrclay's full-sized avatar

Organizations

@Elgg

Block or report mrclay

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 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 36 9

  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
    #!/bin/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
    #