B4JTutorialBAnano [WEB][BANANOMQTT]
Send, Receive Push Notifications in your Local Mosquito Broker in your WebApp. [Web] [BANanoMQTT]
Send, Receive Push Notifications in your Local Mosquito Broker in your WebApp. [Web] [BANanoMQTT]
@Mashiane · 2025-03-10
B4JTutorialRaspberry Pi
Raspberry Pi 5 - first steps
Raspberry Pi 5 - first steps
@Erel · 2025-03-10
B4JTutorialMQTT
MQTT: Mosquito over websockets
MQTT: Mosquito over websockets
@Mashiane · 2025-03-10
B4JLibraryLabel
HyperLink
A custom view to display HyperLink (LinkLabel).
@xulihang · 2025-03-10
B4JSnippetPython [PYBRIDGE]
Few tips for library developers [PyBridge]
Few tips for library developers [PyBridge]
@Erel · 2025-03-10
B4JSnippetDatabase
mysql-connector-java
mysql-connector-java
@Mashiane · 2025-03-09
B4JSnippetDatabase
Mini ORM
This class can be used for scaffolding db schema or used together with my Web API.
@aeric · 2025-03-09
B4JLibraryBluetooth [PYBRIDGE]
Bleak - Bluetooth BLE [PyBridge]
Bleak - Bluetooth BLE library that allows scanning for BLE peripherals, connecting, reading, subscribing and writing.
@Erel · 2025-03-09
B4JTutorialPayment
Deutsche Post Internetmarke - get Stamps per Api
Deutsche Post Internetmarke - get Stamps per Api
@DonManfred · 2025-03-08
B4JLibrarySerial comm/USB
jSerial
The jSerial library allows you to open and communicate with other devices through the computer COM ports.
@Erel · 2025-03-06
B4JSnippetFile handling
Temporary Files - deleteOnExit
Deletes the named file when the JVM terminates normally
@stevel05 · 2025-03-05
B4JTutorialWebApp
Cache for WebApp was keeping previous version of .js file - How to fix
Cache for WebApp was keeping previous version of .js file - How to fix
@hatzisn · 2025-03-04
B4JSnippetGPS/location/maps [OPENSTREETMAP][PYBRIDGE]
Using folium [OpenStreetMap] in a webview [PyBridge]
Using folium [OpenStreetMap] in a webview [PyBridge]
@Daestrum · 2025-03-02
B4JTutorialSithaso [WEB]
Plug ''n Play external SVG loader [Web]
Plug ''n Play external SVG loader [Web]
@Mashiane · 2025-03-02
B4JLibraryImages [MAGIC NUMBERS + MIME + DECODING]
MemTypeChecker – 100% Reliable Image Validation [Magic Numbers + MIME + Decoding]
MemTypeChecker – 100% Reliable Image Validation [Magic Numbers + MIME + Decoding]
@Addo · 2025-03-02
B4JTutorialTheme
FXThemes
Styling themes for the window. Also maintains compatibility with the Windows Layout options.
@stevel05 · 2025-02-27
B4JSnippetPython [PYBRIDGE]
How to break out of async loop [PyBridge]
How to break out of async loop [PyBridge]
@Daestrum · 2025-02-26
B4JTutorialBluetooth
jBluetooth under Linux: also works
jBluetooth under Linux: also works
@peacemaker · 2025-02-24
B4JSnippetGPS/location/maps [PYBRIDGE]
GeoDatapandas - powerful geospatial engine [PyBridge]
GeoDatapandas - powerful geospatial engine [PyBridge]
@Erel · 2025-02-24
B4JLibraryRaspberry Pi
Pi4j for pi5
Pi4j for pi5
@MbedAndroid · 2025-02-23
B4JTutorialLinux
Creating Linux DEB-package for GUI B4J app
Creating Linux DEB-package for GUI B4J app
@peacemaker · 2025-02-23
B4JSnippetLinux
B4J Linux app: log file home folder
B4J Linux app: log file home folder
@peacemaker · 2025-02-23
B4JSnippetSithaso [SITHASODAISY5]
TailwindCSS Grid Builder - Simplifying Layout Creation with Ease [SithasoDaisy5]
TailwindCSS Grid Builder - Simplifying Layout Creation with Ease [SithasoDaisy5]
@Mashiane · 2025-02-20
B4JSnippetCharts [PYBRIDGE]
Pygal - nice charting library [PyBridge]
Pygal - nice charting library [PyBridge]
@Erel · 2025-02-20
B4JSnippetDatabase [SQLITE, MYSQL]
JRDC Server Template [SQLite, MySQL]
JRDC Server Template [SQLite, MySQL]
@aeric · 2025-02-20
B4JLibraryFile handling
jDragandDrop2
This library is an update to Andrews jDragandDrop to take advantage of the DragBorad.DragView available in JavaFX8. This allows displaying a graphic next to or behind the mouse cursor while dragging items.
@stevel05 · 2025-02-19
B4JLibraryAudio/Video
Javax Midi Lib
Here is a wrap of the JavaxMidi Library as a B4xLib.
@stevel05 · 2025-02-19
B4JSnippetEncryption
One-Time Pad Encryption / Decryption of file too big to store in memory
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 the plaintext 1 megabyte at a time, encrypts each byte and saves it one megabyte at a time. My previous code did everything one byte at a time and hammered the hard drive as a result. This is now much faster and much easier on the hard drive.
@Tim Chapman · 2025-02-18
B4JLibraryPane(l) [GLASSMORPHISM]
FrostedGlass [Glassmorphism]
Blur a panel
@aeric · 2025-02-18
B4JTutorialPython [PYBRIDGE]
Tips to make life easier [PyBridge]
Tips to make life easier [PyBridge]
@Daestrum · 2025-02-17