Eric Butler
Eric Butler
See https://github.com/codebutler/farebot/pull/56 for initial incomplete implementation.
- Figure out area code - Find bus route number - Geocode stations - http://www.navitime.co.jp/?keyword=%E9%B6%B4%E8%88%9E%E7%94%BA%E5%85%AD%E4%B8%81%E7%9B%AE&ctl=0110 - http://jikoku.narakotsu.co.jp/jikoku_pdf/Bstop_PT.exe?129+0
Example app: https://market.android.com/details?id=com.sharemore.nfc.transport
Looks like there are quite a few open-source projects that can read these: - https://github.com/sp1d3rb0y/Navigoat - https://github.com/jmorille/nfcproxy/blob/master/nfcproxy/src/main/java/eu/ttbox/nfcproxy/service/nfc/reader/navigo/NavigoCardReader.java - https://github.com/Eric-Bourry/pssi/tree/master/pssi/plugins/navigo - https://github.com/L1L1/cardpeek
If the filter field someone gets cleared in preferences, it should automatically get set back to `tcp port 80`.
## Description - This pull request addresses the issue described here: #207 This makes it possible for tests to send arbitrary messages to the app being tested for the purpose...
* Core calls the "environment" callback with `RETRO_ENVIRONMENT_SET_HW_RENDER` https://github.com/libretro/libretro-common/blob/master/include/libretro.h#L546 * Frontend receives that callback and returns a pointer to a struct `retro_hw_render_callback` * That struct has two important fields that...
### Please read and mark the following check list before creating a pull request: - [X] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/react-native-ui-kitten/blob/master/CONTRIBUTING.md) guide. - [X] I read and followed the...