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 insightsContinue reading “Duesseldorf EKON 25”
Category Archives: Pascal
Fundamentals Library
////////////////////////////////////////////////////////////////////////////Fundamentals 5 Code Library Introduction by Max Kleiner “Love comes unseen; we only see it go.”– Henry Austin Dobson The Fundamentals 5 Code Library is a big toolbox for Delphi and FreePascal. What I appreciate the most in this library are the main utilities for network and internet. This utilities (Utils) it provides involve math,Continue reading “Fundamentals Library”
MetaDefender API
V4 API is the latest version of MetaDefender Cloud API. It was designed to be fast, modular, easy to use and to provide seamless integration between MetaDefender API and MetaDefender Cloud API. I will show how to call this API with several languages to SCAN a exe file. File Overview Vendor kleiner kommunikation Product maXbox4Continue reading “MetaDefender API”
ADO Connect
TADOConnection encapsulates the ADO connection object. Use TADOConnection for connecting to ADO data stores. The connection provided by a single TADOConnection component can be shared by multiple ADO command and dataset components through their Connection properties. Create an Access database and table Using ADOX: You call the Create with CreateAccessDatabase(MYPATH2) ADOX is an extension toContinue reading “ADO Connect”
Strange Circles
The use of prior time steps to predict the next time step is called the sliding window method. For short, it may be called the window method in some literature. In statistics and time series analysis, this is called a lag or lag method. The number of previous time steps is called the window widthContinue reading “Strange Circles”
Another maXbox Build
Computer software consists of a series of instructions in the programming language Object Pascal; the coder complies those statements into a form that a computer processor can understand. Building software requires knowledge of computer languages, syntax, machine environment and logic to complete the process from start to finish. Try it online! The version maXbox 4.7.4.64Continue reading “Another maXbox Build”
Pi Numbers
Given that PI is infinite, is it possible that all possible number combinations are available in its decimals? Pi itself is not infinite, but the decimal expansion does go on forever, and it has been proven to be transcendental. So it is possible that all decimal combinations are in this expansion, but as far asContinue reading “Pi Numbers”