(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.
(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.
| # Quick and dirty script to read unique IDs from NFC tags using the ACR122U USB | |
| # reader. | |
| # | |
| # PC/SC-based API details for the ACR122U available at | |
| # http://acs.com.hk/drivers/eng/API_ACR122U_v2.01.pdf | |
| # | |
| # Assumes ruby >= 1.9.2 | |
| # `gem install smartcard` first | |
| # |