Search found 7 matches: modular

Searched query: modular

by Antonio Linares
Thu Nov 21, 2024 6:20 am
Forum: latest AI news
Topic: Introducing Galaxy
Replies: 1
Views: 2274

Re: Introducing Galaxy

... Áurea y las funciones integradas para calcular distancias y ángulos, lo que facilita las operaciones espaciales.
5. Sintaxis Intuitiva y Modular: Enfatiza el diseño modular basado en nodos y la gestión simplificada de conexiones, promoviendo un enfoque declarativo y modular.
6 ...
by Antonio Linares
Thu Nov 21, 2024 5:38 am
Forum: latest AI news
Topic: Introducing Galaxy
Replies: 1
Views: 2274

Introducing Galaxy

... Spanish podcast:
https://huggingface.co/datasets/fivetech/galaxy/resolve/main/Galaxy%20Programming%20Language.wav?download=true

Galaxy is a modular and dynamic programming language inspired by the structure of galaxies. Its goal is to model complex, adaptive, and hierarchical systems through ...
by Otto
Sun Oct 27, 2024 9:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW2WEB Merry-Go-Round
Replies: 1
Views: 360

FW2WEB Merry-Go-Round

... into existing systems. Flexibility for microservices: The system can be extended to support microservice requests, should we want to adopt more modular architectures in the future. Clear communication flow: The system provides a well-structured way to securely exchange data between desktop and web ...
by Otto
Sat Apr 20, 2024 10:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 709

xbrowseWeb - Work in Progress

... in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse.

xbrowseWeb used as a file manager
xbrowseWeb to browse a DBF file
Have a nice weekend,

Otto


https ...
by Otto
Thu Jan 04, 2024 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 6
Views: 1442

Re: TCWeb - filemanager with mod harbour

... I of course have a good framework.

Here, without knowing ChatGPT, I was lucky. It is optimal for collaboration with ChatGPT.
My program is modular, so I can easily pass parts to ChatGPT and get help.
Nevertheless, in the end, I have the original HTML code.

How far have you already delved ...
by Otto
Tue Nov 28, 2023 8:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 755

Re: hash for storing variables

... Similarities with Object-Oriented Programming
The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and ...
by Otto
Wed Nov 15, 2023 7:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1980

Re: Help splitting up a character address string

... makes your code more organized and easier to maintain. Each function or module can be kept in separate files, making the codebase cleaner and more modular.



#include "fivewin.ch"

function main

// Example usage
LOCAL aAddressParts
aAddressParts := SplitAddress("258 Shoreline Drive, Columbia, SC ...