All Projects → kocakosm → Pitaya

kocakosm / Pitaya

Licence: lgpl-3.0
A simple general-purpose utility library for Java 6+

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Pitaya

React Hooks Lib
A set of reusable React Hooks.
Stars: ✭ 460 (+1110.53%)
Mutual labels:  utils
Utils
A collection of useful PHP functions, mini classes and snippets that you need and can use every day.
Stars: ✭ 750 (+1873.68%)
Mutual labels:  utils
Androidutilcode
AndroidUtilCode 🔥 is a powerful & easy to use library for Android. This library encapsulates the functions that commonly used in Android development which have complete demo and unit test. By using it's encapsulated APIs, you can greatly improve the development efficiency. The program mainly consists of two modules which is utilcode, which is commonly used in development, and subutil which is rarely used in development, but the utils can be beneficial to simplify the main module. 🔥
Stars: ✭ 30,239 (+79476.32%)
Mutual labels:  utils
Macproject
这是一个用 Objective-C 写的 iOS 轻量级框架,旨在快速构建 iOS App,欢迎 Star
Stars: ✭ 544 (+1331.58%)
Mutual labels:  utils
Netutils Linux
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
Stars: ✭ 664 (+1647.37%)
Mutual labels:  utils
Mongodb Utils
MongoDB utils library for Node.js
Stars: ✭ 9 (-76.32%)
Mutual labels:  utils
React Element To Jsx String
Turn a ReactElement into the corresponding JSX string
Stars: ✭ 349 (+818.42%)
Mutual labels:  utils
Tina
a powerful android network library base on okhttp
Stars: ✭ 32 (-15.79%)
Mutual labels:  utils
Devutils
🔥 ( 持续更新,目前含 160+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
Stars: ✭ 680 (+1689.47%)
Mutual labels:  utils
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+18710.53%)
Mutual labels:  utils
Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (+1342.11%)
Mutual labels:  utils
Java Study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
Stars: ✭ 571 (+1402.63%)
Mutual labels:  utils
Lxd Functions
Simple script to mount LXD container and match host user with container user (uid/gid)
Stars: ✭ 11 (-71.05%)
Mutual labels:  utils
Ethereumjs Util
Project is in active development and has been moved to the EthereumJS monorepo.
Stars: ✭ 534 (+1305.26%)
Mutual labels:  utils
Dialogutil
common used dialog with material style ( in support v7),ios style,get top activity automatically, invoke everywhere (any thread , any window)
Stars: ✭ 948 (+2394.74%)
Mutual labels:  utils
Tailwind
🔥 A schematic that adds Tailwind CSS to Angular applications
Stars: ✭ 398 (+947.37%)
Mutual labels:  utils
Myjdbc Rainbow
jpa--轻量级orm模式对象与数据库映射api
Stars: ✭ 23 (-39.47%)
Mutual labels:  utils
Tools
C# 工具箱,提供Socket(TCP、UDP协议)、Redis、activemq、数据库访问等技术的封装实现
Stars: ✭ 34 (-10.53%)
Mutual labels:  utils
Apnsutil
APNSUtil is makes code simple using apple push notification service
Stars: ✭ 31 (-18.42%)
Mutual labels:  utils
Androidcommon
基于Android系统Api封装常用工具类
Stars: ✭ 870 (+2189.47%)
Mutual labels:  utils

Pitaya Build Coverage Version Javadocs License

A simple general-purpose utility library for Java 6+.

Getting started

Pitaya binaries are available from Maven central repositories. Download the latest JAR or get it directly from your favorite build tool:

Maven

  <dependency>
    <groupId>org.kocakosm</groupId>
    <artifactId>pitaya</artifactId>
    <version>0.4</version>
  </dependency>

Gradle

  compile 'org.kocakosm:pitaya:0.4'

Usage

Browse API docs for the most recent release.

Warnings

Pitaya is developed and tested exclusively with OpenJDK 7 on GNU/Linux systems. Some features may not work properly in other environments.

Pitaya is not designed to protect against a malicious caller. Don't use it for communication between trusted and untrusted code.

Contributing

If you would like to contribute code, fork the repository and send a pull request. When submitting code, please make sure to follow existing conventions and style in order to keep the code as readable as possible.

Reporting errors or possible improvements is also a great way to help. Be sure to not duplicate an existing issue by first browsing the issue tracker.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

See the GNU Lesser General Public License for more details.

Contact

If you have any question, feel free to send me an e-mail at kocakosm[@]gmail[dot]com or ping me on twitter.

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