B4JSnippetViews - additional [B4J]
Hex View CustomView [B4J]
Hex dump customview. You can: - Explore any size file - Load one or more arrays of bytes - Search the data
@stevel05 · 2025-03-25
B4JSnippetSpeech [PYBRIDGE]
Text to Speech with pyttsx3 [PyBridge]
Text to Speech with pyttsx3 [PyBridge]
@Erel · 2025-03-16
B4JSnippetSystem Tray [INLINE JAVA VERSION]
Icon System Tray Example [Inline Java version]
Icon System Tray Example [Inline Java version]
@jkhazraji · 2025-03-15
B4JSnippetMQTT
B4J RabbitMQ Client SSL/Username/Password
RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine.
@Magma · 2025-03-13
B4JSnippetNotifications [PYBRIDGE]
Windows 10/11 notifications [PyBridge]
Windows 10/11 notifications [PyBridge]
@Erel · 2025-03-12
B4JSnippetDatabase [PROJECT TEMPLATE]
jRDC2 Server [Project Template]
Project template based on jRDC2 version 2.23 with sample database.
@aeric · 2025-03-12
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
B4JSnippetFile handling
Temporary Files - deleteOnExit
Deletes the named file when the JVM terminates normally
@stevel05 · 2025-03-05
B4JSnippetGPS/location/maps [OPENSTREETMAP][PYBRIDGE]
Using folium [OpenStreetMap] in a webview [PyBridge]
Using folium [OpenStreetMap] in a webview [PyBridge]
@Daestrum · 2025-03-02
B4JSnippetPython [PYBRIDGE]
How to break out of async loop [PyBridge]
How to break out of async loop [PyBridge]
@Daestrum · 2025-02-26
B4JSnippetGPS/location/maps [PYBRIDGE]
GeoDatapandas - powerful geospatial engine [PyBridge]
GeoDatapandas - powerful geospatial engine [PyBridge]
@Erel · 2025-02-24
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
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
B4JSnippetImages
Automatic Colorization of Black and White images using PyBridge in B4J
Automatic Colorization of Black and White images using PyBridge in B4J
@jkhazraji · 2025-02-17
B4JSnippetBarcode/scan [PYBRIDGE]
Create barcodes [PyBridge]
Create barcodes [PyBridge]
@Erel · 2025-02-16
B4JSnippetB4J
Tip: find if running from the IDE
Tip: find if running from the IDE
@Erel · 2025-02-09
B4JSnippetPDF [FOR THE TIME BEING - TODAY FEB 9TH, 2025]
PDF To Text with pdfbox-app-3.0.4 - Free of vulnerabilities [for the time being - today Feb 9th, 2025]
PDF To Text with pdfbox-app-3.0.4 - Free of vulnerabilities [for the time being - today Feb 9th, 2025]
@hatzisn · 2025-02-09
B4JSnippetFile handling
Get APK Meta
Get APK Metadata
@Blueforcer · 2025-02-09
B4JSnippetDatabase
Greenhouse Budddy: Using MySQL Database with jRDC
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 the LAN an put it into an MySQL db. The ethernet interface uses raw data over TCP/IP.
@rgarnett1955 · 2025-02-05
B4JSnippetAI/ML
OpenAI usage statistics
This snippet could be handy to meter tokens usage as seen on the OpenAI Dashboard
@udg · 2025-02-04
B4JSnippetComms & Network
Localhost ServerSocket without triggering Windows Firewall popup
Localhost ServerSocket without triggering Windows Firewall popup
@Erel · 2025-02-04
B4JSnippetJWT
Create JWT tokens and verify them
Create JWT tokens and verify them
@Addo · 2025-01-31
B4JSnippetRaspberry Pi
Keypress and CTRL-C Controle for Linux Raspberry PI Non-UI
Keypress and CTRL-C Controle for Linux Raspberry PI Non-UI
@Swissmade · 2025-01-30
B4JSnippetPhysics
Simulating the Solar System with Animated Orbits, Moons, and Comets
Simulating the Solar System with Animated Orbits, Moons, and Comets
@Nator · 2025-01-24
B4JSnippetDatabase
Web API Template 2 [Beta]
Web API Template 2
@aeric · 2025-01-16