🌸
Pinned Loading
-
-
-
Progress-based timeout
Progress-based timeout 1#!/usr/bin/env bash
23# This is an alternative for the GNU coreutils timeout, which resets the timer
4# when the program writes to stdout. This allows setting much smaller timeout
5# values for programs that regularly print progress messages, which allows
-
Retry with stdin replay
Retry with stdin replay 1#! /usr/bin/env bash
23# usage: retry ATTEMPTS COMMAND [...]
4#
5# This script provides a retry function capable of capturing and replaying data
-
Lisanna's eclectic nix troubleshooti...
Lisanna's eclectic nix troubleshooting guide for suicidal power users 1# Lisanna's eclectic nix troubleshooting guide for suicidal power users
23## tar fails with exit code 1
4```
5unpacking 'https://example.com/nixexprs.tar.xz'...
-
A formalization of the Boole-Schrode...
A formalization of the Boole-Schroder algebra in Coq, with proofs of common properties 1Class BooleSchroderAlgebra (A : Type) := {
2zero : A; (* null class *)
3one : A; (* universe of discourse class *)
4union : A -> A -> A;
5inter : A -> A -> A;
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.