Programming Utilities

Command directory for Programming tools and utilities.

$
Sort:
Popularity
Popularity
Popularity
A-Z
E
1

editor

Fisher is a plugin manager for Fish shell that streamlines the process of editing configurations and installing plugins seamlessly into the Fish environment.

Programming
E
1

else

This command references the 'else' statement, a fundamental control structure used in most programming languages to provide alternative execution paths.

Programming
E
1

esac

Bash keyword to terminate case statements.

Programming
E
1

esc-i

Insert mode allows for the direct editing of text, enabling user input in Neovim.

Programming
E
1

esc-search_pattern-enter

Searching within Neovim documents assists in quickly locating necessary information for editing tasks.

Programming
E
1

esc-u

Vim's undo functionality operates in Normal mode, allowing for efficient retrieval of previously made edits, supporting agile coding practices.

Programming
E
1

esc-y-y-d-d

Copying or cutting lines allows for easy manipulation of text within Neovim, facilitating efficient edits.

Programming
E
1

example

Shows example outputs based on Yacas functions in an active session.

Programming
E
1

execpod

Provides a mechanism for executing commands directly within a Kubernetes pod's container environment, facilitating real-time troubleshooting.

Programming
F
1

function

Shell scripting allows for efficient execution of repetitive tasks through function definitions.

Programming
G
1

google-chrome

Google Chrome is an open-source web browser developed by Google, primarily focused on speed and security.

Programming
H
1

hoogle

Hoogle is a Haskell API search engine, allowing for efficient identifier discovery and documentation.

Programming
I
1

i

Insert mode enables direct text input within editors.

Programming
I
1

ifs

The Internal Field Separator (IFS) is a special variable in Bash used to determine how Bash splits a string into separate arguments.

Programming
I
1

integrate-x-cos-x

Allows execution of Yacas statements within an active session.

Programming
I
1

invoke-binary

Invokes a specified executable from a designated directory, requiring correct execution environment and permissions.

Programming
I
1

irb

irb launches an interactive Ruby shell for real-time coding and testing.

Programming
K
1

k3s-uninstall.sh

The uninstall script removes K3s and any components associated with the installation, ensuring no remnants.

Programming
L
1

load

Load firmware onto an embedded device.

Programming
M
1

mapfile

The 'mapfile' command reads lines from a file into an array variable.

Programming
M
1

mpicxx

mpicxx is a wrapper for the C++ compiler provided by MPICH, enabling C++ MPI application development and compilation.

Programming
P
1

path-to-script.sh

Shell scripts are scripts written to be run in shell environments, executing a series of commands in sequence.

Programming
R
1

random-4096

`random-4096` serves as a mechanism for adding conditional logic to fetch randomized data selectively.

Programming
R
1

rerun

This command enables the rerunning of commands based on history within the ptghci environment.

Programming
S
1

s---shell

Allows root shell access while retaining the invoking user's environment, essential for certain operations that depend on specific configurations.

Programming
S
1

s-foo-enter-c-bar-esc

Replacement commands allow bulk editing within documents.

Programming
S
1

script.ps1

Executes a PowerShell script located in the user's scripts directory, requiring set execution policies for operation.

Programming
S
1

shell_command

Run any shell command from within Radare2, allowing interaction with the operating system directly from the debugging context.

Programming
S
1

sindresorhus

Sindresorhus CLI offers an interactive command-line interface for rapid development tasks.

Programming
S
1

space-arrowup

The space-arrowup command utilizes keybindings for Tetris piece rotation, enabling players to enhance their gameplay strategy effectively.

Programming
S
1

speedcrunch

SpeedCrunch is an advanced scientific calculator with a user-friendly interface.

Programming
S
1

st-util

GDB server for ST-Link devices.

Programming
S
1

style

The 'style' command is utilized to modify the syntax highlighting scheme of the PTGHCi REPL to aid in clarity during code evaluation, especially useful during debugging sessions.

Programming
T
1

t-n

Sets the Internal Field Separator (IFS) to its default setting of whitespace including space, tab, and newline.

Programming
T
1

typeset

The 'typeset' command is used in shell scripting to define variable attributes, enhancing scope and type safety.

Programming
U
1

unhash

The `unhash` command allows shell users to restore original command functionality, effectively managing function overrides in scripts or interactive sessions.

Programming
V
1

venv

Venv is a module to create lightweight virtual environments for Python projects.

Programming
W
1

world

Applies regular expression pattern matching to identify strings concluding a line.

Programming
Z
1

z-a

Vimdiff supports folding functionalities, optimizing code readability through selective visibility management, instrumental in code review processes.

Programming
E
0

exit-quit-logout-q

A set of commands to terminate a session with the Arthas client when debugging Java applications.

Programming