Entradas

Mostrando las entradas con la etiqueta ejemplo arreglo bidimensional 4gl progress

Building the ATP Dashboard Tennis.com with Javascript

Imagen
Building the ATP Dashboard The goal of this project was to create a web page capable of displaying ATP rankings in a simple and visually appealing way. To accomplish this, I built a dashboard that retrieves data directly from Tennis API using JavaScript and the Fetch API. The application includes several useful features: ATP Top 3 players overview. Total number of players returned by the API. Dynamic player search. Interactive ATP ranking table. All information is loaded in real time and updated whenever the page is refreshed. You can try the live version of the dashboard here: ATP Tennis Dashboard Demo I also recorded a short video showing how to obtain an API Key through RapidAPI, explore the available endpoints, and test the dashboard: Watch the English Video Tutorial Download the Source Code If you'd like to experiment with the project or customize it for your own applications, the complete source code is available for download. The package includes: Co...

📌 Arreglos Dinámicos en Progress 4gl: Cómo Usarlos Eficientemente

Imagen
En el post de esta semana vamos a platicar de un ejemplo en lenguaje  Progress 4gl para hacer arreglos ( en mi caso solo vector que es un arreglo de solo una dimensión) dinámicas , cuando decimos que es dinámico es decir podemos definir de tamaño variable una matriz ( Algebra líneal ), quizá con una imagen sea más fácil de entenderlo Una Matriz Imagen de  http://solucioningenieril.com/algebra/introduccion_a_vectores_y_matrices Un Vector Imagen de  https://programacion1y2.wordpress.com/2015/03/11/algoritmos-vectores/ La ventaja de un arreglo dinámico es que si no sabes cual es el tamaño exacto de un vector para poder realizar un programa o una operación, lo mejor es para no utilizar memoria demás es definir un arreglo dinámico, en Java  por ejemplo son arreglos que van cambiando de tamaño con forme  se agregan elementos , la instrucción es  dynamic array . En Python  por ejemplo no definimos el tamaño de los vectores y matrices...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!