A collection of utility classes designed to simplify common programming tasks. These tools are geared towards streamlining workflows for beginners and experienced developers alike.
- Utility functions for testing, input handling, rounding, string manipulation, and more.
- Includes various sorted classes with specific tasks like integer validation, array printing, and type conversions.
- Test.java: Provides basic testing functions.
- input.java: Manages input operations.
- isAlInteger.java: Validates if a value is an integer.
- linesToString.java: Converts multiple lines of input into a single string.
- print.java / println.java: Simplified print functions.
- printArray.java: Prints elements of an array.
- round.java: Contains functions for rounding numbers.
- runTest.java: Runs automated tests for your code.
- testSame.java: Compares two objects for equality.
- toInt.java: Converts different data types to integers.
Clone the repository:
git clone https://github.com/DiegoCico/diego.tools.git
cd diego.toolsCompile the Java files:
javac *.javaAfter compiling the Java files, you can integrate these utilities into your projects by calling the respective methods provided in each class.
This project is licensed under the MIT License. See the LICENSE file for more details.
DOCUMENTATION https://diegocico.github.io/tools.guide/