Locate executable files for specific commands
A lightweight Node.js module to efficiently locate executable files across different platforms
Locate a program or locally installed node module's executable
[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/packag
Get the first fulfilled promise that satisfies the provided testing function
Get the first path that exists on disk of multiple paths
Get the line and column number of a specific character in a string
Find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box.
the complete solution for node.js command-line programs
Check if a file is executable
YAML 1.2 parser and serializer
A set of utils for faster development of GraphQL tools
Command-line interface for mermaid
Minimal module to check if a file is executable.
A pure JavaScript implementation of Sass.
Command-line tool to facilitate fetching an executable, caching it, and then running it.
YAML 1.2 parser and serializer
GitHub Copilot CLI executable for linux-x64
Cross-platform support for running Windows executables
API for working with Cloud Assemblies
Utilities for GraphQL documents.
This package defines functions to help apps support Wallets that implement the Wallet Standard.
This package defines functions and classes to help Wallets implement the Wallet Standard.
A special [AzCopy v10](https://github.com/Azure/azure-storage-azcopy) executable for Linux. This executable is dfferent than the typical version of AzCopy for Linux. This executable stores login secrets using the libsecret APIs.
Instruments all ActiveRecord callbacks and prints their execution order, source location, and timing to the terminal during development and test.
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
Locates a program file in the user's path. The which method takes a list of command names and searches the path for each executable file that would be run had these commands actually been invoked.
Options can be configured in a file config.yml located in the directory from where command is executed.
Provides a simple executable to drive a dzen2 (or similar) dock with a single YAML config file. Read +example.dock_driver.yml+ for more information about how to get started. It's located in this gem's data directory, which is usually: $GEM_HOME/gems/dock_driver-x.y.z/data/
Locates and loads config YAML files based on XDG standard with the encrypted secrets file kept separately. Includes useful rake tasks to make management easier. No code execution in config. Rails-independent. Gluten free.
Android utilities to be executed within the android root project following a standard structure (apk in bin folder etc...) From the root of your project where the AndroidManifest.xml is located, you can use the following asql => android sql utility amanage => managing APK/monkey etc...
Longleaf is a command-line tool which allows users to configure a set of storage locations and define custom sets of preservation services to run on their contents. These services are executed in response to applicable preservation events issued by clients. Its primary goal is to provide tools to create a simple and customizable preservation environment.
Configures Rails to load credentials master and environment key files from an out-of-band location (XDG on Linux/macOS, AppData on Windows) instead of the project directory. This reduces the risk of key exposure from tooling that reads or executes within your repo, including modern AI assistants and agentic tools.
This is a TeX-to-HTML+MathML+CSS converter class using the Javascript-based KaTeX, interpreted by one of the Javascript engines supported by ExecJS. The intended purpose is to eliminate the need for math-rendering Javascript in the client's HTML browser. Therefore the name: SsKaTeX means Server-side KaTeX. Javascript execution context initialization can be done once and then reused for formula renderings with the same general configuration. As a result, the performance is reasonable. The configuration supports arbitrary locations of the external file katex.min.js as well as custom Javascript for pre- and postprocessing. For that reason, the configuration must not be left to untrusted users.
Scriptor is a Rails Engine that allows you to manage and execute Ruby scripts located in the `script` folder directly from a web interface. This gem is designed for developers who want an intuitive way to trigger and monitor scripts without needing to access the command line. Key Features: - Run Ruby scripts with dynamic arguments via a browser-based UI. - Preview script execution commands before running them. - Capture and display script output in real-time. - Simple integration into existing Rails applications.
Debuggers are great! They help us troubleshoot complicated programming problems by inspecting values produced by code, line by line. They are invaluable when trying to understand what is going on in a large application composed of thousands or millions of lines of code. In day-to-day test-driven development and simple debugging though, a puts statement can be a lot quicker in revealing what is going on than halting execution completely just to inspect a single value or a few. This is certainly true when writing the simplest possible code that could possibly work, and running a test every few seconds or minutes. Problem is you need to locate puts statements in large output logs, know which file names, line numbers, classes, and methods contained the puts statements, find out what variable names are being printed, and see nicely formatted output. Enter puts_debuggerer. A guilt-free puts debugging Ruby gem FTW that prints file names, line numbers, class names, method names, and code statements; and formats output nicely courtesy of awesome_print. Partially inspired by this blog post: https://tenderlovemaking.com/2016/02/05/i-am-a-puts-debuggerer.html (Credit to Tenderlove.)
No description provided.
No description provided.