Yello! Download AMPaperGrid The purpose of this B4J is to show how one can achieve the creation of a 'Live Demo' by showing an end user ques in terms of how their B4J app works. What 'Live Demo' actually means is that during the running of the...
Hi, enhanced my Domoticz modular Home Automation Solution (running on the Raspberry Pi), with the "HouseWatch" module which sends Firebase messages to Android devices. The module is based upon this thread. Messaging Flow B4J Non-UI program...
hi i am working on a copy of the great game from the 80's Paratroopers. i am not using any game engine and still get a great performance!! (i have to add few stuff like collision but i believe i will still stay under 25 frames per second) at...
I was wondering if it wouldn't be possible to use B4J to program the Lego Mindstorms EV3 Brick for some time. So, last week I finally spend a couple of evenings looking into it. And yes, B4J goes Robotics! It uses a modified LeJOS Firmware (I...
hi i am playing a little bit with b4j and i created a simple app where you can load app info (including app icon) from Google Play by the package name. i will improve this lib and load more information like description,... for now the app...
Playing a little bit with B4J and Box2d :) link (v0.01): https://drive.google.com/file/d/0B2eRQD9TJiOQZmtiUG5xaUdOd1U/view?usp=sharing link (v0.02): https://drive.google.com/file/d/0B2eRQD9TJiOQbk1BTFoxZUlGSUE/view?usp=sharing link (v0.03)...
Play with the sliders values to get different results
Hi, I am happy to share jShiny server written in B4J. My open-source jShiny server is on Github https://github.com/statsplot/jshinyserver. It simply host these Shiny apps. Demos http://108.61.182.215:8888/applist.html Shiny...
hi this is a very simple way that show you how you can create a paint app with a undo function. what the app does is very simple on every mouse_press/mouse_release a list with all points are stored and added to the drawing object. because we...
Hi all. First off blame @Roycefer for this. :D:rolleyes::confused:o_O:);) This started out as a way to learn how to intercept hot keys. I used @Roycefer jNativeHook lib for that. It worked pretty well but in my research I found @Roycefer...
As I often need to experiment with visually represented matrices on a grid, I always have this B4J project ready to start prototyping. Hopefully, it might be of interest to some of you. #Region Project Attributes #MainFormWidth: 600...
I want to share this little app; when @Erel first post the B4XLocalizator Tutorial, one thing that I didn't like is that the Sqlite DB building was based on an external application (Excel) This app recreates a similar environment of a Excel File...
My A.I. algorithm: 'The zero plus below is for code beautification purposes only. :) Dim stress = 1 - (Abs(x - ball.PosX) / court.width) As Double Dim confidence = 0 + (Abs(y - ball.PosY) / getHeight ) As Double Dim fitness = If_...
B4J + B4A + Python
Background: The aim was to measure the wind direction and speed (m/s) passing through a moving bed of iron ore. The bed is ignited and air is sucked through the bed. The conveyor is 30m long and 4 m wide. An aluminium profile is placed across...
This is an example of how to create a windows style explorer interface for folders and documents. I was working on a project that needed it, but couldn't find anyting like it. There is a class module you can take the code from, or just use to do...
This is two-thirds of a full KVM that runs in the JVM. There are two components: the JVMKVM_Controller and the JVMKVM_Target. You run the target on the machine you want to control. You run the controller on the machine that will be doing the...
Hi Everyone jMashProjectProfile for now seeks to address the problems of 1. Project Distribution and 2. Project Analysis What do we mean about Project Distribution? When one distributes a project, the current compression does not include the...
Hi all. I made this tool some time ago and now i want to share. its very simple and use a php with fsockopen to get the ports opened or closed. Download Attached
GPS - Combined Instruments Uses JGraphicLib