hi, i have just finished my second b4j WebApp that is using the jServer (super powerful library, thanx Erel). this project was meant to run on my ios app FileCube to let the user download/upload files from his ios device using any web browser...
Hi, This is an application I've been developing for the past year, and I think will nicely demonstrate what is possible to do with B4J and JavaFX. Most of the controls and features in this application have been created specifically for this...
Open Source Project viewing all devices and current values from the HomeMatic Smart Home Central Control Unit. View Option: All data points for the device selected View Option: Filter by XML Attribute ACTUAL_TEMPERATURE Purpose To view the...
Hello everyone :) *Thank you @Erel for making this possible :) We are in the making of an amazing Hotel management system (65% done!) The System Contains : 1- Dashboard (System Summary) 2- Check in's / Check out's 3- Users Information 4-...
After many many iOS, Android, Desktop applications I wrote using the BEST tool B4X I decided to try to dive into the www. My knowledge was very weak in this area so i took a course and i love it. I learn lots of new stuff like HTML, CSS, js...
This is my first contribution to this part of the forum... Building color themes into an app can be quite time consuming and a little frustrating if you're not into that kind of thing. I was inspired by a web site when looking for color themes...
I share two classes in case someone can use it. In the attached project it is two classes: TaubinCircleFit and LinearRegression. Although the code in the Main module and the Layout is stolen from this post from Erel this is a different approach...
hi thanks @moster67 for wrapping Vlcj i only add seekbar and convert to class for use in other projects and fullscreen mode sample and lib+jars atteched. Download Jars
The task of creating menu for b4j is not simple because you have to create a jason string. I made a tool for creating the string based on this thread https://www.b4x.com/android/forum/threads/designer-menu-items.56602/ While doing that I...
Hi All, I have made the fast normal distribution random number generator. The server is named randomNoGen.exe and takes one parameter the port number. Like speedySpline if you don't provide a parameter the port defaults to 27015. The example...
Hi All I have added polar value interpolation to speedy spline. This takes angles in the range -180 to +180 with an assumed magnitude of one, transforms these into their x (real) and y (imaginary) components interpolates the x vector values...
Compass Satellites Position Satelltes Signal Speedometer Altimeter
Hi, Please find attached a demo program that implements a natural cubic spline for curve fitting. I converted the code form a c program published on the following web site. Cubic Spline C Programs I have only implemented the equidistant...
Hi I developed a power supply monitoring system which processes and displays large amounts of data and provides statistics as well as graphical displays. I cannot post this project because it relies on large databases for its operation. I...
Hi there, I've spent several months on this project. Now I would like to share with you what I've achieved with B4J in a few months. ImageTrans is an image and comics translation tool. Below is an example of translation from English to Chinese...
COVID-19 stay at home wow B4J video jRetail
Hi all! This is the old Athena Lite and Starcloud page!! I prefer to maintain only one page so please visit the other page instead https://www.b4x.com/android/forum/threads/athena-lite.130347/#content
The method is explained here: http://charlesleifer.com/blog/using-python-and-k-means-to-find-the-dominant-colors-in-images/ It uses KMeans to cluster pixels. The pixel value of the centroid of one cluster is the dominant color of that cluster...
This app is inspired by Adminer (a lightweight app to manage mySQL database). I haven't seen any web app built using B4J to manage remote MySQL database, so I build one. This project is still work in progress. I also successfully tested that I...
My business sometimes needs to send a special email to a certain segment of our customers. We have an app we use that basically reads a text file (CSV) that is output from our database and streamlines the whole process. I rewrote an app we...