Coding

ChatGPT – Simple coding examples with short probe into Assembler looping and deciphering its counting errors.

TL:DR – Simple illustration of code to do addition, floating point and string concatenation across Machine Language, Assembler, C and a few higher level languages.  Last section is me teaching ChatGPT how to count. Can you take a simple operation – like adding two numbers together and write the corresponding code for a function that …

ChatGPT – Simple coding examples with short probe into Assembler looping and deciphering its counting errors. Read More »

First Impressions of Clasp extension for VS Code to manage local development of Google Apps Scripts

The editor for google apps scripts is OK for simple (single file) macros or scripts. But it falls short when you are managing more complex scripts and multiple files. That is where google clasp comes in. Google clasp is an extension for VS code that allows google apps scripts to be updated locally, with changes easily pushed …

First Impressions of Clasp extension for VS Code to manage local development of Google Apps Scripts Read More »

Scroll to Top