diff --git a/_notebooks/Foundation/github_pages_intro.ipynb b/_notebooks/Foundation/github_pages_intro.ipynb new file mode 100644 index 000000000..b84725596 --- /dev/null +++ b/_notebooks/Foundation/github_pages_intro.ipynb @@ -0,0 +1,66 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "9437a441", + "metadata": {}, + "source": [ + "---\n", + "permalink: /github/pages/intro\n", + "title: GitHub Pages Intro\n", + "description: A key to learning GitHub Pages.\n", + "toc: true\n", + "---" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "01896268", + "metadata": { + "vscode": { + "languageId": "plaintext" + } + }, + "outputs": [], + "source": [ + "print(\"Why did the programmer quit his job? Because he didn't get arrays!\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e795ee7d", + "metadata": { + "vscode": { + "languageId": "plaintext" + } + }, + "outputs": [], + "source": [ + "print(\"Why do programmers prefer dark mode? Because the light attracts bugs!\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "55a18ef4", + "metadata": { + "vscode": { + "languageId": "plaintext" + } + }, + "outputs": [], + "source": [ + "print(\"What computer sings the best? A Dell!)" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/hacks/blackjack.md b/hacks/blackjack.md new file mode 100644 index 000000000..09528a56b --- /dev/null +++ b/hacks/blackjack.md @@ -0,0 +1,207 @@ + \ No newline at end of file