FASTER PAYMENTS TASK FORCE(FRS,FRB) is researching and evaluating faster payments below.
Their final report will be released in mid 2017.
#!/usr/bin/env bash | |
ssh raspi "/home/pi/jsay/jsay.sh \"$(echo "$1" | sed 's/"/\\"/g')\"" |
#!/bin/bash | |
############################################################################ | |
# Copyright 2022 Yuki Adachi https://github.com/yuki777 | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 |
#!/usr/bin/env bash | |
# https://gist.github.com/yuki777/da803fb23bc814d0bdb60048c374d1ed | |
# mkdir -p ~/bin; cd ~/bin | |
# wget -O tmuxxx https://gist.githubusercontent.com/yuki777/da803fb23bc814d0bdb60048c374d1ed/raw/d6eaff33bb5c5a900bb98799dba793678e78bb38/tmuxxx | |
# chmod 744 tmuxx | |
print_help(){ | |
echo ' e.g. : tmuxxx' | |
echo ' if "default" session exists, attach "default" session.' |
#!/usr/bin/env bash | |
# https://gist.github.com/yuki777/7ff436993a997af2ec258e17273eaa98 | |
# mkdir -p ~/bin; cd ~/bin | |
# wget -O tmuxx https://gist.githubusercontent.com/yuki777/7ff436993a997af2ec258e17273eaa98/raw/a8b459d95c32d9e2697608a1a701bdb04ac69232/tmuxx | |
# chmod 744 tmuxx | |
print_help(){ | |
echo ' e.g. : tmuxx' | |
echo ' if "default" session exists, reconnect "default" session.' |
# https://apple.stackexchange.com/questions/190319/display-notification-works-from-applescript-editor-but-not-when-exported-as-ap | |
tell application "Finder" to activate | |
# Krispを終了する | |
do shell script "killall krisp || true" | |
# Krispの終了を待つ | |
repeat | |
delay 1 | |
try |
#!/usr/bin/env bash | |
set -au | |
# Check cellar dir | |
cellarDir=$(brew --prefix)/Cellar | |
if [ ! -d "$cellarDir" ]; then | |
echo "Not found. brew package path $cellarDir :(" | |
echo | |
exit 1 |
sssh is currently being maintained at pj8/sssh | |
https://github.com/pj8/sssh |
#!/bin/bash | |
set -eux | |
## Usage: | |
# cd /tmp | |
# composer create-project bear/skeleton MyVendor.Weekday | |
# What is the vendor name ? MyVendor | |
# What is the project name ? Weekday | |
# wget https://gist.githubusercontent.com/yuki777/2f16f59f637a348bcd87da7ddfc47284/raw/8f37b33ab0708c4325ab83df44b9d5dc6baac93e/bear-sunday-tutorial1-php8-v2.bash |
#!/bin/bash | |
set -eux | |
## Usage: | |
# cd /tmp | |
# composer create-project bear/skeleton MyVendor.Weekday | |
# What is the vendor name ? MyVendor | |
# What is the project name ? Weekday | |
# wget https://gist.githubusercontent.com/yuki777/87026e08a85b7fdbb9d9745215a1f53c/raw/abcfb3a2b0d557417e98bee1d95735b27996d660/bear-sunday-tutorial1-php8.bash |
FASTER PAYMENTS TASK FORCE(FRS,FRB) is researching and evaluating faster payments below.
Their final report will be released in mid 2017.