B4JSnippetWebApp [WITH SOURCE CODE]
TailwindCSS User Onboarding Cycle with Glass Effect [with source code]
TailwindCSS User Onboarding Cycle with Glass Effect [with source code]
@Mashiane · 2022-11-13
B4ATutorialGPS/location/maps
LatLong To Timezone
LatLong To Timezone
@Modern_Digital · 2022-11-13
B4ALibraryB4Xpages
SoftOrientation Library for Activitiy and B4XPages based projects
Allows changing the screen orientation without killing the activity
@Ivica Golubovic · 2022-11-12
B4ATutorialStrings
Word wrap paragraph text to specified maximum characters line length
Word wrap paragraph text to specified maximum characters line length
@emexes · 2022-11-11
B4JSnippetWebApp [SOURCE CODE INCLUDED]
TailwindCSS Xylophone [source code included]
TailwindCSS Xylophone [source code included]
@Mashiane · 2022-11-11
B4JSnippetWebApp
WebApp - Get the value of the checkbox
WebApp - Get the value of the checkbox
@hatzisn · 2022-11-10
B4ALibraryComms & Network
Modbus TCP Library
Available functions: FC01 - Read Coil FC03 - Read Holding FC05 - Write Single Coil FC06 - Write Single Holding FC16 - Write Multiple Holding
@Walter95 · 2022-11-09
B4ALibraryFirebase
Facebook - Extends FirebaseAuth to support Facebook
This library together with FirebaseAuth allows users to sign in to your app with a Facebook or Google account.
@Erel · 2022-11-07
B4JSnippetEncryption [SOURCE]
HASP Generator MD5 and more ... [SOURCE]
HASP Generator MD5 and more ... [SOURCE]
@T201016 · 2022-11-05
B4JSnippetDate/time
SQL Server - Convert SQL Server Datetime Value to Unix Datetime and vice versa
SQL Server - Convert SQL Server Datetime Value to Unix Datetime and vice versa
@hatzisn · 2022-11-04
B4ALibraryPhysics [B4A/B4J]
PndCommonsSunCalc - [B4A/B4J] library for calculation of sun and moon positions and phases.
PndCommonsSunCalc - [B4A/B4J] library for calculation of sun and moon positions and phases.
@Pendrush · 2022-11-04
B4JSnippetCompression
LZ4 Fast Compress and Decompress
LZ4 Fast Compress and Decompress
@Magma · 2022-11-04
B4JSnippetOS [COMPUTER]
Get Host [Computer] Name - inline JAVA
Get Host [Computer] Name - inline JAVA
@jkhazraji · 2022-11-03
B4JSnippetTable/Grid
B4XTable - Last button. Now enabled when searching.
B4XTable - ''Last'' button: now enabled when searching
@LGS · 2022-11-02
B4ASnippetMaths
Solving a system of linear equations using Gaussian Elimination
Solving a system of linear equations using Gaussian Elimination
@grafsoft · 2022-10-31
B4JLibraryPrint [B4J]
Javax print wrapper for UI and non-UI apps. [B4j]
This is a wrap of the Javax print API. It is more complex to use than the Javafx print API but does have a few benefits such as being usable in non-UI apps and access to java Swing printable interface which makes it easy to print the content of swing nodes.
@stevel05 · 2022-10-31
B4JLibraryDrawing
Graphics
This Library wraps the 2Dgraphic elements of JavaFX2
@stevel05 · 2022-10-31
B4ASnippetDatabase
SQLCipher and pragma cipher_memory_security
SQLCipher has this pragma that can speed up SQL quite a bit if memory security is turned off. Been using this for a few years now in a large database and never seen a problem with it. It can be useful when running multiple SQL''s or running a single slow SQL.
@RB Smissaert · 2022-10-29
B4JSnippetImages
OpenCV Image to JPEG byte array with resize/quality options
OpenCV Image to JPEG byte array with resize/quality options
@OliverA · 2022-10-28
B4ALibraryTranslation/localisation
Ayfie Library - Free text translation, summary and keyword extraction service
Ayfie Library - Free text translation, summary and keyword extraction service
@fernando1987 · 2022-10-27
B4JSnippetOther [AADE.GR - GSIS]
MYDATA [aade.gr - gsis] my Digital Accounting and Tax Application SendInvoices
MYDATA [aade.gr - gsis] my Digital Accounting and Tax Application SendInvoices (Greece)
@Magma · 2022-10-25
B4JSnippetGame [GAME, SOURCE CODE INCLUDED][B4J]
MAGMA-KEY - Test your typing speed [game, source code included] [B4J]
MAGMA-KEY - Test your typing speed [game, source code included] [B4J]
@Magma · 2022-10-25
B4JSnippetCalendar
Celebration Book for Greek Orthodox, Movable Feast Days, Special Days... eortologio
I am gonna share with all you "celebration book" for all known Greek names (Giorgos, Giannis, Christos, blah blah)... well in Greece we have many Names that celebrates, so a good calendar must inform for all these days (sometimes are moving because of Easter), also there are some special days. Into zip there is an sqlite database has into all known dates-celebrations-special days, you can also add yours... or create a new by scratch for example.
@Magma · 2022-10-25
B4JLibraryPayment
PerfectMoney
PerfectMoney is an alternative method of payment on the Internet for services.
@MichalK73 · 2022-10-24
B4RSnippetMQTT
ESP32CAM - Print Logs Workaround - b4xlib included
All of you that have bought the ESP32CAM you know that it does not print logs in B4R. So if you cannot go through a problem, just go around it. The around way is to post in MQTT server the logs and display them in B4J app. And it works.
@hatzisn · 2022-10-24
B4ASnippetFirebase
FireStore StructuredQuery API REST
Code that allows you to make a query in a firestore database applying filters by fields
@gregorio_adrian_gimenez · 2022-10-23
B4ASnippetOther
Solar Tracker Auto calibration
Extremely low-cost, highly efficient solar panel system. Android App to position your solar panel (Azimuth and Elevation).
@freedom2000 · 2022-10-22
B4JClassStrings
B4j TextFlow and Text class
This is a supporting library for my printer example post so there are no images here. It is a simple wrapper for the two javafx classes so you can use them independently of the printer example if you wish.
@stevel05 · 2022-10-22
B4JLibraryDatabase
Palantech Framework
It''s with great pleasure that i am releasing the first ever ORM MVC B4J Framework: ORM: Object Relational Mapping, This framework allows you to pull from and push data to a database without writing SQL, this is done using the awesome Type system that we all love in B4x MVC: Stands for Model View Controller. you can read about it here: https://en.wikipedia.org/wiki/Model–view–controller B4J: The IDE that we all love! (please check footnotes)
@EnriqueGonzalez · 2022-10-21
B4JTutorialhtml
Finally: Convert cURL commands to JavaScript Fetch
Finally: Convert cURL commands to JavaScript Fetch
@Mashiane · 2022-10-21