Skip to content
View bmarwell's full-sized avatar

Sponsoring

@commonhaus

Organizations

@scms

Block or report bmarwell

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
bmarwell/README.adoc

Metrics

Pinned Loading

  1. jdtfmt jdtfmt Public

    jdtfmt is an opinionated java source code formatter for the command line

    Java 24 1

  2. cowsay-liberty-feature cowsay-liberty-feature Public

    Cowsay for YOUR Liberty!

    Java 4 2

  3. Rename JPG image files to a standard... Rename JPG image files to a standardized iso format
    1
    #!/bin/bash
    2
    set -euo pipefail
    3
    IFS=$'\n\t'
    4
                                                                                                                                                                                                                                                                
    5
    NOOP=${1:-}
  4. one line check for certificate diges... one line check for certificate digest algorithm
    1
    CF=mktemp; openssl s_client -showcerts -connect host:port </dev/null > "$CF" 2>/dev/null; openssl x509 -in "$CF" -text -noout | grep "Signature Algorithm" | uniq; rm "$CF"
  5. apache/maven-jlink-plugin apache/maven-jlink-plugin Public

    Apache Maven JLink Plugin

    Java 59 35