Skip to content

Instantly share code, notes, and snippets.

View katrinafyi's full-sized avatar
🚲

Kait Lam katrinafyi

🚲
  • Australia
  • 08:24 (UTC +10:00)
View GitHub Profile
@katrinafyi
katrinafyi / OWAComposeUrls.md
Last active February 7, 2024 00:43 — forked from miwebguy/OWAComposeUrls.md
URLs for linking to specific tasks in Outlook Web Access (deeplinks)

Outlook Web Access Compose Urls

blogs.msdn.microsoft.com/carloshm/2016/01/16/how-to-compose-a-new-message-or-event-and-populate-fields-in-office365/

Compose New Message (Mail): (updated 2021)

https://outlook.office.com/mail/deeplink/compose

Compose Mail Parameters

@katrinafyi
katrinafyi / listings.tex
Created April 4, 2020 02:10 — forked from FelipeCortez/listings.tex
LaTeX pretty listings
\usepackage{listings}
\usepackage{lstautogobble} % Fix relative indenting
\usepackage{color} % Code coloring
\definecolor{bluekeywords}{rgb}{0.13, 0.13, 1}
\definecolor{greencomments}{rgb}{0, 0.5, 0}
\definecolor{redstrings}{rgb}{0.9, 0, 0}
\definecolor{graynumbers}{rgb}{0.5, 0.5, 0.5}
\usepackage{listings}