Skip to content
View pinealan's full-sized avatar

Block or report pinealan

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. dotfiles Public

    Dotfiles of a vim + tmux + bash setup. Managed with GNU Stow.

    Vim Script 6 2

  2. niddle Public

    nREPL middleware that prints "eval"-ed forms on server stdout

    Clojure 5 2

  3. PixelMap compression contest submission
    1
    /* Pair of compress/decompress functions for hex-triplet encoded web safe 16x16 image.
    2
     *
    3
     * Uses max Brotli quality for max compression ratio, trading off computation
    4
     * time. Assumes lower case image string input and produces lower case output.
    5
     *
  4. Diff installed packages between nix ...
    1
    #!/usr/bin/env bash
    2
    # From https://github.com/pinealan/dotfiles
    3
    
                  
    4
    nix-list() {
    5
        nix-env --list-generations
  5. Direnv hook with summary on exported...
    1
    direnv_hook() {
    2
        local previous_exit_status=$?;
    3
        # eval "$(direnv export bash)";
    4
        eval "$(direnv export bash 2> >( \
    5
            awk '
  6. Parse git log stats and give an over...
    1
    #!/bin/bash
    2
    
                  
    3
    OPT=""
    4
    AUTHOR=""
    5
    
                  

1,309 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week June July August September October November December January February March April May June
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing pinealan's contributions from June 23, 2024 to June 25, 2025. The contributions are 91% commits, 6% pull requests, 3% code review, 0% issues.

Contribution activity

June 2025

102 contributions in private repositories Jun 1 – Jun 16
Loading