The Mystery of IStream

For clarity and safety, the IStream object defined in the Delphi Visual Component Library (VCL) is a dynamic object that doesn’t have any methods, procedures, functions, events, listener etc… until these methods are defined in your code. The IStream Object will publish these methods correctly for external COM objects expecting an IStream interface. For exampleContinue reading “The Mystery of IStream”

Trilateration Equation

//////////////////////////////////////////////////////////////////////////// Trilateration Equation ______________________________________________________________ maXbox Starter 115 – Get Target-point from 4 Sensors. “Time behaves like space – timeless. Source: 966_U_PointInSpace52_mX4Form2_64.pas & PointInSpace5_64.exe Click to access maxbox_starter115.pdf If you have a code base of 32-bit Windows Delphi applications that you want to convert to 64-bit Windows, you should first do a reorganisation of the sourcesContinue reading “Trilateration Equation”

How to chat with GPT

GPT stands for Generative Pre-trained Transformer. It is a deep learning model based on the Transformer architecture that has been pre-trained on a large corpus of text data. GPT is used for natural language processing tasks such as language modeling, text generation, and question answering. ChatGPT is an AI-based chatbot developed by OpenAI that canContinue reading “How to chat with GPT”

Python4Delphi II

////////////////////////////////////////////////////////////////////////////// Python4Delphi II ______________________________________________________________________________ maXbox Starter86_2 – Code with Python4Delphi Doc as pdf: http://www.softwareschule.ch/download/maxbox_starter86_2.pdf maXbox Starter86_3 – Code with Python4Delphi Doc as pdf: http://www.softwareschule.ch/download/maxbox_starter86_3.pdf Be yourself; Everyone else is already taken. — Oscar Wilde. In the last Article we have seen that P4D is a set of free components that wrap up the Python DLLContinue reading “Python4Delphi II”

JSON Code

////////////////////////////////////////////////////// JSON ______________________________________________________ maXbox Starter 82 -JSON in Code – Max Kleiner “There is always space for improvement” — Oscar De La Hoya JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. A JSON Parser is thenContinue reading “JSON Code”

Railuino

Hacking your Märklin This library allows you to control your digital Märklin railway using Arduino. https://code.google.com/archive/p/railuino/ I want to show especially the output of the C++ compiled library include <Railuino.h> Any ISP will need what Arduino calls output binaries and the rest of the world calls HEX files. These are produced when you Verify/Compile yourContinue reading “Railuino”

Design a site like this with WordPress.com
Get started