B4JLibraryBAnano - database [BANANOLOCALBASE]
Learning & Understanding the BANanoPromise [BANanoLocalBase]
Learning & Understanding the BANanoPromise [BANanoLocalBase]
@Mashiane · 2020-12-05
B4JSnippetOAuth
Google OAuth2 authorization token
Some of Google online services no longer allow the access token to be sent as a query parameter. You will get an error similar to: "The OAuth token was received in the query string, which this API forbids for response formats other than JSON or XML. If possible, try sending the OAuth token in the Authorization header instead." The solution is to send it in the authorization header. The secret that they don''t tell you is that you need to add "Bearer " to the value.
@Erel · 2020-12-03
B4JLibraryAI/ML
jKMeans
This is a wrapper of this KMeans implementation: https://github.com/eugenp/tutorials...va/com/baeldung/algorithms/kmeans/KMeans.java KMeans is an unsupervised machine learning algorithm.
@xulihang · 2020-12-01
B4JSnippetCharts
B4j Line Graph, Multiple Traces, Predetermined intervals
This program is an extension of a simpler one I did for B4a and uses some of the features I have also seen on other programs. It can plot 3 Y variables against the X axis. The Y axis range for each is determined from the data and the intervals of the graph divisions set to sensible whole numbers for each plot according to the individual plot data
@rodmcm · 2020-11-28
B4JLibraryBAnano [BANANOHTML]
A framework-less library for the adventurous BANanoNinjas [BANanoHTML]
A framework-less library for the adventurous BANanoNinjas [BANanoHTML]
@Mashiane · 2020-11-24
B4JSnippetExcel
jPOI how to get the Active sheet
jPOI how to get the Active sheet
@Christian75 · 2020-11-19
B4JLibraryhtml
OWASP Java HTML Sanitizer
A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
@tchart · 2020-11-12
B4JTutorialB4J Server [SERVER]
Run a Server on a VPS [server]
Run a Server on a VPS [server]
@Erel · 2020-11-11
B4JTutorialBarcode/scan [SERVER]
Using UI app to create a QR code as part of a server solution [server]
Using UI app to create a QR code as part of a server solution [server]
@Erel · 2020-11-09
B4JTutorialBAnano [BANANOELECTRON]
Beginning Electron with BANano [BANanoElectron]
Beginning Electron with BANano [BANanoElectron]
@Mashiane · 2020-11-06
B4JTutorialAudio/Video
Karplus-Strong algorithm to synth a plucked guitar string sound
Not a tutorial exactly but a fast prototyping for basic Karplus-Strong algorithm realized by B4J
@kimstudio · 2020-11-04
B4JSnippetB4J
B4JQuiz - Desktop App
B4JQuiz - Desktop App
@aeric · 2020-11-04
B4JTutorialLinux [SERVER]
Using Let''s Encrypt on Ubuntu VPS [Server]
Using Let''s Encrypt on Ubuntu VPS [Server]
@aeric · 2020-10-30
B4JLibraryBAnano [BANANOELECTRON]
Create Desktop Apps with Electron [BANanoElectron]
Create Desktop Apps with Electron [BANanoElectron]
@Mashiane · 2020-10-30
B4JSnippetDatabase
Parse SQL Schema File Into SQLite
When you create a SQLite database with DB Browser for SQLite, you can output a schema file for the database. Instead of manually copying each CREATE line into your source, you can simply use the code below to read and parse the schema file automatically and create the SQLite database inside of and for your app.
@cklester · 2020-10-28
B4JTutorialBAnano [BANANOFIRESTOREDB]
Creating a Chat application [BANanoFireStoreDB]
Creating a Chat application [BANanoFireStoreDB]
@Mashiane · 2020-10-28
B4JClassBAnano [BANANOFIRESTOREDB][BETA]
A CRUD Cloud FireStoreDB Wrap for BANano [BANanoFireStoreDB] [BETA]
A CRUD Cloud FireStoreDB Wrap for BANano [BANanoFireStoreDB] [BETA]
@Mashiane · 2020-10-28
B4JLibraryGit
GitHub API Library
This is a work in progress library that wraps the GitHub API for Java library
@tchart · 2020-10-27
B4JLibraryComms & Network
Cuppify - build Modern REST API''s with ease
A Professional B4J framework that allows you to build Modern REST API''s with ease.
@FrostCodes · 2020-10-26
B4JLibraryBAnano [BANANOWEBIX]
An Object Oriented UX library for BANano [BANanoWebix]
An Object Oriented UX library for BANano [BANanoWebix]
@Mashiane · 2020-10-25
B4JTutorialBAnano - Vue [BANANOVUEMATERIAL]
MealPrep App [BANanoVueMaterial]
MealPrep App [BANanoVueMaterial]
@Mashiane · 2020-10-24
B4JTutorialABMaterial [ABMATERIAL]
My mini course on YT. [ABMaterial]
My mini course on YT. [ABMaterial]
@MichalK73 · 2020-10-23
B4JSnippetComms & Network
Interprocess Comms - Controller Widget and example clients.
Interprocess Comms - Controller Widget and example clients.
@rgarnett1955 · 2020-10-23
B4JTutorialList- and scrollview [BEGINNER-TUTORIAL]
Canvas inside a ScrollPane [Beginner-Tutorial]
Canvas inside a ScrollPane [Beginner-Tutorial]
@Midimaster · 2020-10-23
B4JSnippetPrint
Print a pane
I wanted to print a pane to a specific size like A4. I searched but I didn''t find any library or code snippet. So I wrote it myself.
@Ali Dashtaki · 2020-10-22
B4JSnippetMail
DateTime stamp and MessageID for Smtp mail
Noticed that the emailprovider suddenly deletes my automatic generated mails from the Pi. Looking in the output the dateinfo was not included and also no Message-ID thus the server classifies it as Spam. This routine generates the map you need to for composing a mail with Date/MessageID.
@MbedAndroid · 2020-10-21
B4JSnippetMail
Bulk Email Sender
Bulk Email Sender
@cklester · 2020-10-21
B4JSnippetComms & Network [B4J]
send string msg from WebView js 2 B4J - and from B4J to WebView javascript [B4J]
send string msg from WebView js 2 B4J - and from B4J to WebView javascript [B4J]
@a6000000 · 2020-10-17
B4JLibraryBCTextEngine/BBCodeView
Vertical Text Engine
Words in Chinese, Japanese and Korean (CJK) can be arranged vertically and I didn''t find a good vertical text engine for B4X. In the previous thread I posted, Erel gave a workground solution but it cannot display multiline text and punctuations correctly, The BCTextEngine does not have this support yet, too. So I decided to make one.
@xulihang · 2020-10-15
B4JLibraryEditText/Textview/TextArea/TextField [B4J ONLY]
NumberFormatInput B4xLib [B4j Only]
This is a B4xlib customview that uses a textfield, label and the textformatter lib to provide formatting of a numeric text field with NumberFormat2.
@stevel05 · 2020-10-15