Skip to content

Commit

Permalink
Verschiedene Bälle, Hintergründe, Figuren
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoniefndg committed Aug 12, 2024
1 parent f562f86 commit 57818ba
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion uebungsanleitungen_liste/005BubbleSort/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\documentclass{article}

\usepackage[pdfauthor={CoderDojo Linz},
pdftitle={Feuerwerk in TypeScript}]
pdftitle={Bubble-sorter-in-Scratch}]
{hyperref}


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions uebungsanleitungen_liste/Bubble-Sort-TypeScript/main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
\documentclass{article}

\usepackage[pdfauthor={CoderDojo Linz},
pdftitle={Bubble Sorter in TypeScript}]
{hyperref}



\newcommand{\footertitle}{Bubble sorter in TypeScript}
\input{../../settings.tex}
\graphicspath{{images/}}

\begin{document}
\pagestyle{defaultpagestyle}

\SectionDesign{section}{24}{24}{\textbf{Bubble Sorter mit TypeScript}}
\vspace{1cm}

\ImageAndText{MainPic.png}{
\centering
Heute programmieren wir unseren Bubble-Sorter in Typescript! Hiermit kannst du gut in Textuelle Programmierung einsteigen.
}{0.6}{0.3}{16}{24}

\vspace{1cm}
\TextDesign{
Heute programmieren wir eine TypeScript Übung namens Bubble Sorter. Hierbei kannst du deine TypeScript Kenntnisse verbessern.}{0.6}{0.3}{16}{24}

\vspace{2cm}
\SectionDesign{subsection}{18}{24}{\textbf{Ziel der Übung}}
\vspace{0.5cm}

\TextDesign{
Heute wollen wir gemeinsam einen Bubble-Sorter in TypeScript programmieren. Hierbei geht es darum langsam in Textuelle Programmierung einzusteigen. Du solltest die Übung davor in Scratch gemacht haben! Gleich darunter findest du deinen Starter-Code}
\begin{itemize}
\item \url{https://stackblitz.com/edit/coderdojo-bubbles-cvzz1t?file=index.ts,helpers.ts}


\end{itemize}
\newpage


\vspace{0.5cm}


\end{document}

0 comments on commit 57818ba

Please sign in to comment.