Skip to content
View rhaist's full-sized avatar

Highlights

  • Pro

Block or report rhaist

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
rhaist/README.md

Pinned Loading

  1. Bash on-liner to generate ASCII and ... Bash on-liner to generate ASCII and WIDE strings from a file and show a sorted output
    1
    #!/bin/bash
    2
    (strings -a -td "$@" | sed 's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 A \2/' ; strings -a -td -el "$@" | sed  's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 W \2/') | sort -n
  2. go-MSRC go-MSRC Public

    Go openapi client for the Microsoft Security Response Center (MSRC) API

    Shell 4