Skip to content

Instantly share code, notes, and snippets.

@sfaut
sfaut / gist:a5a83571420f857906eb5e69c6401dfe
Created July 9, 2023 18:19 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@sfaut
sfaut / ANSI.md
Created February 3, 2023 21:39 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@sfaut
sfaut / zimbra-soap.txt
Created August 9, 2021 09:20 — forked from be1/zimbra-soap.txt
Zimbra 6.0.4 soap.txt file with json examples
REST URL for requesting content:
http://server/service/home/[˜][{username}]/[{folder}]?[{query-params}]
fmt={ics, csv, etc}
id={item-id}
imap_id={item-imap-id}
part={mime-part}
query={search-query}
types={types} // when searching
auth={auth-types}