Running
Everything on SkillVeris tagged Running — collected across the glossary, study notes, blog, and cheat sheets.
35 resources across 2 libraries
Study Notes(34)
Creating and Running .bat Files
A practical guide to creating .bat files and running them correctly, including passing arguments.
What Is Silverlight?
An introduction to Microsoft Silverlight, the browser plugin that brought XAML-based UI and a sandboxed .NET runtime to rich internet applications from 2007 to…
.NET CLI Basics
How to use the dotnet command-line interface to scaffold, build, test, and publish .NET applications.
Jest in CI/CD Pipelines
How to configure Jest to run reliably, quickly, and with useful reporting inside continuous integration pipelines.
Running and Watching Tests
How to run Jest from the command line, use watch mode for fast feedback, and interpret coverage output.
Newman: Running Collections from the CLI
Newman is Postman's command-line collection runner, letting teams execute collections, generate reports, and fail builds without opening the Postman app.
Cypress in CI/CD Pipelines
Learn how to run Cypress tests reliably inside continuous integration pipelines, from headless execution to artifact collection and secret management.
Installing and Running Spark
How to install Apache Spark's prerequisites, run it locally for development, and choose the right cluster mode for production.
Running SQL Queries on DataFrames
Learn how to register DataFrames as temporary views and query them with standard SQL syntax, and how SQL and the DataFrame API interoperate under the hood.
The Spark SQL API
How Spark SQL lets you query DataFrames with standard SQL, compiling to the same Catalyst-optimized plan as the DataFrame API.
Installing and Running Flink
A practical guide to installing Apache Flink locally, starting a standalone cluster, and submitting your first job through the CLI and Web UI.
Running Jobs on YARN
The end-to-end path of submitting, monitoring, and debugging a job on a YARN-managed Hadoop cluster.
Airflow with Docker and Kubernetes
How Airflow runs in containerized environments — Docker Compose for local development, and KubernetesExecutor / KubernetesPodOperator for isolated, scalable pr…
Processes and Services
Learn how to inspect, start, stop, and control Windows processes and services using PowerShell's process and service management cmdlets.
Your First Fortran Program
A hands-on walkthrough of writing, compiling, and running a simple Fortran program, from source file to executable.
Your First Pascal Program
Write, compile, and run a simple Pascal program that reads user input and prints output, tying together everything from earlier topics.
Running sed Scripts
How to invoke sed from the command line and from script files, including the key options that control input, output, and multi-command execution.
Running AWK Scripts
There are several ways to run AWK: inline one-liners, program files with -f, and self-executing scripts with a shebang. Knowing each lets you scale from a quic…
Installing Tcl and Running Scripts
How to install Tcl/Tk on Linux, macOS, and Windows, verify the installation, and run scripts using tclsh and wish.
Installing MATLAB and the IDE
How to obtain a MATLAB license, install it on Windows, macOS, or Linux, and navigate the desktop IDE's core panels.
Julia and Jupyter Notebooks
How to run Julia in Jupyter via IJulia, and how Pluto.jl offers a reactive, reproducible alternative notebook experience built specifically for Julia.
Your First Julia Script
How to write, structure, and run a complete Julia script — from functions and control flow to I/O and the standalone-vs-library entry-point convention.
Your First Dart Program
Write, structure, and run a minimal Dart program from the command line, understand the required main() entry point, and try Dart instantly in the browser with…
Your First Lua Script
Write, run, and structure a small real Lua script, covering command-line execution, comments, print, and basic input.
Showing 24 of 34.