All Projects → at_tools → Similar Projects or Alternatives

168 Open source projects that are alternatives of or similar to at_tools

agon
🦉 my golang utilities, log json config and other
Stars: ✭ 12 (-45.45%)
Mutual labels:  utils, commons
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+100%)
Mutual labels:  utils
dd
This package will add the dd and dump helpers to your Phalcon application.
Stars: ✭ 17 (-22.73%)
Mutual labels:  utils
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (+9.09%)
Mutual labels:  utils
autils
Awesome frontend utils library
Stars: ✭ 17 (-22.73%)
Mutual labels:  utils
JavaInterview
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+713.64%)
Mutual labels:  utils
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (+18.18%)
Mutual labels:  utils
tdesign-common
TDesign style/utils shared by multiple frameworks repo.
Stars: ✭ 70 (+218.18%)
Mutual labels:  utils
borax
📓 Python3工具集合库——中国农历/中文数字/设计模式/树形结构
Stars: ✭ 57 (+159.09%)
Mutual labels:  utils
esa-commons
Common lib of ESA Stack.
Stars: ✭ 51 (+131.82%)
Mutual labels:  utils
spotify-tensorflow
Provides Spotify-specific TensorFlow helpers
Stars: ✭ 118 (+436.36%)
Mutual labels:  utils
commons-booking
Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
Stars: ✭ 24 (+9.09%)
Mutual labels:  commons
commons-ognl
Apache Commons OGNL
Stars: ✭ 65 (+195.45%)
Mutual labels:  commons
py-eth-sig-utils
Collection of python functions to generate hashes for signing on Ethereum
Stars: ✭ 18 (-18.18%)
Mutual labels:  utils
sagittarius
🎯 A set of javascript most used utils📑
Stars: ✭ 42 (+90.91%)
Mutual labels:  utils
monos
cocos (code commons) - auto-include quick-starter prelude & prolog
Stars: ✭ 54 (+145.45%)
Mutual labels:  commons
hey-utils
js-utils
Stars: ✭ 23 (+4.55%)
Mutual labels:  utils
sweekt
🍭 Some sugar to sweeten Kotlin development.
Stars: ✭ 35 (+59.09%)
Mutual labels:  utils
util-ts
Utils for mobile browsers, built with TypeScript
Stars: ✭ 23 (+4.55%)
Mutual labels:  utils
changelog-linker
[READ-ONLY] Make CHANGELOG.md Useful with Links
Stars: ✭ 81 (+268.18%)
Mutual labels:  utils
ThemeApplyTools
MIUI 无 root 主题工具
Stars: ✭ 31 (+40.91%)
Mutual labels:  utils
commons-jexl
Apache Commons Jexl
Stars: ✭ 136 (+518.18%)
Mutual labels:  commons
Log
Breaking android log word limits and automatically formatting json.
Stars: ✭ 14 (-36.36%)
Mutual labels:  utils
cmn-utils
公共函数&请求封装
Stars: ✭ 43 (+95.45%)
Mutual labels:  utils
HttpUrlConnectionUtilDemo
写小demo的时候,用Android成熟的网络框架有些大炮打蚊子,所以用最简单的方式写了一个网络工具类,注意,这个只是工具类...
Stars: ✭ 31 (+40.91%)
Mutual labels:  utils
anyangdp-frame
基于mybatis,springboot,tk.mybatis等框架二次开发,实现crud,controller,service,dao。
Stars: ✭ 16 (-27.27%)
Mutual labels:  utils
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-4.55%)
Mutual labels:  utils
onex-utils
Web business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (+4.55%)
Mutual labels:  utils
utils.js
Fast, small and purely functional utility library
Stars: ✭ 132 (+500%)
Mutual labels:  utils
purescript-ffi-utils
A utility library for the purescript foreign function interface
Stars: ✭ 22 (+0%)
Mutual labels:  utils
csa-misc-utils
Miscellaneous samples, documents, how-tos, utilities, scripts, and other CSA tidbits
Stars: ✭ 79 (+259.09%)
Mutual labels:  utils
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+386.36%)
Mutual labels:  utils
Y-BP
YFE Team 前端最佳实践
Stars: ✭ 28 (+27.27%)
Mutual labels:  utils
core
🔥 Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...
Stars: ✭ 24 (+9.09%)
Mutual labels:  utils
permissionUtil
Simple permission helper
Stars: ✭ 64 (+190.91%)
Mutual labels:  utils
CommonUtils
A collection of useful Android classes
Stars: ✭ 37 (+68.18%)
Mutual labels:  utils
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (+40.91%)
Mutual labels:  commons
Assembly-Lib
A 16-bits x86 DOS Assembly library that provides many useful functions for developing programs. It has both VGA grapics functions as well as general purpose utilities. The main purpose of this library was to be able to implement simple DOS games (in Assembly) using VGA (320x200, 256 colors) display.
Stars: ✭ 36 (+63.64%)
Mutual labels:  utils
util
封装了一些Java常用的功能
Stars: ✭ 19 (-13.64%)
Mutual labels:  utils
jPublic
在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管理完善工具库。
Stars: ✭ 39 (+77.27%)
Mutual labels:  utils
packetevents
PacketEvents is a powerful packet library. Our packet wrappers are efficient and easy to use. We support many protocol versions. (1.8+)
Stars: ✭ 235 (+968.18%)
Mutual labels:  utils
django-etc
Tiny stuff for Django that won't fit into separate apps.
Stars: ✭ 26 (+18.18%)
Mutual labels:  utils
table2ascii
Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord
Stars: ✭ 31 (+40.91%)
Mutual labels:  utils
ViseUtils
整理的系列基础工具类,包含辅助工具、加密解密、数据转换、IO操作、系统工具等。
Stars: ✭ 73 (+231.82%)
Mutual labels:  utils
lobase
Port of the OpenBSD userland to Linux.
Stars: ✭ 89 (+304.55%)
Mutual labels:  utils
clearbit-go
Go bindings for Clearbit
Stars: ✭ 12 (-45.45%)
Mutual labels:  utils
mmt
margins merkle tree | grass roots collective crypto speculation
Stars: ✭ 15 (-31.82%)
Mutual labels:  commons
geojson-python-utils
Python helper functions for manipulating GeoJSON
Stars: ✭ 86 (+290.91%)
Mutual labels:  utils
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+172.73%)
Mutual labels:  utils
silky-charts
A silky smooth D3/React library
Stars: ✭ 38 (+72.73%)
Mutual labels:  utils
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (-4.55%)
Mutual labels:  utils
aws-sdk-extra
The AWS SDK + a handful of extra convenience methods.
Stars: ✭ 18 (-18.18%)
Mutual labels:  utils
vue-functional-data-merge
Vue.js util for intelligently merging data passed to functional components.
Stars: ✭ 100 (+354.55%)
Mutual labels:  utils
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-36.36%)
Mutual labels:  utils
android-library
Android开发基础库
Stars: ✭ 14 (-36.36%)
Mutual labels:  utils
commonsbooking
CommonsBooking is an open source Wordpress plugin for sharing items with users. This is the NEW CommonsBooking (starting at version v2.0.0). Please install plugin via Wordpress plugin directory.
Stars: ✭ 24 (+9.09%)
Mutual labels:  commons
toxic-decorators
Library of Javascript decorators
Stars: ✭ 26 (+18.18%)
Mutual labels:  utils
dotty dict
Dictionary wrapper for quick access to deeply nested keys.
Stars: ✭ 67 (+204.55%)
Mutual labels:  utils
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (+27.27%)
Mutual labels:  utils
useful
🇨🇭 A collection of useful functions for working in Elixir
Stars: ✭ 21 (-4.55%)
Mutual labels:  utils
1-60 of 168 similar projects