This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Classic Fork-join parallelism. bash_parallel's can be nested arbitrarily | |
# Silent by default; set BASH_PARALLEL_VERBOSE=1 for verbose output on stderr | |
function bash_parallel | |
{ | |
function bash_parallel_echo | |
{ | |
if [[ $BASH_PARALLEL_VERBOSE == 1 ]] ; then | |
echo "$@" 1>&2 | |
fi | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eisbaw in kbnuxcsfw-mped in git on mped_bugfix_lockfile_maxname [?] via 🐍 v2.7.18 | |
❯ nix-shell --run 'gcc mped_adhoc_test.c && ./a.out' -p gettext -p tcl -p expat -p curl -p openssl -p zlib | |
: is truncated to 0 bytes of hello world | |
: is truncated to 0 bytes of 😀💩👍🏽 | |
: is truncated to 0 bytes of ∮∮∮ ∑∫∫ √−1 | |
: is truncated to 0 bytes of السلام عليكم | |
: is truncated to 0 bytes of नमस्ते | |
: is truncated to 0 bytes of A̷͎̝͕͑͛̓Ȃ̵͙͊̄͘ạ̸̫͖͔͂̔̕ā̶͖͖͐̈́̔ | |
: is truncated to 0 bytes of 𠜎𠜱𠝹𠱓 | |
: is truncated to 0 bytes of A️♂️️ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@remove_traces@ | |
@@ | |
( | |
- MYTRACE(...); | |
| | |
- MYTRACE_CASE(...); | |
| | |
- MYTRACE_ELSE_ENTER(...); | |
| | |
- MYTRACE_ELSE_LEAVE(...); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eisbaw in kbnuxcsfw-mped in /scratch/fast_copy via ❄️ impure (shell) | |
❯ ./justfile | |
Available recipes: | |
help # Display the available commands | |
foo # This does FOO stuff | |
eisbaw in kbnuxcsfw-mped in /scratch/fast_copy via ❄️ impure (shell) | |
❯ ./justfile foo | |
echo bar | |
bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable CUPS to print documents | |
services.printing.enable = true; | |
+ services.printing.drivers = [ pkgs.gutenprint pkgs.hplip pkgs.cups-dymo ]; | |
# List available printers: lpstat -l -e | |
+ hardware.printers.ensurePrinters = [ | |
+ { | |
+ description = "lw450"; | |
+ name = "lw450"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#VN#1#ST#1658481984#PI#0#ZI#25701#TA#14#DA#240722#1S#8600714#1T#1147#LS#8600659#LT#1300#PU#86#RT#1#CA#006#ZE#C#ZB# C#PC#4#FR#8600714#FT#1147#TO#8600659#TT#1300# | |
VN 1 # Version? | |
ST 1658481984 # UNIX time. Dep or arrival? | |
PI 0 | |
ZI 25701 | |
TA 14 | |
DA 240722 | |
1S 8600714 # Location ID. Of start or end? | |
1T 1147 |