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”

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”

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”

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”

Ubuntu Ultimate

Ultimate Edition distribution is based on Ubuntu. The project goal is to provide a complete seamlessly integrated, visually stimulating, and easy-to-install operating system. It is designed for both new Linux users and experienced sophisticates. The first release of this distribution was in December, 2006. Over time the distribution has grown in scope and power. WhileContinue reading “Ubuntu Ultimate”

Year 2020

Hyperautomation is the combination of multiple machine learning (ML), packaged software and automation tools to deliver work. Hyperautomation refers not only to the breadth of the pallet of tools, but also to all the steps of automation itself (discover, analyze, design, automate, measure, monitor and reassess). Understanding the range of automation mechanisms, how they relateContinue reading “Year 2020”

Design a site like this with WordPress.com
Get started