#scripting

[ follow ]
fromBitcoin Magazine
1 month ago
SF politics

Bitcoin Covenants: CHECKSIGFROMSTACK (BIP 348)

CSFS is an important opcode that enhances Bitcoin's scripting capabilities, supporting more complex transaction implementations.
#command-line
fromPybites
3 months ago
JavaScript

Create Project-Less Python Utilities With Uv And Inline Script Metadata - Pybites

PEP 723 allows embedding metadata in Python scripts for improved tool integration, enhancing usability.
fromLogRocket Blog
1 month ago
Python

Bash vs. Zsh: Key differences and when to use each - LogRocket Blog

Bash prioritizes simplicity and portability, while Zsh focuses on customization and interactivity.
fromPybites
3 months ago
JavaScript

Create Project-Less Python Utilities With Uv And Inline Script Metadata - Pybites

PEP 723 allows embedding metadata in Python scripts for improved tool integration, enhancing usability.
fromLogRocket Blog
1 month ago
Python

Bash vs. Zsh: Key differences and when to use each - LogRocket Blog

Bash prioritizes simplicity and portability, while Zsh focuses on customization and interactivity.
more#command-line
#automation
more#automation
fromRaymondcamden
2 months ago
JavaScript

Building a File Search Script in BoxLang

The article discusses converting a Python search script into BoxLang for more efficient handling of Markdown files.
fromAlvinalexander
9 months ago
JavaScript

How to read Perl command-line arguments

Perl command line arguments are stored in the @ARGV array in Perl scripts.
Check the number of command-line arguments using $#ARGV + 1 and access them via $ARGV[0], $ARGV[1], etc.
[ Load more ]