Skip to content

Instantly share code, notes, and snippets.

#+BEGIN_SRC emacs-lisp :results output silent :exports none
(setq
org-latex-minted-options '(("breaklines" "true"))
org-latex-listings 'minted
org-latex-packages-alist '(("" "minted" "parskip" "hypersetup"))
org-latex-to-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")
org-latex-pdf-process org-latex-to-pdf-process)
function postMessageAndHashbang(obj) {
var msg = "";
if(typeof obj === "object" && obj.smsupsell.postmessagevalue != null) {
msg = obj.smsupsell.postmessagevalue;
} else {
msg = obj;
};
parent.postMessage(JSON.stringify({smsupsell: {postmessagevalue: msg}}), "*");
history.pushState({}, "", "#!"+msg);
window.location = window.location; //Don't ask…
v3

Have fun.

Seriously. We’re bringing people together. It’s meant to be enjoyable. Experiment. Make mistakes. Own our actions. Reflect. Grow. Reflect. Grow. Reflect. Grow. Repeat.

Put others first.

We know that if we have others’ backs first, others will have ours when we need it, so we keep the perspective long term and practice generosity, always.

Do it together.

We achieve more, grow more from perspective, remain more humble, come up with more creative ideas, and have more fun together than we do alone.

<html lang="en-US">
<head>
<title data-tag="to-do:completed">Notetags Examples</title>
<meta name="created" content="2014-10-17T00:00Z">
</head>
<body>
<h1 data-tag="important">Paragraphs with predefined Notetag</h1>
<p data-tag="to-do">Paragraph with Notetag to-do (data-tag="to-do")</p>
<p data-tag="important">Paragraph with Notetag important (data-tag="important")</p>
<p data-tag="question">Paragraph with Notetag question (data-tag="question")</p>
def headers
{
:'Authorization' => "Bearer tokenString"
}
end
def create_page(section_id)
html_part = <<-eos
<!DOCTYPE html>
<html>
def headers
{
:'Authorization' => "Bearer tokenString"
}
end
def create_page(section_id)
html_part = <<-eos
<!DOCTYPE html>
<html>
title author
Working with Apiary
Nick Barnwell <nib@microsoft.com>

From its inception the [OneNote API][dondc] team has been committed to delivering developers a modern, first-class developer experience. Ardent admirers of [Stripe][stripe], [Twilio][twilio], and [Akamai's][akamai-apiary] intuitive APIs and documentation we were keen to provide a similar experience when we launched our [completely redesigned developer portal][dondc]. Thus began

Don't want to read? Jump to the tl;dr.

Please Respond by Saturday (3/29)

TWS Project Structure

![Let’s get down to business][mulan-business].

TWS Platform Overview

(require 'package)
(add-to-list 'package-archives
'("marmalade" .
"http://marmalade-repo.org/packages/"))
(package-initialize)
(defvar my-packages '(clojure-mode
clojure-test-mode
paredit))
function! Viadict(word, thesaurus)
if !exists('g:viadict_window')
let g:viadict_window = bufnr('viadict_window', 1)
endif
if bufnr('%') != g:viadict_window
execute "below sb " . g:viadict_window
endif