#Comprehensive Introduction to @ngrx/store By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
| #coding=utf-8 | |
| import sys | |
| sys.path.append("/usr/local/lib/python2.7/dist-packages") | |
| print (sys.path) | |
| import bpy | |
| import math | |
| import random | |
| import colorsys | |
| import os |
| from serial import Serial | |
| from time import sleep | |
| import struct | |
| GET_VOLT = '\x55!' | |
| READ_CALIBRATION = '\x83!' | |
| SET_CALIBRATION = '\x84%s%s!' | |
| READ_SERIAL_NUM = '\x87!' | |
| GET_LOGGING_COUNT = '\xf3!' | |
| GET_LOGGED_ENTRY = '\xf2%s!' |
| 'use strict'; | |
| /** | |
| * Module dependencies. | |
| */ | |
| //var app = require(path.resolve('./config/lib/app')); | |
| /* |
| { | |
| "@context": { | |
| "@base": "file:///hue-light", | |
| "@vocab": "file:///hue-light#", | |
| "iot": "https://iotdb.org/pub/iot#", | |
| "iot-attribute": "https://iotdb.org/pub/iot-attribute#", | |
| "schema": "http://schema.org/" | |
| }, | |
| "@id": "", | |
| "@type": "iot:Model", |
#Comprehensive Introduction to @ngrx/store By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
| license: gpl-3.0 |
| #!/bin/bash | |
| function install_build_tools { | |
| sudo apt-get install git | |
| sudo apt-get install libasound2-dev | |
| sudo apt-get install build-essential | |
| sudo apt-get install make | |
| sudo apt-get install autoconf | |
| sudo apt-get install libtool |
For best results, you should read through the official NVIDIA documentation found on:
https://developer.nvidia.com/linux-tegra-rel-21
In particular, the Quick Start Guide.
For this process you will need: