Skip to content
View curtisalexander's full-sized avatar
  • Fort Worth, TX
  • 00:51 (UTC -05:00)
Block or Report

Block or report curtisalexander

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
curtisalexander/README.md
echo 'blah' | \
    tr 'ah' 'lo' | \
    sed -e 's/^[a-z]/H/' | \
    awk '{n=split($0,a,"");
        for (i in a) {if (a[i]=="H") print i " " a[i] "e";
        else print i " " a[i];} print n+1 " " "!"}' | \
    sort | \
    cut -d' ' -f2 | \
    paste -s -d '\0' -

Pinned

  1. calex calex Public

    Personal website

    R 1

  2. til til Public

    Today I Learned...

    Shell 3 1

  3. readstat-rs readstat-rs Public

    💾 Command-line tool for working with SAS binary files; 🦀 Rust wrapper of ReadStat C library

    Rust 17 2

  4. stay-awake2 stay-awake2 Public

    Keep a Windows machine awake

    Rust 3

  5. saspyrilia saspyrilia Public

    Technical notes for working with data

    JavaScript

  6. calex-link-shortener calex-link-shortener Public

    Azure Functions link shortener

    Python 1