Skip to content
forked from evening-hs/Matest

Una sencilla aplicación en Java diseñada para practicar hacer operaciones matemáticas rápidamente.

Notifications You must be signed in to change notification settings

mickpires/Matest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matest

Una sencilla aplicación en Java diseñada para desarrollar la habilidad de resolver operaciones matemáticas básicas rápidamente.

Disponible en Español e Inglés, para agregar más idiomas modificar el archivo src/matest/Lenguaje.java

A simple Java application designed to develop skills in solving basic math operations fast.

Available in Spanish and English, to add more languages edit the file src/matest/Lenguaje.java

Español

Esta aplicación permite practicar sumas, restas, multiplicaciones, divisiones y porcentajes.

Los test pueden ser por tiempo o por cantidad de ejercicios, también se puede elegir la cantidad máxima de digitos en cada cifra, y la cantidad de sumandos o multiplicandos.

Proximamente la aplicación será capaz de guardar un historial con los resultados obtenidos en los tests.

El código fuente tiene el formato de un proyecto de Netbeans, entonces puede ser facilmente modificada usando Netbeans.

Como usar

Descargar el archivo dist/matest.jar y ejecutarlo. Es necesario tener instalado Java. Esta aplicación fue probada en openjdk 16.

La aplicación está diseñada para tomar el tema de GTK+ en sistemas Linux, en caso de correrla en otro sistema operativo tomará el tema "nimbus".

English

This application helps to practice addition, substraction, multiplication, division and percentage.

The test can be by time limit of by amount of exercises, the max amount of digits by number and the amount of addends or miltiplicands can be choosen.

In the future the application will save a history of the results obtained in the tests.

The source code has the format of a Netbeans project, so it can be easily modified using Netbeans.

How to use

Download the file dist/matest.jar and execute it. It is needed to have installed Java previously. This application was proved in openjdk 16.

The app is designed to take the GTK+ theme in Linux systems, in case of running it in other OS it will take the "nimbus" theme.

About

Una sencilla aplicación en Java diseñada para practicar hacer operaciones matemáticas rápidamente.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%