Skip to content

DiegoCico/diego.tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diego.tools

A collection of utility classes designed to simplify common programming tasks. These tools are geared towards streamlining workflows for beginners and experienced developers alike.

Features

  • 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.

Class Descriptions

  • 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.

Installation

Clone the repository:

git clone https://github.com/DiegoCico/diego.tools.git
cd diego.tools

Compile the Java files:

javac *.java

Usage

After compiling the Java files, you can integrate these utilities into your projects by calling the respective methods provided in each class.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

DOCUMENTATION https://diegocico.github.io/tools.guide/

About

Introducing an innovative and user-friendly tool designed specifically for beginners in coding. This efficient solution simplifies complex coding concepts, making it an ideal starting point for those embarking on their programming journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages