All Projects → omnifaces → Omniutils

omnifaces / Omniutils

Licence: other
A utility library for Java SE

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Omniutils

Hidden
An ultra-light MacOS utility that helps hide menu bar icons
Stars: ✭ 5,108 (+39192.31%)
Mutual labels:  utilities
Ethereumjs Util
Project is in active development and has been moved to the EthereumJS monorepo.
Stars: ✭ 534 (+4007.69%)
Mutual labels:  utilities
Utils
A collection of useful PHP functions, mini classes and snippets that you need and can use every day.
Stars: ✭ 750 (+5669.23%)
Mutual labels:  utilities
Opensource
Delivering delightful digital solutions. Open Source packages with combined ~85M/month downloads, semantically versioned following @conventional-commits. Fully powered by Jest, @Babel TypeScript, @Airbnb @ESLint + @Prettier, @YarnPKG + @Lerna independent versioning, GH @Actions & automated dep updates with @RenovateBot.
Stars: ✭ 459 (+3430.77%)
Mutual labels:  utilities
Airshare
Cross-platform content sharing in a local network
Stars: ✭ 497 (+3723.08%)
Mutual labels:  utilities
Ubelt
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!
Stars: ✭ 561 (+4215.38%)
Mutual labels:  utilities
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (+3069.23%)
Mutual labels:  utilities
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-61.54%)
Mutual labels:  utilities
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+37484.62%)
Mutual labels:  utilities
Lain
Awesome WM complements
Stars: ✭ 716 (+5407.69%)
Mutual labels:  utilities
Bottomline
A full-on PHP manipulation utility-belt that provides support for the usual functional. 📦
Stars: ✭ 462 (+3453.85%)
Mutual labels:  utilities
Type Fest
A collection of essential TypeScript types
Stars: ✭ 6,623 (+50846.15%)
Mutual labels:  utilities
Boltons
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
Stars: ✭ 5,671 (+43523.08%)
Mutual labels:  utilities
Hulk
HULK DoS tool ported to Go with some additional features.
Stars: ✭ 427 (+3184.62%)
Mutual labels:  utilities
Styled Tools
Useful interpolated functions for CSS-in-JS
Stars: ✭ 761 (+5753.85%)
Mutual labels:  utilities
Yaspin
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Stars: ✭ 413 (+3076.92%)
Mutual labels:  utilities
Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+4130.77%)
Mutual labels:  utilities
Isomorph
Shared utilities for browsers and Node.js
Stars: ✭ 9 (-30.77%)
Mutual labels:  utilities
Sysadmin Util
Tools for Linux/Unix sysadmins.
Stars: ✭ 761 (+5753.85%)
Mutual labels:  utilities
Date Fns
⏳ Modern JavaScript date utility library ⌛️
Stars: ✭ 27,650 (+212592.31%)
Mutual labels:  utilities

Maven Javadoc Travis License

OmniFaces Utils

A utility library for Java SE.

OmniUtils is a set of Java SE libraries that includes JDK 8 collectors for working with streams (such as ForEachBatchCollector and ReversedStreamCollector), functional-like predicates (such as isAnyEmpty, isOneOf, and coalesce), reflection tools (such as findField, listAnnotatedFields, and closestMatchingMethod), security functions (such as getCertificateChainFromServer and generateRandomRSAKeys), image tools (such as cropImage, toJpg, toPng and progressiveBilinearDownscale) and much more!

Install

Maven users can add OmniFaces by adding the following Maven coordinates to the pom.xml of a project:

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>omniutils</artifactId>
    <version>0.10</version>
</dependency>

Notes

OmniUtils is still in its early stages of development

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].