B4JSnippetDatabase [SQLITE, MYSQL]
JRDC Server Template [SQLite, MySQL]
JRDC Server Template [SQLite, MySQL]
@aeric · 2025-02-20
B4JSnippetCharts [PYBRIDGE]
Pygal - nice charting library [PyBridge]
Pygal - nice charting library [PyBridge]
@Erel · 2025-02-20
B4JSnippetSithaso [SITHASODAISY5]
TailwindCSS Grid Builder - Simplifying Layout Creation with Ease [SithasoDaisy5]
TailwindCSS Grid Builder - Simplifying Layout Creation with Ease [SithasoDaisy5]
@Mashiane · 2025-02-20
B4JLibraryAudio/Video
Javax Midi Lib
Here is a wrap of the JavaxMidi Library as a B4xLib.
@stevel05 · 2025-02-19
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
B4XSnippetPDF [B4X]
Open PDF [B4X]
Open PDF [B4X]
@Lucas Siqueira · 2025-02-19
B4JLibraryPane(l) [GLASSMORPHISM]
FrostedGlass [Glassmorphism]
Blur a panel
@aeric · 2025-02-18
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
B4ASnippetPayment
Download Paypal Transactions
Download Paypal Transactions
@Tim Chapman · 2025-02-17
B4JTutorialCharts [PYBRIDGE]
Linear regression with scikit learn [PyBridge]
Linear regression with scikit learn [PyBridge]
@Erel · 2025-02-17
B4JTutorialPython [PYBRIDGE]
The very basics [PyBridge]
The very basics [PyBridge]
@Erel · 2025-02-17
B4JTutorialPython [PYBRIDGE]
Tips to make life easier [PyBridge]
Tips to make life easier [PyBridge]
@Daestrum · 2025-02-17
B4JSnippetBarcode/scan [PYBRIDGE]
Create barcodes [PyBridge]
Create barcodes [PyBridge]
@Erel · 2025-02-16
B4XTutorialAnimation [AXRLOTTIE B4A AND ILOTTTIE B4I][B4X]
How to Implement Lottie in B4XPages [AXrLottie B4A and iLotttie B4i] [B4X]
How to Implement Lottie in B4XPages [AXrLottie B4A and iLotttie B4i] [B4X]
@mcqueccu · 2025-02-16
B4JLibraryhtml [B4J][EASYHTML - SIMPLIFIED HTML ELEMENT CREATION]
[B4J] [EasyHTML - Simplified HTML Element Creation]
EasyHTML is a lightweight and intuitive library designed to simplify the creation of HTML elements using an object-oriented approach. With support for attributes, classes, styles, and even HTMX integration, EasyHTML makes it effortless to generate dynamic HTML structures programmatically.
@leozera · 2025-02-15
B4RSnippethttp [MODULE]
rHttpUtils2 - Http Client with synchronous requests queue [module]
Extended Erel''s module with 8-level FIFO queue manager. Allows to schedule the HTTP-requests one by one, not ideal, with big RAM memory consumption, but works with ESP32. It allows to add requests into a queue and the manager will run them automatically storing against non-stable Internet-connection.
@peacemaker · 2025-02-15
B4XLibraryColour [B4X][XUI]
AS Color Slider Advanced - a Snapchat like color picker [B4X] [XUI]
AS Color Slider Advanced - a Snapchat like color picker [B4X] [XUI]
@Alexander Stolte · 2025-02-13
B4XLibraryColour [B4X]
GradientMaker - cross platform gradient background [B4X]
GradientMaker - cross platform gradient background [B4X]
@Erel · 2025-02-13
B4ALibraryImages
Load imageview bitmap from Url without download
Load imageview bitmap from Url without download
@jkhazraji · 2025-02-13
B4JLibraryRaspberry Pi
JPI4J2b Library for use GPIO,I2C and SPI with Raspberry Pi4B and Java 11
JPI4J2b Library for use GPIO,I2C and SPI with Raspberry Pi4B and Java 11
@Jaume Guillem · 2025-02-12
B4XSnippetGame [B4X][B4XPAGES]
NegenTropy, a Game: Simple to Play - Difficult to Master [B4X] [B4XPages]
NegenTropy, a Game: Simple to Play - Difficult to Master [B4X] [B4XPages]
@William Lancee · 2025-02-12
B4XLibraryImages [B4X]
WebP images [B4X]
Cross platform library that loads the new WebP format images. Android natively supports this format so the regular LoadBitmap methods will also work.
@Erel · 2025-02-12
B4ATutorialSocial
WebViewSharePDF
Create a PDF file from the bitmap saved from WebView and share to WhatsApp
@aeric · 2025-02-12
B4XSnippetDrawing [B4X]
A Message of Love and Affection - #6 in a series [B4X]
A Message of Love and Affection - #6 in a series [B4X]
@William Lancee · 2025-02-11
B4ALibraryToast
Introducing TastyToast – Animated Notifications for B4A
Based on the original TastyToast thread, I have updated the library and added the confusion notification, inspired by the TastyToast repository.
@fernando1987 · 2025-02-11
B4XTutorialDatabase [B4X]
PocketBase - Storage [B4X]
PocketBase - Storage [B4X]
@Alexander Stolte · 2025-02-11
B4XTutorialDatabase [B4X]
PocketBase - Deleting files [B4X]
PocketBase - Deleting files [B4X]
@Alexander Stolte · 2025-02-10
B4XTutorialDatabase [B4X]
PocketBase - How to reach api via smartphone on the same network when hosted locally [B4X]
PocketBase - How to reach api via smartphone on the same network when hosted locally [B4X]
@Alexander Stolte · 2025-02-10
B4RLibraryB4R LED
rESP32RGBLEDC
rESP32RGBLEDC is an open source library to set the color of a RGB LED connected to an ESP32 using the Arduino-ESP32 LEDC API.
@rwblinn · 2025-02-10