#scripting

[ follow ]
fromBitcoin Magazine
3 weeks 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.
fromRealpython
3 months ago
Python

Ways to Start Interacting With Python - Real Python

Python can be interacted with through REPL, script files, and IDEs, catering to different learning and development needs.
fromInfoWorld
4 months ago
Java

Kotlin to lose scripting features

JetBrains is discontinuing certain Kotlin scripting technologies due to limited use and the availability of alternative, supported tools.
fromBeauty-of-imagination
6 months ago
Python

Writing an interactive tcl/tk interpreter proxy to wish in python

Integrating readline and multiprocessing into the wish interpreter improves user interactivity and enhances the Tcl/Tk scripting experience.
fromAlvinalexander
8 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 ]