The above video is from a research lab at the MIT Media Lab called Responsive Environments. They have a really interesting article [1] about a multimodal mediated work environment. Internet of Things has been of great buzz these days. It is interesting, but why is it...
Cut to action steps: Install Arduino IDE Install board support packages to compile for ESP8266 http://arduino.esp8266.com/stable/package_esp8266com_index.json How and where to do it! first add that URL in the additional board managers URL now goto the board manager...
Yup, just like always open the terminal and put in the following to find the dev path of the SD card. diskutil list NO NAME with ID disk5 is what we will have to unmount diskutil unmountDisk /dev/disk5 Now, copy the data to the SD card using the dd command on the...
All the resources for multi-threading python programming. import threading Thats all is there in python multi processing! Of course you should know what to use where? I found this great slideshare option that you should go through to get up and running in python multi...
The best one liner for what MEAN stack is given in the following picture. MEAN stack is more like LAMP. M = MongoDB E = ExpressJS A = AngularJS N = NodeJS There has been a lot of development from Google for the AngularJS and NodeJS. They are minimalistic and...