Skip to content
View curtisalexander's full-sized avatar
  • Fayetteville, AR
  • 06:22 (UTC -05:00)

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.

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
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 Loading

  1. readstat-rs readstat-rs Public

    💾 Toolkit for SAS binary files; 🦀 Rust integration with ReadStat C library

    Rust 26 5

  2. til til Public

    Today I Learned...

    Shell 3 1

  3. stay-awake-odin stay-awake-odin Public

    Keep a Windows machine awake

    Odin

  4. stay-awake2 stay-awake2 Public

    Keep a Windows machine awake

    Rust 3

  5. continue-transcripts continue-transcripts Public

    Convert continue.dev session files to HTML transcripts

    Rust

  6. Invoke-SAS Invoke-SAS Public

    Run a SAS program from PowerShell

    PowerShell