//////////////////////////////////////////////////////////////////////////// 🐞Multi Code マルチコード maXbox Starter 155 – Code in Multicode. Source: Split a character string based on change of character – Rosetta Code Script_: Download 1433_charsplit_pas_py_fp_js_uc_test.txt (maXbox5) Multi-code programming refers to the practice of integrating multiple programming languages, paradigms, or models within a single system or application. This approach is particularly useful in scenariosContinue reading “Multi Code”
Author Archives: maxbox4
MP3 Stream Shell
We found a solution with Github as a media server. Our URL to MP3 converter stream server serves as an open source for online song downloading or streaming. Either you play in a desktop app or you run it with WebView2 embedding. You can copy the URL of the song you want to download, or paste itContinue reading “MP3 Stream Shell”
Geocoding Distance🐞
maXbox Starter 142 – Get a GEO distance. “Natura abhorret vacuum1 – Spinoza. Source: 1390_Sphenic_Numbers2TIO_12_py_uc.txt 1397_Geolocation_distance12_uc.txt Nominatim can power the search box on your website, allowing your users to type free-form queries (“Cafe Paris, Cologne”) in any language. It also offers a structured query mode (“postcode=12345”, “city=London”, “type=cafe”) that helps you to automate geocoding ofContinue reading “Geocoding Distance🐞”
7 Data Science Statistical Methods
Data science is a multidisciplinary field that combines math, statistics, computer science, machine learning, and domain expertise to extract insights from data. While data science algorithms often put the spotlight, a solid foundation in statistical methods can be just as pivotal. The code in script is build on Python especially Python4Delphi as P4D. 1. Bayesian Inference BayesianContinue reading “7 Data Science Statistical Methods”
Google Gemini API
What is the Gemini API? The Gemini API is a set of tools and interfaces that allow developers to integrate Google’s Gemini family of large language models (LLMs) into their applications and services. It’s essentially your access point to leverage the power of these powerful AI models. Here’s a breakdown of what that means: KeyContinue reading “Google Gemini API”
MIDI Magic
The General MIDI specification defines 128 instruments, and 47 percussion sounds. All channels except channel 9 (counting from zero) play instruments, channel 9 plays percussion sounds, with different note numbers resulting in different sounds. The MIDI standard itself does not define any instruments or percussion sounds. Other specifications (General MIDI 2, GS, XG etc.) define more sounds, and have mechanisms to select which channel(s) to use for percussion sounds. So first we set our Midi Controller or Device: So we set an interface from IJclMidiOut and we get an instance of JclWinMIDI.MIDIOut(DeviceID); We can see our device as Microsoft GS Wavetable Synth Next we play a tune: This tune is from a G Phrygian and the key of G Phrygian hasContinue reading “MIDI Magic”
4 Machine Learning Object Detection Solutions
Object Detection APIs and Libraries provides a fast and accurate image object recognition using advanced neural networks developed by machine learning experts and models. It also supports object detection, video detection and object tracking using RetinaNet, YOLOv3 and TinyYOLOv3 pre-trained on datasets. Solution Script:https://github.com/maxkleiner/HttpComponent/blob/main/1316_detector25_integrate4solutions.txt We deliver 4 showcases with the same image to compare andContinue reading “4 Machine Learning Object Detection Solutions”
Object Detection API
We call it AIM and this stands for Artificial Intelligence Machine. The Object Detection API provides fast and accurate image object recognition using advanced neural networks developed by machine learning experts. https://api-ninjas.com/api/objectdetection https://github.com/maxkleiner/HttpComponent After you got you API-Key (API Key associated with your account) we need a httpcomponent of classes which are enable to postContinue reading “Object Detection API”
OCR with Neural Net
This API recognizes and reads a text embedded in pictures or photos. Image to Text API uses a neural net (LSTM) based OCR engine which is focused on line recognition, but also supports recognizing the character patterns. It supports both handwriting and printed materials as well as street maps. APILayer is an API marketplace whereContinue reading “OCR with Neural Net”
Multicode Programming
maXbox Starter 119 — Get a different step Solution. origin from: https://maxkleiner1.medium.com/multicode-programming-4e476ebc6004 “Code behaves like recording — recoding from brain to tool. Source: 393_QRCode5_64TXT_211_7_tutor119_2.TXT softwareschule.ch/examples/qrcode8.txt Sometimes life is like playing with us: You write some code that solves a problem, and then someone comes along and makes the problem harder. Here’s how to continuously integrateContinue reading “Multicode Programming”