Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivy| #define redPin * | |
| #define greenPin * | |
| #define bluePin * | |
| int recieveByte = 0; | |
| String bufStr = ""; | |
| String okStr = "OK"; | |
| void setup() { | |
| // init pins |
| const SerialPort = require('serialport'); | |
| const port = new SerialPort('/dev/cu.usbmodem****', { | |
| parser: SerialPort.parsers.readline('\n'), | |
| baudrate: 9600 | |
| }) | |
| port.on('open', function () { | |
| console.log('Serial open.'); | |
| }) |
| # ReachView code is placed under the GPL license. | |
| # Written by Egor Fedorov (egor.fedorov@emlid.com) | |
| # Copyright (c) 2015, Emlid Limited | |
| # All rights reserved. | |
| # If you are interested in using ReachView code as a part of a | |
| # closed source project, please contact Emlid Limited (info@emlid.com). | |
| # This file is part of ReachView. |
Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivyFollow original repo's guide
https://github.com/thtrieu/darkflow
Python3, tensorflow 1.0, numpy, opencv 3.
$ mongo
MongoDB shell version v3.4.6
connecting to: mongodb://127.0.0.1:27017
2017-07-13T13:29:20.917+0500 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2017-07-13T13:29:20.917+0500 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed$ vim .bashrc/.zshrc
alias ignore='echo -e "node_modules/ \n*.mp4 \n*.mp3 \n*.mov \n*.pdf \nconfig.js" >> .gitignore'
$ git init & ignore$ brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
$ pip install pygame$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.6
BuildVersion: 16G29Install java & apache-spark