Skip to content

Instantly share code, notes, and snippets.

View zheqd's full-sized avatar
🎮

Evgeniy Oktyabrskiy zheqd

🎮
  • Cloudblue
  • Sofia
  • 16:16 (UTC +02:00)
View GitHub Profile
@gaspardpetit
gaspardpetit / plantuml-doc-202503.md
Last active February 13, 2026 09:22
PlantUML (2025.3) Documentation

PlantUML usage guide

Applicable version: this documentation is based on PlantUML 1.2025.3 (June 2025), which introduces new syntaxes (notably CSS-style styling) and removes some legacy commands.

PlantUML is a text‑based language for creating both UML and non‑UML diagrams. Every diagram starts with @start… and ends with @end…. The type of diagram is defined in the start tag (uml, mindmap, nwdiag, etc.). Comments are written with // or /'…'/. The title, header, footer, legend and caption directives are common to all diagrams and add contextual information.

1 General principles

1.1 Start and end tags

@halyph
halyph / .bash_profile
Created July 27, 2016 09:30 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management