TEXAS LAUNCHPAD
Electrical,electronics and computer science engineering students should program something with launchpad before you pass out :-)
Theye are lot of tutorials available and it's very cheap. It's worth of spending money for it.
http://www.ti.com/ww/en/launchpad/launchpad.html?DCMP=rtos&HQS=ep-sdo-rtos-pr-lp-launchpad-en
http://hackaday.com/2010/08/11/how-to-launchpad-programming-with-linux/
Wednesday, August 12, 2015
Sunday, August 9, 2015
How to start web application with docker for free
Below is good article that we can flow to create and run a Web application using docker.
https://blog.codeship.com/running-mean-web-application-docker-containers-aws/
https://blog.codeship.com/running-mean-web-application-docker-containers-aws/
Friday, August 7, 2015
How to use Docker ?
First of all , what is docker ?... I came across docker when I was searching for code editor and how to compile C code form web applications.
http://qnimate.com/create-an-frontend-editor-with-code-highlighting-and-execution/
Docker - https://www.docker.com/
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. https://en.wikipedia.org/wiki/Docker_(software)
I actually want to run the code in a virtual machine ( for this idea http://naveendavisv.blogspot.com/2015/08/thinking-to-build-microcontroller.html) and show the output in a text area, even though I don't need the full output, but if the code can be checked for syntax error, I am much happy...
http://qnimate.com/create-an-frontend-editor-with-code-highlighting-and-execution/
Docker - https://www.docker.com/
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. https://en.wikipedia.org/wiki/Docker_(software)
I actually want to run the code in a virtual machine ( for this idea http://naveendavisv.blogspot.com/2015/08/thinking-to-build-microcontroller.html) and show the output in a text area, even though I don't need the full output, but if the code can be checked for syntax error, I am much happy...