Stress Tests

Here lie regression tests for this site.

Bibliography Stress Test

(Goodfellow, Ian, 2016)

Read more >

Ox Hugo

Circle

Here’s a link to the Circle.

30(message "This is line 30")
31(message "This is line 31")
32(message "This is line 32")

#+BEGIN_COLLAPSE

git checkout

is deprecated.

git checkout --<file> will discard working tree changes.

recall that your working-tree is working-directory. similarly there is a staging area and a place to commit things.

finally, there is also the upstream repository that contains a copy of the code should shit go to fuck.

Read more >

M3 Shortcodes Stress Test

This page stress-tests all m3 shortcodes with nesting, markup, and edge cases.

Basic Shortcodes

Definition

Definition

A group is a set \(G\) together with a binary operation \(\cdot : G \times G \to G\) satisfying:

  1. Associativity: \((a \cdot b) \cdot c = a \cdot (b \cdot c)\)
  2. Identity: There exists \(e \in G\) such that \(e \cdot a = a \cdot e = a\)
  3. Inverses: For each \(a \in G\), there exists \(a^{-1}\) such that \(a \cdot a^{-1} = a^{-1} \cdot a = e\)

Theorem

Theorem

Lagrange’s Theorem: Let \(G\) be a finite group and \(H \leq G\) a subgroup. Then \(|H|\) divides \(|G|\).

Read more >