✨ jSensors_B4J - load, fan and temps B4J
View the temperatures, loads and fan speeds of the various components in your computer (like cpu, gpu, motherboard, disk)
@Roycefer · 2018-04-20v2018-04-20
✨ File Chooser Utils B4J
I had thought there was something unusual about the FileChooser for a while, last night it dawned on me that it is not possible to select a specific file type from the list. I have created a Utils module to allow this. There are 4 options (only to save typing when setting it up) that allow entering individual file extensions that then are individually selectable, you have to enter a description for each file extension, you can also add a merged filter (with a separate name) this is what we have now, and a further option to add an all files filter, and an option for both. There is also a method to set the initially selected filer. It''''s a static module, so you need to pass a FileChooser object to each call. You can compile it to a library if you don''''t want to add the module to a project.
@stevel05 · 2018-04-20v2018-04-20
✨ Simple Image Info - Image Size and MIME type B4J
Here is a port of a class found here: http://blog.jaimon.co.uk/simpleimageinfo/SimpleImageInfo.java.html that reads the size info from a file for GIF, JPG, PNG, BMP and TIFF files. Useful so you can determine whether to load the file or a Sampled version without having to load it fully first.
@stevel05 · 2018-04-09v2018-04-09
✨ B4XEncryption : Decrypt from Delphi B4AB4IB4J
B4XEncryption : Decrypt from Delphi
@dcoun · 2018-04-09v2018-04-09
✨ MashXML B4J
MashXML seeks to be an extension of Erel''''s XML2Map module with special attention to Library XMLs. I did this to help me parse library xml''''s for other tasks I needed.
@Mashiane · 2018-04-04v2018-04-04
✨ jPCT3d (partial wrap) B4J
A bit old ,non complete ,not tested and unsupported (sorry for that ) wrap for jPCT3d library
@somed3v3loper · 2018-04-03v2018-04-03
✨ HikariCP - High Performance Connection Pool B4J
Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC connection pool. At roughly 130Kb, the library is very light.
@mindful · 2018-04-03v2018-04-03
✨ Master Details Using EditableTableView with CRUD B4J
I''''m designing forms with master detail functionality using a ListView and a TableView with CRUD functionality. I realized that I will have multiple controls in the screen and this will make my code a little hard to maintain with the many Create, Update and Delete functionality. Thus this is a customview that is made with another customview. So with this all I need to use are the events and the resulting output and nothing else.
@Mashiane · 2018-04-02v2018-04-02
✨ MashPOI B4J
MashPOI is a collection of some jPOI related methods that I have found from the forum and created a library. As much as there are a couple of functions in the modules, I also want to add functionality to easily add worksheets, add rows and style the various columns in Excel documents.
@Mashiane · 2018-04-02v2018-04-02
✨ SD: SqliteExtra B4J
This new library is used to add some functions to the already precious SQLite library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the database Commands to populate List and ListView also with images.
@Star-Dust · 2018-03-23v2018-03-23
✨ B4XProgressBar B4AB4IB4J
A cross platform progress bar with built-in animation. Similar to: https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content You can change the colors, thickness and orientation.
@Erel · 2018-03-20v2018-03-20
✨ Captcha View B4AB4IB4J
This class is compatible with B4A, B4J and B4i. It creates a random captcha image. Call IsMatch to check the user input and make sure to allow the user to refresh the images as some of the images will be very difficult to read. Note that it is case insensitive. You can modify the DrawPattern sub to make it easier or more difficult.
@Erel · 2018-03-13v2018-03-13
✨ LDAP server B4J
LDAP server
@fransvlaarhoven · 2018-03-06v2018-03-06
✨ jRDC Hikari mix B4J
When using the jRDC server project in the project, I had to use another server to handle other things. I wrote a different version of jRDC under myself. Now everyone can use it and modify it under themselves.
@MichalK73 · 2018-02-27v2018-02-27
✨ SimplePGP - Encrypt, Decrypt, Sign, Verify B4J B4J
A wrapper library making the implementation of PGP in Java applications easy. It also strives to provide sane defaults for secure PGP to ensure easy and secure PGP implementations in Java.
@DonManfred · 2018-02-13v2018-02-13
✨ BCrypt - implementation of OpenBSD''''s Blowfish password hashing code B4J
BCrypt - implementation of OpenBSD''''s Blowfish password hashing code. This is a wrapper for https://www.mindrot.org/projects/jBCrypt/
@mindful · 2018-01-22v2018-01-22
✨ jHTMLeditor library B4J
The jHTMLeditor for B4j fixes the issue with setting focus to the webview in the HTMLeditor control.
@ThRuST · 2018-01-18v2018-01-18
✨ LOGBack - Logging Framework B4J
Generic, Reliable, Fast & Flexible Logging Framework
@mindful · 2018-01-17v2018-01-17
✨ B4JMosquittoPBKDF2 library B4J
If you are using the original Mosquitto broker, you may be aware (or not) that there is a plugin called "mosquitto-auth-plug" which is an authentication plugin for the Mosquitto broker with multiple back-ends (MySQL, Redis, CDB, SQLite3). You need to compile it and set it up to work with Mosquitto but it is well worth the effort if you want more flexibility to handle users and topics in real time. When using this plugin and adding users to the backend database, we need to create a hashed password using the SecretKeyFactory algorithm called PBKDF2WithHmacSHA256. To help me with this in my B4J-client, I compiled a small library based on code found in the Contrib-folder in the original github-project.
@moster67 · 2018-01-01v2018-01-01
✨ MashPlugIns B4J
ABMaterial plugins, views, â¦
@Mashiane · 2017-12-30v2017-12-30