This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| Different | |
| Counter | |
| Implementations | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get install python-pip python-dev ipython | |
| sudo apt-get install bluetooth libbluetooth-dev | |
| sudo pip install pybluez |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-10-19T21:55:06.456Z : [Robot 1] - Starting connections. | |
| 2015-10-19T21:55:06.459Z : [Robot 1] - Starting connection 'neurosky' on port /dev/rfcomm0. | |
| 2015-10-19T21:55:06.460Z : Connecting to adaptor 'neurosky'... | |
| 2015-10-19T21:55:06.460Z : [Robot 1] - Starting devices. | |
| 2015-10-19T21:55:06.461Z : [Robot 1] - Starting device 'headset'. | |
| 2015-10-19T21:55:06.461Z : [Robot 1] - Working. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -(1..30).each do |i| | |
| .bar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
| <html> | |
| <title>Neurosky - Cylon - Brain Data</title> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="./css/style.min.css"> | |
| <script src = "./js/bower.min.js"></script> | |
| <script> | |
| $(function() { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .block | |
| Hi, I am responsive! | |
| .hard-width-800 | |
| this is 800px wide, I am not ;( | |
| .hard-width-600 | |
| this is 600px wide, I am not ;( | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [4mRunning "simplemocha:all" (simplemocha) task[24m | |
| 1..1 | |
| ok 1 Array indexOf() should return -1 when the value is not present | |
| # tests 1 | |
| # pass 1 | |
| # fail 0 | |
| [32mDone, without errors.[39m |