Group: IntelliSrc
Sort:
popular
|
newest
1. Groovy Extend12 usages
com.intellisrc » groovy-extendGPL
Extension to Standard classes using groovy
Last Release on May 30, 2022
2. IntelliSrc Common Library : Core Module6 usages
com.intellisrc » coreGPL
Basic functionality that is usually needed in any project. For example, configuration, logging, executing commands, controlling services and displaying colors in console.
Last Release on Jul 23, 2022
3. IntelliSrc Common Library : Etc Module5 usages
com.intellisrc » etcGPL
Extra functionality which is usually very useful in any project. For example, monitoring Hardware, compressing or decompressing data, store data in memory cache, manage system configuration in a multithreading safe environment (BerkeleyDB or Redis), simple operations with bytes, etc.
Last Release on Jul 23, 2022
4. IntelliSrc Common Library : Crypt Module1 usages
com.intellisrc » cryptGPL
Offers methods to encode, decode, hash and encrypt information. It is built using the BouncyCastle library and simplifying its usage without reducing its safety.
Last Release on Jul 23, 2022
5. IntelliSrc Common Library : Net Module1 usages
com.intellisrc » netGPL
Classes related to networking. For example, sending emails through SMTP, connecting or creating TCP/UDP servers, getting network interfaces and perform netmask calculations, etc.
Last Release on Jul 23, 2022
6. Spark1 usages
com.intellisrc » spark-coreApache
A micro framework for creating web applications in Kotlin, Groovy and Java with minimal effort
Last Release on Aug 11, 2022
7. IntelliSrc Common Library : Img Module1 usages
com.intellisrc » imgGPL
Classes for using Images (BufferedImage, File, FrameShot) and non-opencv related code, trying to keep dependencies to a minimum. It also includes common geometric operations.
Last Release on Jul 23, 2022
8. IntelliSrc Common Library : Cv Module
com.intellisrc » cvGPL
Classes for Computer Vision (extension to OpenCV). Convert image formats, crop, rotate images or draw objects on top of them. It simplifies grabbing images from any video source.
Last Release on Jul 23, 2022
9. IntelliSrc Common Library : Web Module
com.intellisrc » webGPL
Create restful HTTP (GET, POST, PUT, DELETE, etc) or WebSocket application services. Manage JSON data from and to the server easily. It is build on top of Spark-Java Web Framework, so it is very flexible and powerful, but designed to be elegant and easier to use.
Last Release on Jul 23, 2022
10. IntelliSrc Common Library : Thread Module
com.intellisrc » threadGPL
Manage Tasks (Threads) with priority and watches its performance. You can create parallel processes easily, processes which are executed in an interval, as a service or after a specified amount of time. This module is very useful to help you to identify bottlenecks and to manage your main threads in a single place.
Last Release on Jul 23, 2022
11. IntelliSrc Common Library : Log Module
com.intellisrc » logGPL
SLF4J colorful logger with many options and easy to use.You can add customized loggers and personalize the way your logs look.
Last Release on Jul 23, 2022
12. IntelliSrc Common Library : Db Module
com.intellisrc » dbGPL
Manage databases as MySQL/MariaDB, SQLite, Postgresql, Oracle, SQLServer and more. Create, store and perform CRUD operations to data without having to use SQL (a light-weight implementation as alternative to Hibernate) or use the Fluid SQL builder.
Last Release on Jul 23, 2022
13. IntelliSrc Common Library : Term Module
com.intellisrc » termGPL
Anything related to terminal is in this module (except AnsiColor, which is in core). It uses JLine to help you create interactive terminal (console) applications easily. It also contains some tools to display progress with colors.
Last Release on Jul 23, 2022
14. IntelliSrc Common Library : Serial Module
com.intellisrc » serialGPL
Manage serial communication easily. It uses JSSC library on the background.
Last Release on Jul 23, 2022