Skip to content
View bmarwell's full-sized avatar

Sponsoring

@khmarbaise
@commonhaus

Organizations

@scms
Block or Report

Block or report bmarwell

Report abuse

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

Report abuse
bmarwell/README.adoc

Metrics

Pinned Loading

  1. apache/shiro apache/shiro Public

    Apache Shiro

    Java 4.3k 2.3k

  2. twitter-tierkreiszeichenbot twitter-tierkreiszeichenbot Public

    A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.

    Java

  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 49 28

  6. cowsay-liberty-feature cowsay-liberty-feature Public

    Cowsay for YOUR Liberty!

    Java 4 2