- Git in windows using
CRLF
for line-break and spaces - Git in Unix version it use
CL
, which will leads to lots of syntax error when running script
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
import java.security.KeyStore; | |
import java.security.KeyStoreException; | |
import java.security.NoSuchAlgorithmException; | |
import java.security.UnrecoverableEntryException; | |
import java.security.UnrecoverableKeyException; | |
import java.util.Enumeration; | |
import java.util.HashMap; | |
import java.util.Map; |
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
#!/bin/bash | |
YEAR=$(date '+%Y') | |
if [ $# -gt 0 ] | |
then | |
rev=$1 | |
else | |
rev="$(git rev-list --boundary HEAD...master | grep "^-" | cut -c2-)...HEAD" | |
fi | |
echo $rev | |
while read f |
- Ternary Operator in some case could be simplified as
a = a ? a : b
=>a = a || b
- console.log() accepts 3 format symbols,
%s
=>string
,%d
=>integer
, and%j
=>JSON data
https://www.vmware.com/resources/compatibility/search.php?deviceCategory=guestos
- install
chmod +x ./*.bundle
sudo ./*.bundle
vwware
Instead of all mechanism in Turn order, use following rules only
- White Player is first player.
- Turn Order is always clockwise
Now, no compensation cash for successive players, all players receive $15 in income during setup.