…
Read MoreConvert Windows Address Book (WAB) files to read on Linux
Arduino uploading a firmware hex file from cli command line in Linux
Installing an Arduino Bootloader
The Parable of the Two Programmers, Continued
ACM SIGSOFT SOFTWARE ENGINEERING NOTES vol 10 no 2 Apr 1985 page 19
https://portalparts.acm.org/1020000/1012621/fm/frontmatter.pdf
The Parable of the Two Programmers, Cont…
The Parable of the Two Programmers
Once upon a time, unbeknownst to each other, the “Automated Accounting Applications Association” and the “Consolidated Computerized Capital Corporation” decided that they needed the identical program to perform a certain service.
Automated hired a…
Read MoreLet's make a simple dynamic form in free pascal
Just click on File | New … and a Form opens up. Select Project | Application and Unit1 – Form1 shows up in the editor. Add a TButton from the Standard Tab to the current Form1.
Edit Caption attribute from the just …
Read MoreFree Pascal Center Form
Let’s make a program that centers a couple of forms. One will center relative to the screen, and the other form will be centered relative to the first form….
Read MoreHumidity and Temperature Sensor DHT11 Arduino
[multilanguage_switcher]
DHT11 is a quite simple to use component. It has low precision and is quite slow to read, but is good enough for most ambient control applications. It consists of a resistive humidity sensor and a Negative Temperature…
Typhon Programing Example - Process Messages
Let’s call Typhon. Our IDE pops up. If we were working on another project, it will open it as default. Otherwise we should create or open one. In this case we create one. At the menu select File | New…