
เอกสารคำสั่ง Cheatsheet Arduino

เอกสารสรุป Cheatsheet Matlab [ดาวน์โหลด]
Internet of Things คือ สภาพแวดล้อมที่ประกอบด้วยอุปกรณ์ต่างๆ มีการถ่ายโอนข้อมูลร่วมกันผ่านเครือข่าย โดยไม่จำเป็นต้องใช้ปฏิสัมพันธ์ระหว่างบุคคลกับบุคคลหรือระหว่างบุคคลกับคอมพิวเตอร์ ซึ่ง Internet of Things พัฒนามาจากเทคโนโลยีไร้สาย (wireless technology) ระบบเครื่องกลไฟฟ้าจุลภาค (micro-electromechanical systems : MEMS) และอินเทอร์เน็ต ซึ่งคำว่า Things ใน Internet of Things นั้น หมายถึง อุปกรณ์ต่างๆ ที่อ้างอิงได้ด้วยเลขไอพี (IP address) และมีความสามารถในการถ่ายโอนข้อมูลระหว่างกันได้ผ่านเครือข่าย สรุปให้เข้าใจง่ายๆ Internet of Things ก็คือ เทคโนโลยีที่ทำให้อุปกรณ์ต่างๆ สามารถแลกเปลี่ยนข้อมูลกันได้ผ่านเครือข่ายอินเทอร์เน็ต นั่นเอง
อ้างอิงข้อมูลจาก : http://oho.ipst.ac.th/internet-of-things/
Expect is a tool for automating interactive applications. Expect was constructed using Tcl, a language library designed to be embedded into applications.
Example code :
# Assume $remote_server, $my_user_id, $my_password, and $my_command were read in earlier # in the script. # Open a telnet session to a remote server, and wait for a username prompt. spawn telnet $remote_server expect "username:" # Send the username, and then wait for a password prompt. send "$my_user_id\r" expect "password:" # Send the password, and then wait for a shell prompt. send "$my_password\r" Reference : https://en.wikipedia.org/wiki/Expect
วิธีสร้างโครงหน้าเว็บและปรับแต่งรายละเอียด เดี๋ยวนี้ทำได้ง่ายขึ้นโดยใช้ Bootstrap ลองเข้าไปอ่านดูครับ ในเว็บมีการสอนใช้งานเบื้องต้นด้วยครับ => Bootstrap คืออะไร + สอนวิธีใช้แบบเข้าใจง่าย ปัจจุบันเวอร์ชั่น 3 กว่าๆ แล้ว http://getbootstrap.com/
The Robot Operating System (ROS) is a flexible framework for writing robot software. It is a collection of tools, libraries, and conventions that aim to simplify the task of creating complex and robust robot behavior across a wide variety of robotic platforms.
หลายๆ คน คงยังไม่รู้ทราบว่ามาตราฐานของการเขียนโปรแกรมภาษาซีได้มีการปรับปรุงมาแล้วหลายครั้ง จนถึงวันที่ 12 สิงหาคม 2011 ซึ่งสามารถเข้าไปอ่านรายละเอียดได้ที่ https://en.wikipedia.org/wiki/C%2B%2B11
ล่าสุดยังมีมาตรฐาน ที่ยังไม่สมบูรณ์ เพิ่มเติมขึ้นมาอีกคือ c++14 สามารเข้าไปอ่านรายละเอียดได้ที่ https://en.wikipedia.org/wiki/C%2B%2B14
ภาษ Pascal เป็นภาษาที่เหมาะสำหรับการหัดเขียนภาษาเชิงโครงสร้าง โดยหากต้องการเขียนโปรแกรม Pascal สิ่งแรกที่ต้องคือ โปรกรมที่จะใช้เขียนและคอมไพล์ สามารถโหลดได้ที่
ลองมาดูวิธีการสร้าง Cloud บนลีนุกซ์ แต่ก่อนติดตั้งมาลองรู้จักกับ Cloud กันก่อนที่เว็บนี้เลยครับ http://vasabilab.cs.tu.ac.th/presentations/OpenStack-tutorial-day1-july2015.pdf
ใครที่เขียนโปรแกรมไม่คล่อง หรืออยากลองเขียนภาษาอื่นๆ ลองดูที่เว็บ http://www.thaicreate.com