Skip to content
View bmarwell's full-sized avatar

Sponsoring

@khmarbaise
@commonhaus

Organizations

@scms
Block or Report

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

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

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

    Cowsay for YOUR Liberty!

    Java 4 2