Integrating Fingerprint Enrollment and Identification Into Web Application

Digital Persona u.ARE.u SDK allows to do fingerprint enrollment and identification but only in desktop environment. Digital Persona Fingerprint Bridge made it possible to do fingerprint in the browser environment. Digital Persona Fingerprint Bridge utilize socket.io to provide fingerprint operation for web application so it supports a broad range of programming language and DPFB application …

Aplikasi SMS Gateway dengan Nodejs

Update terakhir: Rabu, 22 Juli 2020 (Update inisialisasi kode sumber dan pilihan instalasi servis pada sistem Linux) Integrasi fungsi GSM semisal SMS atau USSD kini sangat dimungkinkan dengan adanya Aplikasi SMS Gateway ini. Aplikasi SMS Gateway ini dapat mengirim dan menerima pesan singkat (SMS), dan tidak diperlukan hardware khusus yang mahal. Cukup dengan modem USB …

MySQL: Dari Desain Ke Kode Lebih Mudah

MySQL sebagai RDBMS open source, sangat mudah dijumpai pada server-server hosting atau di kalangan akademisi maupun korporat. Oracle sebagai pemilik MySQL juga mengembangkan aplikasi pendukung MySQL Workbench (dahulu MySQL GUI Tools). Fungsi utama MySQL Workbench adalah: Desain database (modelling). Administrasi Server. SQL Frontend untuk Database MySQL. MySQL Workbench sendiri dikembangkan secara open source, juga dapat diperluas fungsi-fungsinya dengan …

DRtfTree – Delphi VCL for RTF processing

DRtfTree is a port of NRtfTree which can be found at https://github.com/sgolivernet/nrtftree. The main usage of DRtfTree: Loading and processing an existing rich text document and extract the plain text only portion. Perform rich text operation such as: creating paragraph, inserting an image and then generate the resulting rich text. Creating a mail-merge-like document is …