Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klausloeffelmann/thefirstone-solon

My (aged 17-18) very first large commercial software project for organizing and calculating construction titles and positions and calculating material demands in the Architect and Developer Industry.
https://github.com/klausloeffelmann/thefirstone-solon

Last synced: about 2 months ago
JSON representation

My (aged 17-18) very first large commercial software project for organizing and calculating construction titles and positions and calculating material demands in the Architect and Developer Industry.

Awesome Lists containing this project

README

        

# TheFirstOne-SOLON
This was the first large commercial project I was commissioned to develop, between the age of 17 and 18. One of our adjecent neighbors had an calculation service for architects and contractors (building construction) from the late 80's to the late 90's, and would do measurements and quantity takeoff calculations on their behalf. The software I developed was a software for organizing and calucating construction titles/positions and for calculating measurements for these organizational units.

## Development equipment

My development machine was a Nixdorf PC 8810/M55:

* Intel 286 running at 10 MHZ (that was amazingly fast at the time!)
* EGA graphics card.
* 1 MB main memory
* Running Dos 3.3

![image](https://github.com/user-attachments/assets/6f60ca35-03ef-4f28-b8e2-0733d06a2129)

We developed with

* Microsoft C Compiler
* Microsoft Assembler
* Microsoft Basic 6.0 Compiler
* Microsoft QuickBasic

We used 2 partitions on the machine.

* **C: User Test environment:** Everything there was as we would later deploy the software to the customers.
* **D: Development environsment:** This was our Development environment and hosted all the compilers, tools and source code.