Move warm-ups

This commit is contained in:
Mark 2025-01-21 17:02:42 -08:00
parent 66134c0cfc
commit b1b98ecd73
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
49 changed files with 135 additions and 16 deletions

View File

@ -0,0 +1,6 @@
[metadata]
title = "A Familiar Concept"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Adders"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Big-Tac-Toe"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Electrician's Warm-Up"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Flip-Flops"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Fuse Timers"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Gallery"
[publish]
handout = true
solutions = true

View File

@ -16,8 +16,6 @@
\subtitle{Prepared by Mark on \today}
% Source: Khan LSAT prep
\begin{document}
\maketitle

View File

@ -0,0 +1,6 @@
[metadata]
title = "Jump Chess"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Mario Kart"
[publish]
handout = true
solutions = true

View File

@ -39,7 +39,7 @@
}
}
\title{Warm Up: Odd dice}
\title{Warm Up: Odd Dice}
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today}

View File

@ -0,0 +1,6 @@
[metadata]
title = "Odd Dice"
[publish]
handout = true
solutions = true

View File

@ -5,7 +5,7 @@
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\title{Warm-Up: Painting}
\title{Warm-Up: The Painting}
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today.}
@ -25,8 +25,6 @@
\begin{center}
\begin{tikzpicture}[scale=2.0]
\draw[line width = 0.5mm]
(0, 1) --
(2, 1) --
@ -62,8 +60,6 @@
\fill[color=white] (0.66, 0.66) circle[radius = 0.8mm];
\draw (0.66, 0.66) circle[radius = 0.8mm];
\end{tikzpicture}
\end{center}

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Painting"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Partition Products"
[publish]
handout = true
solutions = true

View File

@ -7,7 +7,7 @@
\usepackage{graphicx}
\title{Warm-Up: Passing balls}
\title{Warm-Up: Passing Balls}
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today}

View File

@ -0,0 +1,6 @@
[metadata]
title = "Passing Balls"
[publish]
handout = true
solutions = true

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,6 @@
[metadata]
title = "Prime Factors"
[publish]
handout = true
solutions = false

View File

@ -8,7 +8,6 @@
\usepackage{xcolor}
\usepackage{soul}
\usepackage{hyperref}
\usepackage[T1]{fontenc} % Fixes texttt braces
\definecolor{Light}{gray}{.90}
\sethlcolor{Light}
@ -145,14 +144,8 @@
\item A sentence that does not start with a capital letter.
\end{enumerate}
\vfill
\problem{}
If you'd like to know more, check out \url{https://regexr.com}. It offers an interactive regex prompt, as well as a cheatsheet that explains every other regex token there is. \par
You will find a nice set of challenges at \url{https://alf.nu/RegexGolf}.

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Regex Warm-Up"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Rootbound"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Sysadmin's Warm-Up"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Travellers"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "What's an AST?"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Wild Tic-Tac-Toe"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Zeno's Furniture"
[publish]
handout = true
solutions = true

6
Warm-Ups/fmod/meta.toml Normal file
View File

@ -0,0 +1,6 @@
[metadata]
title = "fmod"
[publish]
handout = true
solutions = false

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB