Skip to content
View curtisalexander's full-sized avatar
  • Fayetteville, AR
  • 10:18 (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 is supported. This note will only be visible to 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 29 6

  2. stay-awake2 stay-awake2 Public

    Keep a Windows machine awake

    Rust 2

  3. Invoke-SAS Invoke-SAS Public

    Run a SAS program from PowerShell

    PowerShell

  4. fs fs Public

    A small, self-contained LLM inference engine for Apple Silicon — built from scratch, in the open, to learn and teach how inference engineering works.

    Rust

  5. mlx-pi mlx-pi Public

    Run LLMs locally on Apple Silicon (M-series) MLX and pi

    Python

  6. querido querido Public

    🔧 Agent-first data exploration CLI

    Python