Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/klausloeffelmann/thefirstone-solon
- Owner: KlausLoeffelmann
- Created: 2024-09-07T17:12:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:21:53.000Z (4 months ago)
- Last Synced: 2024-09-08T19:37:35.580Z (4 months ago)
- Language: BASIC
- Size: 6.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 QuickBasicWe 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.