Skip to content
View jjwatt's full-sized avatar

Block or report jjwatt

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

Pinned Loading

  1. Burn Duo-R/PCE-CD/tg16 CD discs in L... Burn Duo-R/PCE-CD/tg16 CD discs in Linux
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    _infile="$1"
    4
    _basename="${_infile%%.zip}"
    5
    _tocfile="${_basename}".toc
  2. The Y Combinator explained in a runn... The Y Combinator explained in a runnable Scheme file
    1
    ;;; The Y Combinator explained in scheme.
    2
    ;;; with credits to:
    3
    ;;;   https://mvanier.livejournal.com/2897.html
    4
    ;;; Status: WIP
    5
    
                  
  3. booksbyus/scalable-c booksbyus/scalable-c Public

    Scalable C - The Book

    Smarty 347 41

  4. play-ocaml play-ocaml Public

    My ML sandbox

    HTML 1

  5. bazel-basic-cpp bazel-basic-cpp Public

    Basic bazel C++ repo

    C++

  6. bazel-basic-c bazel-basic-c Public

    Bazel basic C repo

    Starlark