Skip to content
View zacharyarnaise's full-sized avatar
🐙
🐙
  • /dev/null, France
  • 20:31 (UTC +01:00)

Organizations

@NixOS

Block or report zacharyarnaise

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

Pinned Loading

  1. heim heim Public

    My NixOS and home-manager configurations

    Nix 4

  2. xxhashct xxhashct Public

    Forked from ekpyron/xxhashct

    Compile time implementation of the xxHash algorithm as C++11 constexpr expression.

    C++

  3. PostgreSQL: index stats PostgreSQL: index stats
    1
    SELECT
    2
        psui.relname AS table_name,
    3
        pg_size_pretty(pg_relation_size(psui.relid)) AS table_size,
    4
        psui.indexrelname AS index_name,
    5
        psui.idx_scan AS index_scans_count,