Each script is supposed to be runnable as bb -f filename.
aws_cognitect_sdk.clj- get latest version of Cognitect AWS SDK
| urlencode() { | |
| # urlencode <string> | |
| old_lc_collate=$LC_COLLATE | |
| LC_COLLATE=C | |
| local length="${#1}" | |
| for (( i = 0; i < length; i++ )); do | |
| local c="${1:$i:1}" | |
| case $c in |
| #!/bin/bash | |
| set -eu | |
| api_key=$DD_API_KEY | |
| app_key=$DD_APP_KEY | |
| set_unit() { | |
| metric_name=$1 | |
| unit=$2 | |
| echo |
| { | |
| /* Keybindings for Emacs emulation. | |
| * | |
| * Place this file to ~/Library/KeyBindings/DefaultKeyBinding.dict, | |
| * then log out / log in to the system. | |
| * | |
| * This is a pretty good set, especially considering that many emacs bindings | |
| * such as C-o, C-a, C-e, C-k, C-y, C-v, C-f, C-b, C-p, C-n, C-t, and | |
| * perhaps a few more, are already built into the system. | |
| * |
| PK | |