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
PS D:\01_Project\rails-sample> docker-compose up | |
[+] Running 2/0 | |
✔ Container rails-sample-db-1 Running 0.0s | |
✔ Container rails-sample-web-1 Created 0.0s | |
Attaching to rails-sample-db-1, rails-sample-web-1 | |
rails-sample-web-1 | => Booting Puma | |
rails-sample-web-1 | => Rails 7.1.3.2 application starting in production | |
rails-sample-web-1 | => Run `bin/rails server --help` for more startup options | |
rails-sample-web-1 | Exiting | |
rails-sample-web-1 | /usr/local/bundle/ruby/3.2.0/gems/railties-7.1.3.2/lib/rails/application.rb:658:in `validate_secret_key_base': Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` (ArgumentError) |
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
# bash etc | |
jupyterlab.sh 8888 /Volumes/ext_SSD/ \ | |
1>> /Users/${USER}/var/log/jupyter/jupyterlab.log \ | |
2>> /Users/${USER}/var/log/jupyter/jupyterlab.err.log & | |
# fish | |
jupyterlab.sh 8888 /Volumes/ext_SSD/ \ | |
1>> /Users/{$USER}/var/log/jupyter/jupyterlab.log \ | |
2>> /Users/{$USER}/var/log/jupyter/jupyterlab.err.log & |
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
Fri Aug 7 21:59:21 UTC 2020 |
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
Thu Apr 30 14:31:03 UTC 2020 |
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
(defun nabeatsu (n) | |
(loop for i from 1 to n | |
collect (let ((i-str (number-to-string i))) | |
(cond | |
((= (% i 3) 0) | |
(concat i-str "!")) | |
((string-match-p "3" i-str) | |
(concat i-str "!")) | |
(t i-str))))) |
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
#!/usr/bin/env bash | |
TABLES="table1 table2 table3" | |
str=$(IFS=' '; for x in $TABLES; do printf " -t %s" "$x"; done) | |
echo "$str" | |
#=> -t table1 -t table2 -t table3 |
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
#!/usr/bin/env bash | |
set -eu | |
# set -x | |
# shellcheck source=env.sh | |
. env.sh | |
mkdir -p $OUTPUT_DIR | |
echo "DROP DATABASE IF EXISTS $DBNAME;" | psql --username="$USERNAME" -h "$HOST" template1 |
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
rem 毎回開くシナリオ、エビデンスのファイルを設定 | |
set filename1=テストシナリオ.xlsx | |
set filename2=エビデンス.xlsx | |
rem 毎回開くフォルダを設定 | |
set scenario_folder=W:\scenario_folder\ | |
set evidence_folder=Z:\evidence_folder\ | |
rem ファイルパスを設定 | |
set scenario_path=%scenario_folder%%filename1% |
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
f | |
s | |
dash | |
evil | |
evil-leader | |
evil-matchit | |
evil-numbers | |
evil-visualstar | |
elisp-slime-nav | |
ace-jump-mode |
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
# Cask | |
2048-game | |
ac-php | |
ac-php-core | |
ace-jump-buffer | |
ace-window | |
ag | |
aggressive-indent | |
alchemist | |
alect-themes |
NewerOlder