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
[multilanguage_switcher] 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… A form pops up listing all possible kinds of projects. By selecting one of these, the project is filled up with template code by the development environment. Select Project | Application and Ok. This creates an Application Project, with some already done code. To continue working on it we must…
Read MoreInstalling CodeTyphon Free Pascal IDE Environment on Debian
[multilanguage_switcher]
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
[multilanguage_switcher] 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. I’m using Arduino just for ease. But it’s got a Lua framework, this is that you can make Lua scripts upload them to the NodeMCU, link it to the init.lua script and run. I’m not going to show the Lua example in this post, but the Arduino IDE example. The Arduino IDE…
Read MoreHow to drag a captionless form in free pascal-lazarus-typhon
[multilanguage_switcher]
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