B4JTutorialPDF
B4J PDFBox test project
B4J PDFBox test project
@PaulMeuris · 2022-08-07
B4JSnippetJWT [AUTH0/JAVA-JWT]
JSON Web Token [auth0/java-jwt]
You can use this class to generate JSON Web Token (JWT) for use in Web API B4J Server.
@aeric · 2022-08-05
B4JSnippetCharts
Handy Median Filter With Side Salads
I am making a Shortt Free Pendulum clock and record the time error. When making changes to the tuning of the pendulum you must stop it from moving. This creates artifacts in the time data which are a nuisance when plotting trends. To get rid of these artifacts I made a median filter class with a variable window. I use a list as the window as this makes sorting a breeze. However a median filter is a blunt instrument so I added a couple of side salads.
@rgarnett1955 · 2022-08-04
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
How to build a library just Specific to your Project from 184 BVAD3 Components [BANanoVuetifyAD3]
How to build a library just Specific to your Project from 184 BVAD3 Components [BANanoVuetifyAD3]
@Mashiane · 2022-08-04
B4JLibraryAudio/Video
jAudioRecord
This is an Audio Recording Library based on javax.sound.sampled that I have tried to make as simple to use as possible. It will record from the default device as selected in the Control Panel or Mixer (on Windows Machines).
@stevel05 · 2022-08-04
B4JSnippetBAnano - Vue [BANANOVUETIFYAD3]
WhatsApp CRM [BANanoVuetifyAD3]
WhatsApp CRM [BANanoVuetifyAD3]
@Mashiane · 2022-08-01
B4JTutorialDialogs [AND SURROUNDINGS]
How to change location to Msgbox2Async [and surroundings]
How to change location to Msgbox2Async [and surroundings]
@Star-Dust · 2022-07-31
B4JLibraryBAnano - Vue
BANanoVuetifyAD3 Core Library
BANanoVuetifyAD3 Core Library
@Mashiane · 2022-07-30
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
VFlexDialog inspired by the PreferenceDialog [BANanoVuetifyAD3]
VFlexDialog inspired by the PreferenceDialog [BANanoVuetifyAD3]
@Mashiane · 2022-07-27
B4JSnippetAudio/Video [TIP]
How to change default Audio Input and Record everything you Hear ! [Tip]
How to change default Audio Input and Record everything you Hear ! [Tip]
@Magma · 2022-07-21
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3][BUILDER]
How to Optimize your WebApp [BANanoVuetifyAD3] [Builder]
How to Optimize your WebApp [BANanoVuetifyAD3] [Builder]
@Mashiane · 2022-07-21
B4JTutorialAI/ML [60000+]
Mine of AI/ML [60000+] models
More than 60K models for various text, image & audio data analysis.
@Hamied Abou Hulaikah · 2022-07-19
B4JLibraryBAnano - database [BANANOKEYSTORE]
A KeyValue Store for BANano on top of IndexedDB [BANanoKeyStore]
A KeyValue Store for BANano on top of IndexedDB [BANanoKeyStore]
@Mashiane · 2022-07-16
B4JSnippetBAnano [BANANOVUETIFYAD3]
Household Survey using VFlexDialog & BANanoKeyStore [BANanoVuetifyAD3]
Household Survey using VFlexDialog & BANanoKeyStore [BANanoVuetifyAD3]
@Mashiane · 2022-07-16
B4JLibraryAudio/Video
Simple Guitar Chord Chart with Midi
Simple Guitar Chord Chart with Midi
@stevel05 · 2022-07-12
B4JSnippetDesigner
TodoTxtEr
TodoTxtEr is a minimalistic application (B4A+B4J, no B4i) to manage todo.txt files according to the todo.txt rules. Inspired by todo.txt and the B4X new Designer Script Extensions. The application is based on B4XPages with DesignerUtils Toolbars, B4XDialogs for editing tasks (including date dialog) and messaging and several XUI Views (incl CustomListView for the tasks). It is more of an experimental try-out in using DSE & B4XDialogs & CustomListView.
@rwblinn · 2022-07-10
B4JSnippetTable/Grid [NOT FULLY WORKING, FOR THE MOMENT]
B4XTable Column Resizing... [not fully working, for the moment]
B4XTable Column Resizing
@Magma · 2022-07-08
B4JSnippetDatabase
DBUTILS.executememorytable return a map
If, like me, don''t remember the position of the table fields in the array of string when use executememorytable , put the array strings into a map with table fields names.
@moore_it · 2022-07-05
B4JSnippetB4J Server
Detect mobile device
Detect mobile device
@tummosoft · 2022-06-28
B4JTutorialCertificate [JETTY]
How to Install an SSL Certificate in B4J Server [Jetty]
How to Install an SSL Certificate in B4J Server [Jetty]
@tummosoft · 2022-06-27
B4JLibraryDesigner
B4x DDD_SL SetTextSizeAndIcon
An additional class for the new designer script feature. It allows replacing the smallest (last) string in the list with an Icon and utilizes code from the original DDD class.
@stevel05 · 2022-06-24
B4JTutorialFile handling
Ubuntu Sudo File Explorer
This code runs a File explorer with priviledges of root.
@hatzisn · 2022-06-23
B4JLibraryB4J server
jServer v4.0 - Based on Jetty 11
This is a new version of jServer. It is based on Jetty 11.0.9. Previous versions were based on an early version of Jetty 9.
@Erel · 2022-06-21
B4JLibraryB4J Server
jServer3
jServer3 library is the previous version of jServer library. It is the library that was included with B4J up until B4J v9.80. This post contains the link to where jServer3 can still be found.
@Erel · 2022-06-21
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
Using a real device to debug your localhost running webapp [BANanoVuetifyAD3]
Using a real device to debug your localhost running webapp [BANanoVuetifyAD3]
@Mashiane · 2022-06-19
B4JTutorialABMaterial
PyScript in your webpage using ABMaterial as an example
PyScript in your webpage using ABMaterial as an example
@MichalK73 · 2022-06-15
B4JLibraryWebView
Selenium Browser Automation - Create any Robot with Browser
Selenium is an open source automated testing suite for web applications across different browsers and platforms. It is quite similar to HP Quick Test Professional (QTP) only that Selenium focuses on automating web-based applications. Selenium is not just a single tool but a suite of software''s, each catering to different testing needs of an organization. Based on Selenium WebDrivers, this new Library for B4J can automate browsers and create any robot and get any information from websites.
@Alberto Iglesias · 2022-06-12
B4JSnippetDrawing
Draw text with outline
Draw text with outline
@kimstudio · 2022-06-10
B4JSnippetTable/Grid
B4xTableView - userfriendly config
B4xTableView - userfriendly config
@DarkoT · 2022-06-06
B4JSnippetOS
Get Boot Up time of a Windows PC...
Get Boot Up time of a Windows PC...
@Magma · 2022-06-06