Apr 04, 04, 2025

STAY TUNED

~ COMING SOON ~

HIDDEN_SEO

CSS_OVERWRITE

HIDDEN_MUSIC

WEB 2 PDF

Here I will Guide how to Print Web To PDF using FREE Resources. There are 2 things needed to be installed. 1. nodejs , seek for "Installation Steps" and follow everything. 2. puppeteer, first you need to open "Command Prompt" then type mkdir puppeteer cd puppeteer npm install puppeteer 3. Restart ur PC. 4. copy paste the following code and paste it in a notepad then...

Simulation of Electronics ~ THINKERCAD

The IR 4.0 promote IoT to the next mandatory level where the deployed nodes are usually consist of sensors and a controller. So, how do we deploy a working controller with sensors and getting live data from it? All we need to begin is the controller setup, in this tutorial, we will be using Arduino. Sometimes, it is difficult for those without practical experience and start using it with imaginations. So, we will introduce a simulation tool...

Create QRcode in 1 minute

Previously we have shown how malicious can QR code be. Now let's see how easily a QR code can be created by using our editor made platform. First of all, let's go to QRcode generator website. Depends on your need and fill in the information required in the DATA section and click create. Congrats you have your QRcode done. Besides, you can also apply our API link which you can just parse the data in URL format just...

IoT ? IR 4.0 ? Let's get started with LoRaWAN

Internet of Things (IoT) are being famous across the century and in Malaysia, we are begin the transformations initiate by the Malaysia government, moving in Fourth Industrial Revolution (IR 4.0). What would expected to change is the style of living, working and communicating with families, friends and businesses. Rebuild of business models and employment trends are happening now! The potential of IoT had gone beyond just simplifying...

E-Wallet safe?

> https://catchoom.com/why-is-image-recognition-better-than-qr-codes/ --> There are many E- wallet applications that are well known in Malaysia. Like Wechat, AliPay, Razer Pay, GrabPay, touch n Go and more. Soon Malaysia will be a cashless country,  we have to know ways to be more precaution before start using it. Application itself is secured but the one not secured is you. You are the only firewall that is easy to be bypass by the bad...

OCR API Setup & Deploy with PHP

OCR.Space is a free OCR API which allow parsing images and PDF documents to extract the text in JSON format. Since, it's an API, it could be apply the OCR functions by using GET and POST parameter with any languages in development. Let's get started by signup an FREE tier OCR.Space API key, this acts as a token for service authentication and initialisation, if no access key is attached in a GET or POST parameter, the return results are usually...

Music Embedded with YouTube

Get embeded URL from YouTube Click into Share button and choose Embed. From there customize your configuration and copy the URL. Modify the direct URL Paste it into ur javascript gadget. Then start modify the code. at the end of the url u can add several parameter. The parameter can be found in iframe player parameter. Add to...

Happy Independence Day @ 61st Merdeka MALAYSIA

Good day, this is NIT for all. We would like to wish our beloved Malaysian visitor Happy 61th Merdeka. Hari Merdeka defined as Independence Day in Malaysia. It refers to the day when Federation of Malaya's independence from the British Empire was officially declared. At exactly 9:30am on 31th August 1957. The declaration was read by the first Chief Minister, Tunku Abdul Rahman at the Merdeka Stadium in the presence of thousands...

Embed MP3 Hosted on Google Drive

Music embed everywhere around the websites, portfolio, blog and etc.. But to securely playing or looping a music from a official publisher, it had to through embed which makes you share and play the media legally under a public site or private site. Step 1 - Upload MP3 files to a folder in Google Drive Create a folder in your Google Drive and upload mp3 file. Step 2 - Share the MP3 and get the direct URL Make sure that it is open to public...

OCR ~ Optical Character Recognition & API Introduction

Optical Character Recognition @ Optical Character Reader which abbreviate as OCR is a technology that applying in printed or written text delivered in an image format to be converted or extract the contained text. > https://abbyy.technology/_media/en:kb:tip:what_is_ocr-overview-illu.png --> The application of OCR is not limited for only character recognition, it can be a middle man whom process the input and trigger next action from the results...