- Documentation @ http://git.kernel.org/cgit/network/connman/connman.git/tree/doc
-
Scan for access points (run multiple times for more complete scan):
# connmanctl scan wifi
Scan completed for wifi
Scan for access points (run multiple times for more complete scan):
# connmanctl scan wifi
Scan completed for wifi
| import input_data | |
| import tensorflow as tf | |
| # http://www.tensorflow.org/tutorials/mnist/beginners/index.html | |
| print '\033[93m' + 'Tutorial1 from:\nhttp://www.tensorflow.org/tutorials/mnist/beginners/index.html' + '\033[0m' | |
| print 'MNIST INPUT DATA' | |
| mnist = input_data.read_data_sets("MNIST_data/", one_hot=True) | |
| 'PLACE HOLDERS' | |
| # Make a placeholder / value to input on run |