Posts

Showing posts from April, 2021

Tadukoo View Alpha v.0.3.2 Release

 Tadukoo View Alpha v.0.3.2 was released today . Tadukoo View is a collection of view utilities. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo View, check out its project page . For Javadocs for Tadukoo View, visit this page . Tadukoo View has the following modules: Tadukoo View - A collection of utilities for basic View stuff, and contains code to make it easier to customize fonts, paints, etc. Tadukoo Components - A collection of components that are more customizable than Java's default versions Tadukoo Form - Makes it easy to setup Forms with various fields Tadukoo Look & Feel - allows you to customize the look & feel of view components more easily than the default Java look & feels allow for Changes Tadukoo Util updated to Alpha v.0.4 Updated to Java 16

Tadukoo GitHub Alpha v.0.1.1 Release

 Tadukoo GitHub Alpha v.0.1.1 was released today . Tadukoo GitHub is a collection of libraries for interacting with GitHub's web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo GitHub, check out its project page . For Javadocs for Tadukoo GitHub, visit this page . The following modules are in Tadukoo GitHub: Tadukoo GitHub - used to interact with GitHub's REST API

Tadukoo Web Services Alpha v.0.1.1 Release

 Tadukoo Web Services Alpha v.0.1.1 was released today . Tadukoo Web Services is a collection of libraries for interacting with web services. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Web Services, check out its project page . For Javadocs for Tadukoo Web Services, visit this page . The following modules are in Tadukoo Web Services: Tadukoo REST - used to interact with REST APIs Changes Updated to Java 16 Updated to Tadukoo Parsing Alpha v.0.3

Tadukoo Parsing Alpha v.0.3 Release

 Tadukoo Parsing Alpha v.0.3 was released today . Tadukoo Parsing is a collection of useful utilities for parsing different formats. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Parsing, check out its project page . For Javadocs for Tadukoo Parsing, visit this page . The following modules are in Tadukoo Parsing: Tadukoo Parsing - basic parsing utilities to be used in the other modules Tadukoo JSON - which has code for parsing JSON Tadukoo Java - which has code for generating Java code Tadukoo File Format - which is unfinished custom file parsing Changes Tadukoo Parsing Moved TadFormatRegexConverter here (from Tadukoo File Format) Tadukoo File Format Made various improvements and added JUnit testing Technical/Other Tadukoo Util updated to Alpha v.0.4 Updated to Java 16

Tadukoo Util Alpha v.0.4 Release

 Tadukoo Util Alpha v.0.4 was released today . Tadukoo Util is a collection of useful utilities for any project. It's released under the MIT license so it's very free for anyone to use for their projects. For more information about Tadukoo Util, check out its project page . For Javadocs for Tadukoo Util, visit this page . Tadukoo Util contains the following modules: Tadukoo Lang - provides common basic utilities such as StringUtil and Tuples Tadukoo Functions - provides ThrowingFunctions, ThrowingPredicates, etc. for better use than Java's non-throwing versions Tadukoo Util - provides common utilities that are more advanced, such as MultiMap, ManyToManyMap, and pojo classes Changes Tadukoo Util Dictionary Created Dictionary, an interface used for storing and retrieving valid words. Also created AbstractDictionary and several implementations for the Standard Charsets. Technical/Other Updated to Java 16