#
utility
Here are 6,161 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
github
python
git
windows
macos
linux
shell
cli
github-enterprise
github-api
client
utility
development
programming
terminal
utilities
command-line
developer-tools
cli-app
github-client
-
Updated
Jan 28, 2021 - Python
Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library
-
Updated
Aug 10, 2021 - CSS
A supercharged AWS command line interface (CLI).
python
windows
macos
linux
shell
cli
client
aws
utility
development
cloud
programming
terminal
utilities
aws-cli
cloud-management
developer-tools
-
Updated
Nov 8, 2021 - 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
Oct 30, 2021 - Objective-C
Various helper class
javascript
pdf
utility
helper
tool
help
page
net
common
npoi
chm
sqlhelper
excelhelpers
httphelper
cookiehelper
sessionhelper
jsonhelper
xmlhelper
regexhelper
mongodbhelper
-
Updated
Jun 30, 2020 - C#
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
python
windows
macos
linux
shell
cli
client
utility
programming
terminal
hacker-news
utilities
developer-tools
hacker-news-reader
hacker-news-client
-
Updated
Dec 23, 2020 - Python
utility
typescript
types
typescript-library
dynamic-types
safety
type-safety
type-checking
type-utilities
-
Updated
Oct 16, 2021 - TypeScript
A full-featured utility for managing Windows Subsystem for Linux (WSL)
-
Updated
Jul 9, 2021 - C++
A PHP framework for console artisans
shell
cli
console
php
application
utility
laravel
performance
composer
framework
terminal
symfony
command-line
tool
micro-framework
standalone
console-application
illuminate
hacktoberfest
laravel-zero
-
Updated
Oct 14, 2021 - PHP
technopagan
commented
Aug 31, 2020
When trying to diff an HTML file, Graphtage throws an error when encountering e.g.:
<meta name=foo
because it expects quoted attributes like so:
<meta name="foo"
However, the first variant without quotes is perfectly valid HTML and should not prevent Graphtage from diffing the file.
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
go
cli
golang
chart
utility
terminal
charting-library
command-line
graph
plot
golang-library
command-line-tool
hacktoberfest
ascii-chart
line-chart
asciigraph
hacktoberfest2021
-
Updated
Oct 8, 2021 - Go
A command-line interface to Spotify.
-
Updated
May 14, 2021 - Shell
Make your React Components aware of their width and height!
-
Updated
Sep 21, 2021 - JavaScript
Easy-to-use CUI for fixing git conflicts
-
Updated
Oct 9, 2019 - Go
Snoop - The WPF Spy Utility
-
Updated
Nov 10, 2021 - C#
Vue / Vuex plugin providing a unified path syntax to Vuex stores
-
Updated
Sep 21, 2021 - JavaScript
Command prefixing for continuous workflow using a single tool.
-
Updated
May 10, 2020 - Shell
Infinite Scroll Directive for Angular
-
Updated
Oct 26, 2021 - TypeScript
Improve this page
Add a description, image, and links to the utility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the utility topic, visit your repo's landing page and select "manage topics."
Hello,
I am working with the
ZkAsyncSemaphore
under 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
safeCreate
within the semaphore that is meant to create the