ME571 A1 Medical Robotics -- Lab 3

Lab Tutorial Based on ME571 Medical Robotic

Read more...

Getting start with Docker

TBD

Read more...

ME571 A1 Medical Robotics -- Lab 2

Lab Tutorial Based on ME571 Medical Robotic

Read more...

ME571 A1 Medical Robotics -- Lab 1

Lab Tutorial Based on ME571 Medical Robotic

Read more...

Using Python read Excel data and sending automatic email

This article is for solving questions like: 1) How to send bulks of email in less than a minute? 2) How to automate the process of sending email to multiple user? And doing this regularlly?

Read more...

Completed Tutorial to NVIDIA Jetson AI JetBot Robot Car Project

I was first inspired by the Jetson Nano Developer kit that Nvidia has released on March 18th, 2019 (Check out this post, [NVIDIA Announces Jetson Nano: $99 Tiny, Yet Mighty NVIDIA CUDA-X AI Computer That Runs All AI Models](https://nvidianews.nvidia.com/news/nvidia-announces-jetson-nano-99-tiny-yet-mighty-nvidia-cuda-x-ai-computer-that-runs-all-ai-models)). As there are more and more supporting resource published, such as [JetsonHack channel](https://www.youtube.com/channel/UCQs0lwV6E4p7LQaGJ6fgy5Q) – I’ve been following for a year. Also, here are many and many [Jetson AI project](https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#next) had been created since then, such as [JetBot](https://jetbot.org/master/), [JetRacer](https://github.com/NVIDIA-AI-IOT/jetracer) (Check out this link to read more, [link](https://developer.nvidia.com/embedded/community/jetson-projects#jetracer)). Therefore, I also want to build one for myself as a electronic hobbyist.

Read more...

OS Lab 4: Producer and Consumer Problem in Multi-threaded Programming

In operating systems, certain synchronization problems are well known, and are considered to present the synchronization issues which must be solved effectively in any system for correct operation. One of these is the bounded buffer problem.

Read more...