Japanese, Network/Server/Web/CLI Interesting.
- Resume: https://anya.jp/resume.html
- More Informaton: https://anya.jp/
Japanese, Network/Server/Web/CLI Interesting.
Tuis Tame Table System ( HTML and Js with Bootstrap)
JavaScript 2
@echo off
REM ====================================================================================
REM Windowsの *.sh ファイルをダブルクリックで実行する方法 - How to run a shell script file on Windows by double-clicking on it.
REM HowTo: 予めこのファイルを *sh拡張子のデフォルトで開くアプリにしておく。
REM ----------------------------------
#!/bin/bash -eu
if [[ $# -ne 3 ]];then
echo "書式: $0 [出力ICSファイル名] [西暦] [月]"
exit
fi
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |