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…
Category: programming
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…
Installing CodeTyphon Free Pascal IDE Environment on Debian
CodeTyphon is an Object Oriented Free Pascal Visual Programming Studio, for Cross-Platform Native Development, with Multi-OS, Multi-CPU, Multi-Platform and Cross-Build abilities.
For those with experience with Delphi Prog…
Testing Lolin NodeMCU V3 esp8266
I’m testing Lolin NodeMCU V3 esp8266. This is a tiny microcontroller with embeded wifi. The model we are trying has 1MB of flash ram plus 8k of dynamic ram. These are quite a lot for many purposes. Read More
How to drag a captionless form in free pascal-lazarus-typhon
We are going to create a demonstration on how to make a captionless form that can be dragged by pulling from any place from its form. Some ideas were borrowed from this site Read More