Version: 3.10 Project template based on jRDC2 version 2.23 with sample database. GitHub: https://github.com/pyhoon/jrdc2-server-template-b4j Template: JRDC Server (3.10).b4xtemplate Supported databases: SQLite MySQL MS SQL Firebird...
Update Here is another example using session id https://www.b4x.com/android/forum/threads/jrdc2-server-with-login-session.166903/ Simple jRDC2 server authentication example with user name and password This example is based on this solved...
Build anything with cubes for fun in 15^3 space! A demake of pico voxer with B4X antialiasing drawing. Left mouse click: action; right: delete Keys: direction keys: rotate ctrl + direction keys: move shift + up/down: zoom...
The application was tested on OBD2 Simulator and Citroen C3 reading only current data and fault codes. The bluetooth obd2 plug and USB-OBD2 are from Ebay, it has ELM327 IC ver 2.1 and 1.5 that connects to all OBDII protocols. The computer's...
All possible due to this awesome forum and its creator.
Hi Fam Demo SithasoDaisy 2 is currently being maintained using TailwindCSS 3 and DaisyUI 2. When we finished wrapping up the b4x version, the DaisyUI team was working on DaisyUI 3. Currently DaisyUI4 is stable, however, updating our offering...
In the five years that I have been using my single B4XPage expandable Drawer menu in B4J and B4A, both the IDEs and the B4X components have evolved. The time was ripe to create a new version called m3Menu. Below the result and an overview of the...
I need to be able to encrypt a database file for storage in the clear on the internet. So I made the code below to encrypt and decrypt it using a one-time pad encryption. The file will grow to be too big for memory to hold it so the code reads...
Current version: 1.03 Status: Released Price: $150 $112.50 (25% off New Year Promotion until 28 Feb 2025) What's new? Preview Demo Video FAQs
Time Pilot is a multi-directional shooter game originally released in 1982. I am impressed by its remake from PICO-8 and decided to make a B4X port to figure out its techniques and effects based on my implementation of the part of the PICO-8...
Hi Fam Why not create the first app with SithasoDaisy5? Imagine if... Are you tired of manually crafting complex grid layouts with Tailwind CSS? Meet TailwindCSS Grid Builder – the ultimate tool designed to help developers create stunning...
"Negen-Tropy" => "nay-gen" from Dutch or Afrikaans (the 324 distinct game pieces have four shapes of 'Negen=9' colors by 'Negen=9' symbols) -tropie from French, τρόπος from Greek ("a turn"), turning from one state to another...
I started the St. Valetine's series when Covid was upon us. We still need these sentiments when chaos is raging. Here the message is negentropy, the opposite of entropy. The source code is attached. About 300 lines of code plus two general...
It is time consuming to create the elements in the user interface GUI. This has become more relevant for me in using AI to create code because AI declares the UI elements in the Process_Globals sub but does not create the UI. So I have to do it...
I have a greenhouse which uses and STM32h7 processor to control the temperature. The controller has an ethernet port using LwIP. This port connects to a wireless bridge into my home LAN. I use a c# system tray application to get the data from...
Many people I've read about have trouble fetching a key from the keyboard in a terminal. Normally, CTRL-C stops the terminal. In this case, we don't always get a clean shutdown of the application, which can cause issues. In my case, I use it to...
Hi there... as IT using a lot Remote Administration Utilities to remote control Windows PCs... but I thought why not creating mine? I will be sure for security, i will not have to pay anyone.... Hey... Where is my "TOOL"... here it is... B4X...
Hi Fam Download Many thanks to @Mariano Ismael Castro This is a wrap of the B4xGreenAPI for BANAno, internally it uses BANanoFetch to execute REST API calls to the GreenAPI to send & receive messages and manage groups on WhatsApp...
If you're not familiar with Ollama4j, first read this post to set up the Ollama server and install one of the models: https://www.b4x.com/android/forum/threads/ollama4j-library-pnd_ollama4j-your-local-offline-llm-like-chatgpt.165003/ Currently...
After a few years I picked up programming again. I am an amateur, I use the free documentation of B4X and that is enough for me. Someone pointed me to Python. I have been working on it seriously. It is a beautiful programming language. But so...