The Geometer

There’s a course about computational geometry which I scripted from the source in maXbox. The origin you can find at: http://www.delphiforfun.org/programs/Library/geometry1.htm The script with the 9 Tasks in one file you can find at: http://www.softwareschule.ch/examples/geometry.txt Three new routines were added to the UGeometry unit today and Version 3 of the  Geometry test program  illustrates theirContinue reading “The Geometer”

Pascal Perceptron

We’re now ready to assemble the code for a Perceptron class. The only data the perceptron needs to track are the input weights, and we could use an array of floats to store these. https://natureofcode.com/book/chapter-10-neural-networks/ A perceptron needs to be able to receive inputs and generate an output. We can package these requirements into aContinue reading “Pascal Perceptron”

maXbox Rheingold Edition

*********************************** Release maXbox 4.7.1.82 Dez 2019 *********************************** add Tutorials 57 – 72 NoGUI Shell Tutorial 71 and 46 Units 1307 unit uPSI_statmach, {StateMachine} 1308 uPSI_uTPLb_RSA_Primitives, 1309 unit uPSI_UMatrix, //for Tensorflow dll 1310 uPSI_DXUtil, 1311 uPSI_crlfParser, 1312 unit uPSI_DCPbase64; 1313 unit uPSI_FlyFilesUtils; 1314 uPSI_PJConsoleApp.pas 1315 uPSI_PJStreamWrapper.pas 1316 uPSI_LatLonDist, //DFF 1317 uPSI_cHash2.pas //Fundamentals SHA512 1318 uPSI_ZLib2.pas //compressorContinue reading “maXbox Rheingold Edition”

Weather Forecast API

We are glad to announce our new API version for managing your personal weather stations – Weather Stations API 3.0 (beta). It went through some essential changes in comparison with the previous version. Access current weather data for any location on Earth including over 200,000 cities! Current weather is frequently updated based on global modelsContinue reading “Weather Forecast API”

Design a site like this with WordPress.com
Get started