B4JTutorialSithaso [WEB]
SithasoIONIC7 Mobile WebApp Examples for your Inspiration [Web]
SithasoIONIC7 Mobile WebApp Examples for your Inspiration [Web]
@Mashiane · 2023-09-18
B4JLibraryMenu [B4J]
MenuButton [B4j]
I wanted to add a menu to a form that is to be used in a narrow portrait orientation. I have dealt with this before using a normal button and a popup menu. but as there is a MenuButton control in JavafX I thought I''d wrap it.
@stevel05 · 2023-09-17
B4JTutorialSithaso [WEB3]
Deploy your Static Website on the Internet Computer and make it a dApp [Web3]
Deploy your Static Website on the Internet Computer and make it a dApp [Web3]
@Mashiane · 2023-09-13
B4JTutorialDatabase [WEB]
PocketBase - deploying your SQLite WebServer back-end on Railway.app [Web]
PocketBase - deploying your SQLite WebServer back-end on Railway.app [Web]
@Mashiane · 2023-09-13
B4JTutorialDatabase [WEB]
PocketBase - running multiple instances in the same machine - different ports [Web]
PocketBase - running multiple instances in the same machine - different ports [Web]
@Mashiane · 2023-09-13
B4JSnippetDesigner [B4J][DSE]
Add a pane with layout to a tooltip. [B4j] [DSE]
Add a pane with layout to a tooltip. [B4j] [DSE]
@stevel05 · 2023-09-11
B4JSnippetB4J Server
MiniServer Template
MiniServer Template
@aeric · 2023-09-08
B4JSnippetAudio/Video
On-the-fly snippet to convert video to audio file
On-the-fly snippet to convert video to audio file
@jkhazraji · 2023-09-07
B4JSnippetB4J
Simple Macros: An Modest Hack
Define your own macros to expand code in the IDE
@William Lancee · 2023-09-07
B4JLibraryLabel
TextField As Label
This one was born out of frustration that in Javafx, you can''t make a label''s text selectable. This is a Textfield, that is styled as a label. with the added bonus that you can click the label to edit the text (which can be disabled) and would be useful to use in a data table or list where you may want to edit the field.
@stevel05 · 2023-08-30
B4JSnippetB4J
Sneaky JavaObject
Sometimes you just need to use a JavaObject to get a value to log for example.
@Daestrum · 2023-08-28
B4JSnippetSpeech
B4J Text-to-Speech snippet
B4J Text-to-Speech snippet
@jkhazraji · 2023-08-27
B4JTutorialBAnano [BANANO]
Absolute Placement of Elements & Hidden Props [BANano]
Absolute Placement of Elements & Hidden Props [BANano]
@Mashiane · 2023-08-24
B4JLibraryBAnano
BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement
BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement
@Mashiane · 2023-08-24
B4JTutorialBAnano [BANANO]
SetLayoutAnimated & Other Animations [BANano]
SetLayoutAnimated & Other Animations [BANano]
@Mashiane · 2023-08-24
B4JLibraryB4J
Pseudo classes for JavaFX / B4j
If you are creating a Javafx / B4j project with multiple themes & stylesheets, then you need this. You can create your own Pseudo classes for use in the stylesheets.
@stevel05 · 2023-08-22
B4JSnippetSithaso [WEB]
SithasoIONIC7 - Executing Api Calls with BANanoFetch [Web]
SithasoIONIC7 - Executing Api Calls with BANanoFetch [Web]
@Mashiane · 2023-08-21
B4JSnippetSithaso [WEB]
SithasoIONIC7 - Beats UI Demo [Web]
SithasoIONIC7 - Beats UI Demo [Web]
@Mashiane · 2023-08-20
B4JSnippetSithaso [WEB]
SithasoIONIC7 - Landing, Sign In, Sign Up, Log Off [Web]
SithasoIONIC7 - Landing, Sign In, Sign Up, Log Off [Web]
@Mashiane · 2023-08-20
B4JLibraryStrings
jKuromoji - Japanese morphological analyzer
Kuromoji is an easy to use and self-contained Japanese morphological analyzer that does - Word segmentation. Segmenting text into words (or morphemes) - Part-of-speech tagging. Assign word-categories (nouns, verbs, particles, adjectives, etc.) - Lemmatization. Get dictionary forms for inflected verbs and adjectives - Readings. Extract readings for kanji
@xulihang · 2023-08-19
B4JLibraryDatabase
Nitrite NoSQL embedded database library
I was interested to try Erel''s MongoBD example in a few projects but really didn''t want to use a server implementation so I looked for an alternative and found the Nitrite library. Think of it as a KeyValueStore on steroids. You can search and sort records with filters. You can add fields to a record without having to change a schema.
@stevel05 · 2023-08-19
B4JTutorialEncryption [HTTPS://GITHUB.COM/AMIRBAWAB/ENIGMA-MACHINE-SIMULATOR]
Enigma Machine [https://github.com/amirbawab/Enigma-machine-simulator]
Enigma Machine [https://github.com/amirbawab/Enigma-machine-simulator]
@Johan Schoeman · 2023-08-17
B4JTutorialBAnano [WEB]
BANano + BLE [Web]
An example of connecting to Bluetooth (BLE) through the Bluetooth Web Api supported by some browsers
@Mariano Ismael Castro · 2023-08-16
B4JLibraryEncryption
NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A
NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A
@hatzisn · 2023-08-16
B4JTutorialDrawing
MandelbrotOrbits
MandelbrotOrbits
@Johan Schoeman · 2023-08-09
B4JToolAudio/Video
SfxGen
Port part of the famous Sfxr by DrPetter to B4X. SfxGen generates sound effect for games. The sfx can be exported to wav file.
@kimstudio · 2023-08-08
B4JTutorialSithaso
SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase
SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase
@Mashiane · 2023-08-08
B4JLibraryJSON
JSON Formatter and validator
I am working on an app that needs to be able to manipulate JSON strings. They are stored in a compact format then prettified for display and editing. The main problem I have found is that if the json is invalid, it can''t be prettified with the existing JSON lib. I found this project on github and ported the format class to B4j.
@stevel05 · 2023-08-07
B4JTutorialSithaso [WEB]
SithasoDaisy - Deferring CSS & JS Files so that they are loaded ONLY when needed. [Web]
SithasoDaisy - Deferring CSS & JS Files so that they are loaded ONLY when needed. [Web]
@Mashiane · 2023-08-07
B4JClassB4J Server
BackgroundWorkerClass
This is the BackgroundWorker but without all the bells and whistles of Jserver.
@XbNnX_507 · 2023-08-06