Just imagine you are developing embedded device or IoT device solution where you need to interact your software with a hardware device over Com port.
Normally you need to have your real device turn on and connect it to your … Read the rest
Just imagine you are developing embedded device or IoT device solution where you need to interact your software with a hardware device over Com port.
Normally you need to have your real device turn on and connect it to your … Read the rest
In this chapter, we will explain the system design behind Indoor Equipment Localization System (IELS).
Before we go into the details of the system, the main goals of this project will be elaborated. The following questions are chosen … Read the rest
It is no longer secret that I have been working on IELS in my Master Thesis ended September 2017. It was joy, fun and hard as well. Some of you guys asked me if I can share what I … Read the rest
As you are aware of that you might need to added extra configuration to web.config
when you release your ASP.NET project.
You can easily do this using File Transformations concept.
The key point here is to add xdt:Transform="Insert"
in the … Read the rest
Finally I have spent some time developing a little windows console app to download mp3 from YouTube.
The idea of this little software, is for learning purpose and to demonstrate some primitive programming logic. This software should be used only … Read the rest
F1
to find out if your Notepad++ is 64bit or 32bit (86x), hence you need to download the correct plugin version. Download Compare-plugin v.2, from:I was cleaning up my old folders and papers, and found some old exercise from my early course in Pascal.
It is dated from April 1992 as shown in the red circle, wow! it is just 24 years back in … Read the rest
I am glad to announce the 3.0 release of Wet extractor.
It is a little Java program for auto download, extract Common Crawl WET files from Amazon S3 and creating small to huge searchable dummy text files for Search Engine … Read the rest
This app is to store a list of own things, location and bar code scanner of items. The list will be saved on the device locally and it can be synchronized over Rest Api both ways in cloud.
Based … Read the rest
I have worked with 2 other students on different computer vision project using OpenCV.
A part of the project was about pupil and glint detection for eye tracking, here is a picture of the process in OpenCV.
The other part … Read the rest