Our “Smart Poker Table” detects the players’ cards as well as the community cards. It computes the winning probabilities for each player, according to the rules of Texas Hold’em, and renders them onto a screen. Continue reading Smart Poker Table
Tag: Raspberry Pi
Node.js: Develop on Mac, Run on Raspberry Pi
For me the solution for productive Node.js development on Mac, with code execution on a Raspberry Pi was usage of Samba. After following the steps you will be able to develop Node.js applications right on your Mac, execute them on your Raspberry Pi (just by pressing cmd+S) and see the console output and errors on your Mac, without much hassle. This tutorial covers the entire setup. Continue reading Node.js: Develop on Mac, Run on Raspberry Pi