Time to Migrate Android Projects to Android Studio
Last week, Android Developers Blog posted an article – An update on Eclipse Android Developer Tools. It announced that Google will end development and official support for the Android Developer Tools...
View ArticleHow to Change Windows Gateway by Broadband Speed in Python
Plenty of enterprises allocate static IPs and gateways to employees’ devices for better network management. For example, limiting the internet connection speed, monitoring intranet activities and so...
View ArticleHow to Check Broken Links with 404 Error in Python
Links is one of the critical SEO factors for a Website. When creating or re-designing some pages, we cannot ignore Website audit especially in terms of finding and tracking broken links regularly....
View ArticleReading Barcode with Webcam in OpenCV and Python
Barcode is an efficient way to make information readable for machines. There are many scenarios of using Barcode reader software. For example, companies use Barcode encoding and decoding software to...
View ArticleHow to Bridge C Code to Create Swift Barcode Reader on Mac
Have you implemented any barcode reader software in Swift on Mac OS X? Since Dynamsoft released the 1D/2D barcode SDK for Mac, I was wondering how I can bridge the C dylib with Swift. Why Swift, not...
View ArticleHow to Run Mac OS X 10.10 VM on VMWare Workstation 11
More and more companies tend to release products for both Mac and Windows platforms. If a Windows developer wants to create apps for Mac OS, the most economical way is to use a virtual machine. When I...
View ArticleHow to Create Virtual Machine and Install OpenVPN on Microsoft Azure
Azure is a powerful cloud computing platform created by Microsoft. It provides various services and solutions including Web apps, virtual machines, SQL database and so forth. I’m interested in virtual...
View ArticleHow to Create a Universal Barcode Reader on Windows 10 with C/C++ Legacy Code
Probably many Windows developers have upgraded operating systems to Windows 10. On Windows 10, Microsoft suggests developers create Universal Windows Apps (UWP) for a variety of devices, including PC,...
View ArticleGetting Started with Windows IoT Core on Raspberry Pi 2
Internet of Things (IoT) is the network of devices that embedded with a variety of sensors, network connectivity, and software, which makes physical objects smart, capable of communicating with each...
View ArticleHow to Make Ruby Barcode Reader with C++ Barcode SDK on Mac OS X
Dynamsoft Barcode SDK, which written in C/C++, supports both Windows and Mac OS X. Last week, I spent some time taking the Ruby online course on codecademy, thereby I decided to create a Ruby Barcode...
View ArticleHow to Run Web TWAIN App on Nginx within Docker Container
Dynamic Web TWAIN (DWT) is a Web-based TWAIN scanning solution, which could be deployed to Windows, Mac OS X, and Linux. Users could visit DWT apps via any HTML5-comptible Web browsers on Windows or...
View ArticleHow to Use SWIG to Link Windows DLL with Golang
SWIG (Simplified Wrapper and Interface Generator) is a software development tool that connects C/C++ libraries with a variety of high-level programming languages such as Golang, Java, Python, PHP, Ruby...
View ArticleHow to Create a Web Barcode Reader App with PHP and Nginx
Dynamsoft Barcode Reader SDK written in C/C++ is capable of reading a variety of 1D and 2D barcode formats including Code 39, Code 93, Code 128, Codabar, QRCode, DataMatrix, PDF417 and so on. In this...
View ArticleHow to Make HTML5 Barcode Reader with Desktop and Mobile Cameras
Recently, I noticed someone asked whether Dynamsoft Barcode Reader SDK can work for mobile devices. Because Dynamsoft Barcode Reader SDK does not support ARM yet, we can’t use it to develop native...
View ArticleHow to Make Web Barcode Reader with NodeJS REST Framework
As cloud computing market continues to skyrocket, more and more IT companies tend to release cloud APIs for developers. Most cloud APIs are exposed via REST (Representational state transfer) Web...
View ArticleHow to Create Java Barcode Reader on Linux with JNI
A few days ago, Dynamsoft Labs released Barcode Reader SDK for Linux. The SDK package provides two shared libraries for C/C++ programming. If you want to write code with high-level programming...
View ArticleHow to Make Node Barcode Reader Addon on Linux
If you want to make a Web barcode reader app using node.js, you may find a node barcode module with npm or build it yourself. Node addons are the bridge between C/C++ libraries and JavaScript. In this...
View ArticleHow to Make Python Barcode Extension on Linux
Probably you have read the article – Wrapping C/C++ Methods of Dynamsoft Barcode SDK for Python, which illustrates how to make Python extension on Windows. In this post, I’ll share how to make Python...
View ArticleHow to Format C/C++ Code in VSCode on Windows and Linux
Since the day that Microsoft released Visual Studio Code, I had installed it on Windows instead of notepad++. Because VS Code does not have a built-in code formatter or beautifier by default, I was...
View ArticleMaking Online Barcode Reader on Linux with Node.js
Previously, I shared an article How to Make Node Barcode Reader Addon on Linux, which illustrates how to create a node barcode addon by wrapping Dynamsoft Barcode Reader SDK on Linux. Since Node.js was...
View Article