B4JTutorialDatabase [WEB API 2]
Tutorial - Using Web API Controller [Web API 2]
Tutorial - Using Web API Controller [Web API 2]
@aeric · 2024-04-24
B4JSnippetDatabase
Web API Template
A boilerplate for creating CRUD based RESTful Web API.
@aeric · 2024-04-24
B4JTutorialSithaso [WEB][SITHASODAISY]
Mastering the Team Grid Component [Web] [SithasoDaisy]
Mastering the Team Grid Component [Web] [SithasoDaisy]
@Mashiane · 2024-04-23
B4JTutorialBAnano - Vue [BANANOVUETIFYAD]
Vuetify WebSites & WebApps with BANano for Dummies [BANanoVuetifyAD]
Vuetify WebSites & WebApps with BANano for Dummies [BANanoVuetifyAD]
@Mashiane · 2024-04-23
B4JSnippetOther [TSA]
Radio Frequency Channel Monitor - Logger for Tine Spectrum Analyzer [TSA]
Radio Frequency Channel Monitor - Logger for Tine Spectrum Analyzer [TSA]
@rgarnett1955 · 2024-04-19
B4JLibraryPayment
VivaWallet / VivaPayment Class using CLOUD API
VivaWallet / VivaPayment Class using CLOUD API
@Magma · 2024-04-18
B4JSnippetStrings
ROT13 Function
ROT13 (Rotate by 13 places) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. It is a special case of the Caesar cipher which was developed in ancient Rome. ROT13 is not a secure encryption method, but rather a form of obfuscation used to hide text, especially spoilers or punchlines in online forums. It works by shifting each letter 13 positions in the alphabet, looping back to the beginning if needed (e.g., ''Z'' becomes ''M'', ''A'' becomes ''N''). The same function is used for both encoding and decoding, as ROT13 is its own inverse.
@Douglas Farias · 2024-04-12
B4JTutorialSithaso [WEB][SITHASODAISY]
PocketBase - Configuring & Adding Google Authentication to your Apps [Web] [SithasoDaisy]
PocketBase - Configuring & Adding Google Authentication to your Apps [Web] [SithasoDaisy]
@Mashiane · 2024-03-27
B4JSnippetAudio/Video [UPDATE]
Beautiful display of MediaView and MediaController. [Update]
Beautiful display of MediaView and MediaController. [Update]
@TILogistic · 2024-03-25
B4JLibraryOS [B4J]
Get Unique hardware ID + Lib [b4j]
Get Unique hardware ID + Lib [b4j]
@behnam_tr · 2024-03-22
B4JLibraryComms & Network
xSocket - The socket library is fully functional for event and semantic message streams
xSocket is a library wrapped around Socket.d. Socket.d has a collection of many connection protocols: TCP, UDP and WS. It can be used for MSG, RPC, IM, MQ and other scenarios, and can replace Http, Websocket, gRpc and other protocols. Such as the connection between the mobile device and the server, such as some microservice scenarios, etc.
@tummosoft · 2024-03-21
B4JTutorialSithaso [WEB][SITHASODAISY]
The eye opening truth about the FlatPickr Date / Time Picker [Web] [SithasoDaisy]
The eye opening truth about the FlatPickr Date / Time Picker [Web] [SithasoDaisy]
@Mashiane · 2024-03-20
B4JSnippetTable/Grid
DatTable - extension of B4XTable
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities: a) Reordering of row sequence and column lengths b) Resetting the saved layout (to default layout) c) Exporting data to Excel
@DarkoT · 2024-03-19
B4JTutorialSithaso [WEB][SITHASODAISY]
Table Row Column Conditional Colors [Web] [SithasoDaisy]
Table Row Column Conditional Colors [Web] [SithasoDaisy]
@Mashiane · 2024-03-19
B4JTutorialSithaso [WEB][SITHASODAISY]
Table Row Conditional Colors [Web] [SithasoDaisy]
Table Row Conditional Colors [Web] [SithasoDaisy]
@Mashiane · 2024-03-19
B4JTutorialB4J
Run B4J java and javafx Applications on ARM64 Computers
To run a B4J console or GUI Application on any 64-bit ARM computer, e.g. Raspberry Pi 4 or Orange Pi Zero 3
@aminoacid · 2024-03-16
B4JSnippetSithaso [WEB][SITHASODAISY]
A beautiful Landing Page with Multiple Page Navigation & No Drawer [Web] [SithasoDaisy]
A beautiful Landing Page with Multiple Page Navigation & No Drawer [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
How to create a sticky Bottom Navigation Bar & navigate your app pages [Web] [SithasoDaisy]
How to create a sticky Bottom Navigation Bar & navigate your app pages [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
How to create a sticky footer [Web] [SithasoDaisy]
How to create a sticky footer [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
Navigating between differerent pages of your app [Web] [SithasoDaisy]
Navigating between differerent pages of your app [Web] [SithasoDaisy]
@Mashiane · 2024-03-14
B4JClassDatabase
jRDC2
jRDC2 - B4J implementation of RDC (Remote Database Connector)
@Erel · 2024-03-13
B4JLibraryAudio/Video
MediaView - video player
This library includes two custom views: MediaView and MediaViewController. MediaView can play local and remote videos and music. The native JavaFX MediaView doesn''t include a controller interface. I''ve implemented one. You can use it or create your own. Tip: the controller code and layout are inside the b4xlib file.
@Erel · 2024-03-13
B4JLibraryOS [JNA]
SD_NativeAccess [jna]
With this library you can obtain the Handle of the applications that run on your Windows PC, both visible and invisible ones. A bit like you would with the task manager. From the Hande you can get the name of the window, the coordinates and dimensions and finally the file name and path of the app.
@Star-Dust · 2024-03-10
B4JSnippetDialogs
Close xui.MsgboxAsync or xui.Msgbox2Async with code
Close xui.MsgboxAsync or xui.Msgbox2Async with code
@Chris2 · 2024-03-08
B4JTutorialWebApp [SITHASODAISY]
How to implement Facial Recognition Authentication in your Web App [SithasoDaisy]
Facial recognition authentication without having to use a password, email etc, but facial recognition. You will need https://faceio.net/ It has an easy to follow wizard to create your app and then incorporate their REST API / JS files into your app.
@Mashiane · 2024-03-06
B4JSnippetFile handling
Folder size
Folder size
@LucaMs · 2024-03-05
B4JTutorialTranslation/localisation
SithasoDaisy TailwindCSS - Multilanguage
SithasoDaisy TailwindCSS - Multilanguage
@MichalK73 · 2024-03-05
B4JSnippetStrings
Compare text strings
Compare text strings
@emexes · 2024-03-03
B4JLibraryCertificate [SERVER]
LetsEncrypt SSL certificates [server]
LetsEncrypt SSL certificates [server]
@Erel · 2024-03-03
B4JSnippetMap
Standardize Keys in Key-Value Maps
I have often used Maps as a means of sending property information to Subs. One problem, easily fixed, is that the person specifying the map with ''CreateMap'' may use a different case-ness in the keys than expected. Also, they (you) may inadvertently add spaces at start or end of key.
@William Lancee · 2024-03-03