This app shows a video and transcribes its audio into subtitles (.srt) that will be shown on the screen as soon as it is transcribed. The video file can be local from the PC or online. It could also be a Youtube video. The video used in this demo...
I developed a custom speed test in B4J, a simple yet effective application that measures internet connection speed. It's a fun project born out of curiosity and a desire to have some fun. The speed test sends requests to a server, calculates...
Hi Fam I spent some time styling the noUISlider (Multi-Range Slider) for SithasoDaisy5 usage. You can however follow the same approach and style it should you need for your web-app. GitHub...
Hi Fam! NB: Please note the technology discussed here can be used in JavaScript & also in BANano Projects. After a couple of days of planning and building SithasoGoogleSheetsAPI, its finally here. The Hidden Power of Google Sheets as a...
Hi Fam So we now have a multi-select web component that uses CheckBoxes to select items. https://github.com/Mashiane/DaisyUI-MultiSelect-with-CheckBoxes A fully-featured, accessible multi-select dropdown component built with DaisyUI and...
Update Pakai Server v6 is available Pakai Server Version 5.50 GitHub: https://github.com/pyhoon/pakai-server-b4j Template (B4J) Pakai Server (5.50) b4xtemplate (B4J) Depends on EndsMeet (v1.50) b4xlib (B4J) WebApiUtils (v5.50) b4xlib...
Hi Fam https://github.com/Mashiane/DaisyUI---OTP A lightweight, customizable OTP (One-Time Password) input component built as a native Web Component. Perfect for implementing verification codes, PINs, and secure authentication flows. ✨...
Hi Fam Github Repo This component is now being used by the SithasoDaisy5 LowCode Generator for one to choose icons easily Font Awesome Picker (Vanilla Web Component) This is a lightweight, dependency-free vanilla JavaScript web component for...
An application designed to convert *.VOB and *.media media files to .MP4 using the latest version 8.0 FFmpeg.exe | FFprobe.exe | FFplay.exe - the application version supports (i.e. converts and allows you to combine .MP4 media files with each...
Virtual Mouse Using OpenCV (HERE) This project is using the live feed coming from the webcam to create a virtual mouse using hand tracking. It is using the hand as a virtual mouse than can do everything that a mouse does without even touching...
I have been developing an innovative application in B4J that generates call graphs for B4X source code. While still a work in progress, this tool is already capable of analyzing a single bas/b4x module, creating a "dotfile", and utilizing...
Hi Fam Download Complete Deployable Project (Source Included) To run this WebApp, you will need a webserver. We use Laragon for development. You will also need BANano You will also need SithasoDaisy5, get it from this GitHub Repo This app has...
Hi Fam Download Complete Deployable Project (Source Included) To run this WebApp, you will need a webserver running PHP. We use Laragon for development. You will also need BANano You will also need SithasoDaisy5, get it from this GitHub Repo...
Hi Fam Download Complete Deployable Project (Source Included) Here is it and 99% of the UI, Source Code has been done via the SithasoDaisy5 LowCode Generator. I kid you not. We have a dashboard, CRUD functionality and Excel Reporting...
# Clock-Desk 🕐 A modern, feature-rich fullscreen clock application for desktop with real-time weather data, Islamic prayer times, and multilingual support. Built with B4J (Basic4Java) and JavaFX. ## ✨ Features ### 🎨 Display Modes - **Digital...
a little example with openPDF class code coming soon
B4J Dashboard Version: 1.00 GitHub: https://github.com/pyhoon/dashboard-b4j Project template: https://www.b4x.com/android/forum/threads/project-template-dashboard-drawer-b4j.161142/ Libraries used: XUI Views, Gauge, Circular Progress Bar...
Initialization When powered on, the default set temperature is 20 °C. The fan turns on automatically and stays on during the entire process. The heating element starts off, waiting for temperature control. 2. Temperature Adjustment The...
Initialization When powered on, the default set temperature is 20 °C. The fan turns on automatically and stays on during the entire process. The heating element starts off, waiting for temperature control. 2. Temperature Adjustment The...
I am developing a game to find the difference between two images. Like these two images: There are 4 differences. So, an image comparison algorithm is worth to use. At the primary test, I got the following result: Hoping to enhance it.