//////////////////////////////////////////////////////////////////////////// Code Signing Tutorial__________________ maXbox Starter 118 – Get a code signing certificate and sign the Executable. “The Sign of the Southern Cross – signtime. Code Source: 1033_signtool_simplebatch_solution_mX4Cert_second64.txt If you have a code base of a 64-bit Windows executable you can sign this Exe. Code signing is the process of digitally signing executables and scripts toContinue reading “Code Signing”
Author Archives: maxbox4
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”
Cannonball
Here’s an animated graphics program that builds on the bouncing ball program by adding some horizontal movement to the ball, drawing a primitive cannon that you can aim, a target that can be moved and an adjustable powder charge to give the initial push to the ball. Cannonball is also the project-name of the 64bit migrationContinue reading “Cannonball”
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”
AGSI Data Storage API
//////////////////////////////////////////////////////////////////////////////// AGSI Data Storage Report __________________________________________________________________ maXbox Starter 99 – Data representation of gas in storage as a timeline AGSI dataset. There are many kinds of data scientists: a) Those who dive in data are the best. This data science tutorial explains the so called AGSI data storage and his visualisation of the time line.Continue reading “AGSI Data Storage API”
TensorFlow EKON 25
EKON 25 is the most traditional Delphi conference and offers a deep dive for the modern developer and architect aiming to transform technologies into valuable business solutions. We always focus on the big picture: Delphi innovations, Cross platforms, IoT, Data Bases, Frameworks, Tools, Delphi fundamentals, Web, maXbox and Cloud technologies, as well as professional insights.Continue reading “TensorFlow EKON 25”
Image Classification with Lazarus
Another fascinating option is to run the entire system as runtime virtualization with the help of a Jupyter notebook running on Ubuntu in the cloud on Google Colab or Colab.research container. Readable pdf version at: https://www.academia.edu/53798878/maXbox_Starter87_Image_Classification_Lazarus Lazarus is also being built in Colab and the deep learning network is compiled and trained too in aContinue reading “Image Classification with Lazarus”
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”