Skip to content

Instantly share code, notes, and snippets.

View HASPIMA's full-sized avatar

Harrison Pinto HASPIMA

  • Universidad Nacional de Colombia
  • Bogotá, Colombia
  • 00:28 (UTC -05:00)
  • LinkedIn in/harrison-pinto
View GitHub Profile
@HASPIMA
HASPIMA / GitHubFlavoredMarkdown.md
Created May 16, 2025 17:28 — forked from Myndex/GitHubFlavoredMarkdown.md
GitHub Flavored Markdown Cheat Sheet

Unofficial Bash Strict Mode

Sometimes a programming language has a "strict mode" to restrict unsafe constructs. E.g., Perl has use strict, Javascript has "use strict", and Visual Basic has Option Strict. But what about bash? Well, bash doesn't have a strict mode as such, but it does have an unofficial strict mode:

set -euo pipefail

set -e

@HASPIMA
HASPIMA / ns3.md
Created December 3, 2024 02:38 — forked from SGman98/ns3.md

NS3 + opengym manual installation

references: ns3 ns3-gym

Run the one line command or follow the step by step guide

One line command