Utility Software
Utility software is software designed to help analyze, configure, optimize or maintain a computer. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users. However, utilities often form part of the application systems. For example, a batch job may run user-written code to update a database and may then include a step that runs a utility to back up the database, or a job may run a utility to compress a disk before copying files.
Here are 6,561 public repositories matching this topic...
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
-
Updated
Feb 22, 2022 - Python
Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library
-
Updated
Mar 2, 2022 - CSS
A supercharged AWS command line interface (CLI).
-
Updated
Jan 15, 2022 - Python
Get notified when a DOM element enters or exits the viewport.
-
Updated
Oct 27, 2019 - JavaScript
Prevents your Mac from going to sleep.
-
Updated
Apr 14, 2022 - Objective-C
Various helper class
-
Updated
Feb 1, 2022 - C#
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
-
Updated
Mar 29, 2022 - Python
-
Updated
Jan 8, 2022 - TypeScript
String manipulation helpers for javascript
-
Updated
Mar 22, 2022 - JavaScript
A full-featured utility for managing Windows Subsystem for Linux (WSL)
-
Updated
Feb 2, 2022 - C++
A PHP framework for console artisans
-
Updated
Mar 9, 2022 - PHP
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
-
Updated
Apr 12, 2022 - Go
A command-line interface to Spotify.
-
Updated
Mar 17, 2022 - Shell
Make your React Components aware of their width and height!
-
Updated
Apr 10, 2022 - JavaScript
Easy-to-use CUI for fixing git conflicts
-
Updated
Oct 9, 2019 - Go
Snoop - The WPF Spy Utility
-
Updated
Apr 16, 2022 - C#
Vue / Vuex plugin providing a unified path syntax to Vuex stores
-
Updated
Mar 20, 2022 - JavaScript
A utility library for JavaScript and TypeScript.
-
Updated
Apr 12, 2022 - TypeScript
Command prefixing for continuous workflow using a single tool.
-
Updated
May 10, 2020 - Shell
Mac Mouse Fix - A simple way to make your mouse better.
-
Updated
Apr 2, 2022 - Objective-C
- Wikipedia
- Wikipedia


Hello,
I am working with the
ZkAsyncSemaphoreunder zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to do this? I found one in the commons library but it uses an older client.EDIT:
Upon investigation, it seems that there is a function
safeCreatewithin the semaphore that is meant to create the