Skip to content
View zabacad's full-sized avatar
  • Portland, OR
Block or Report

Block or report zabacad

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. zabacad-certificate-authority zabacad-certificate-authority Public

  2. recursive-compare-delete recursive-compare-delete Public

    Recursively compare a old directory with a new directory. Delete old files which are unchanged.

    Python

  3. PostgreSQL 9 table sizes PostgreSQL 9 table sizes
    1
    SELECT relname AS table_name, reltuples AS row_estimate FROM pg_class WHERE relname IN (SELECT table_name FROM information_schema.tables WHERE table_schema = 'public');
  4. JS wat JS wat
    1
    > '5' - 3
    2
    2
    3
    // Weak typing + implicit conversions = headaches.
    4
    
    
    5
    > '5' + 3
  5. x690 x690 Public

    X.690 (basic/canonical/distinguished encoding rules) parser

    Python