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”
Category Archives: Code
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”
Python4Delphi
In a future world you can decide belonging to SkyNet or Darknet, but you can not find the difference between an Android or Avatar cause humans doesn’t exist anymore. Max Kleiner Python for Delphi (P4D) is a set of free components that wrap up the Python DLL into Delphi and Lazarus (FPC). A DLL couldContinue reading “Python4Delphi”
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”
RSS Feeds
RSS is an XML based document format for syndicating news and other timely news-like information. It provides headlines, URLs to the source document and brief description information in an easy to understand and use format. RSS based “News Readers” and “News Aggregators” allow the display of RSS headlines on workstation desktops. Software libraries exist toContinue reading “RSS Feeds”
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”
Sphere Script
If we can not find a simple graphical routine to draw a geographic sphere with Geo-coordinate grid on the Canvas then we need to move , rotate this globe and change the eye point with or without zoom. Drag your PPM (Portable Pix Map Format) , PGM or PBM files onto the dashed area belowContinue reading “Sphere Script”