- Download the xdoc2txt tool from: http://ebstudio.info/home/xdoc2txt.html#download
- extract "xdoc2txt.exe" and locate it on your PATH folder
- edit your gitattributes as A:
- edit your gitconfig as B:
*.xls diff=xdoc2txt
*.xls diff=xdoc2txt
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
Blackjack is a popular card game played against a Dealer. In this card game the Player is trying to beat the Dealer. | |
Deck: | |
The game is played with 4 or more decks containing 52 distinct cards in each (Face values : A, 2-9, J, Q and K; Suits : D,C,S,H) | |
The entire deck is shuffled before the start of the game. | |
Beginning: | |
Player and Dealer are initially dealt 2 cards each. Only one of the Dealer's cards is visible to the Player, the other is hidden. All the cards of the Player are visible to everyone at all times. | |
Turns: |