Pinned Loading
-
PixelMap compression contest submission
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*
-
Diff installed packages between nix ...
Diff installed packages between nix generations 1#!/usr/bin/env bash
2# From https://github.com/pinealan/dotfiles
34nix-list() {
5nix-env --list-generations
-
Direnv hook with summary on exported...
Direnv hook with summary on exported env variables 1direnv_hook() {
2local previous_exit_status=$?;
3# eval "$(direnv export bash)";
4eval "$(direnv export bash 2> >( \
5awk '
-
Parse git log stats and give an over...
Parse git log stats and give an overview of daily repo changes 1#!/bin/bash
23OPT=""
4AUTHOR=""
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.