8000 regex-tutorial/_layouts/tutorial.html at master · CoderDojoPotsdam/regex-tutorial · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"_layouts":{"items":[{"name":"tutorial.html","path":"_layouts/tutorial.html","contentType":"file"}],"totalCount":1},"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"_data","path":"_data","contentType":"directory"},{"name":"_layouts","path":"_layouts","contentType":"directory"},{"name":"css","path":"css","contentType":"directory"},{"name":"de","path":"de","contentType":"directory"},{"name":"en","path":"en","contentType":"directory"},{"name":"img","path":"img","contentType":"directory"},{"name":"js","path":"js","contentType":"directory"},{"name":"sv","path":"sv","contentType":"directory"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"404.html","path":"404.html","contentType":"file"},{"name":"Gemfile","path":"Gemfile","contentType":"file"},{"name":"Gemfile.lock","path":"Gemfile.lock","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"_config.yml","path":"_config.yml","contentType":"file"},{"name":"favicon.ico","path":"favicon.ico","contentType":"file"},{"name":"index.html","path":"index.html","contentType":"file"},{"name":"regex-tutorial.png","path":"regex-tutorial.png","contentType":"file"}],"totalCount":20}},"fileTreeProcessingTime":33.333254,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":87841150,"defaultBranch":"master","name":"regex-tutorial","ownerLogin":"CoderDojoPotsdam","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-04-10T17:58:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8578958?v=4","public":true,"private":false,"isOrgOwned":true},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1520522260.0","canEdit":false,"refType":"branch","currentOid":"d045118cf12fc21f16fe63a195321e60d3cdab1b"},"path":"_layouts/tutorial.html","currentUser":null,"blob":{"rawLines":["\u003c!DOCTYPE html\u003e","\u003chtml\u003e"," \u003chead\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/playfield.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/quiz.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/hint.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/cookies.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/requirements.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/compatibility.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/languages.js\"\u003e\u003c/script\u003e"," \u003cscript type=\"text/javascript\" async=\"\" src=\"../js/switch-language.js\"\u003e\u003c/script\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/tutorial.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/playfield.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/quiz.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/hint.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/progress.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/requirements.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/languages.css\" media=\"screen\"/\u003e"," \u003clink type=\"text/css\" rel=\"stylesheet\" href=\"../css/Ubuntu.css\" media=\"screen\"/\u003e"," \u003clink rel=\"shortcut icon\" href=\"../favicon.ico?v=2\" type=\"image/x-icon\"\u003e"," \u003cmeta charset=\"utf-8\"\u003e"," \u003ctitle\u003e{{ page.title | escape }} - {{ site.data.localization.title[page.lang] }}\u003c/title\u003e"," \u003cscript type=\"text/javascript\"\u003e"," var current_page_id = \"page-\" + {{ page.path | jsonify }};",""," var errorMessage = \"{{ site.data.localization.error.message[page.lang] }}\";"," var errorReferenceWrong = \"{{ site.data.localization.error.reference[page.lang] }}\";"," \u003c/script\u003e"," \u003cstyle\u003e"," .clicked .toggle-hint:before {"," content: \"{{ site.data.localization.hint.shown[page.lang] }}\";"," }",""," .secret .toggle-hint:before {"," content: \"{{ site.data.localization.hint.hidden[page.lang] }}\";"," }",""," .playfield.verbose .incompletematch.ok:after {"," content: \"{{ site.data.localization.match.matchedIncompletely[page.lang] }}\";"," }",""," .playfield.verbose .incompletematch.fail:after {"," content: \"{{ site.data.localization.match.shouldNotMatch[page.lang] }}\";"," }",""," .playfield.verbose .match.ok:after {"," content: \"{{ site.data.localization.match.matched[page.lang] }}\";"," }",""," .playfield.verbose .match.fail:after {"," content: \"{{ site.data.localization.match.shouldNotMatch[page.lang] }}\";"," }",""," .playfield.verbose .nomatch.ok:after {"," content: \"{{ site.data.localization.match.shouldMatch[page.lang] }}\";"," }",""," .playfield.verbose .nomatch.fail:after {"," content: \"{{ site.data.localization.match.noMatch[page.lang] }}\";"," }",""," .quiz .expression:before {"," content: \"{{ site.data.localization.quiz.before[page.lang] }}\";"," }",""," .quiz .expression:after {"," content: \"{{ site.data.localization.quiz.after[page.lang] }}\";"," }",""," .quiz .button-ok:before {"," content: \"{{ site.data.localization.quiz.yes[page.lang] }}\";"," }",""," .quiz .button-fail:before {"," content: \"{{ site.data.localization.quiz.no[page.lang] }}\";"," }"," \u003c/style\u003e"," \u003c/head\u003e"," \u003cbody\u003e"," \u003cheader\u003e"," \u003cdiv class=\"progress\"\u003e"," {%- assign same_topic_started = false %}"," {%- assign should_assign_next = false %}"," {%- assign has_next_page = false %}"," {%- assign step_index = 0 %}"," {%- assign next_page = nil %}"," {%- for p in site.pages %}"," {%- assign file_name = page.path | split: \"/\" %}"," {%- assign file_name = file_name[1] %}",""," {%- assign p_file_name = p.path | split: \"/\" %}"," {%- assign p_file_name = p_file_name[1] %}",""," {%- assign topic = file_name | split: \"-\" | first %}"," {%- assign p_topic = p_file_name | split: \"-\" | first %}",""," {%- if p.lang == page.lang %}"," {%- assign step_index = step_index | plus: 1 %}"," {%- if p_topic == topic and same_topic_started == false %}"," \u003cdiv class=\"same-topic\"\u003e"," {%- assign same_topic_started = true %}"," {%- endif %}"," {%- if p_topic != topic and same_topic_started == true %}"," \u003c/div\u003e"," {%- assign same_topic_started = false %}"," {%- endif %}"," \u003ca id=\"page-{{ p.path }}\" class=\"step {% if page == p %}current{% endif %}\" href=\"..{{ p.url }}\"\u003e{%- if page == p %}{{ step_index }}{% endif %}\u003c/a\u003e"," {%- if should_assign_next %}"," {%- assign should_assign_next = false %}"," {%- assign has_next_page = true %}"," {%- assign next_page = p %}"," {%- endif %}"," {%- if page == p %}"," {%- assign should_assign_next = true %}"," {%- endif %}"," {%- endif %}"," {%- endfor %}"," {%- if same_topic_started %}"," \u003c/div\u003e"," {%- endif %}"," \u003c/div\u003e"," \u003ch2\u003e{{ page.title | escape }}\u003c/h2\u003e"," \u003c/header\u003e"," \u003cdiv class=\"main\"\u003e"," {{ content }}"," {%- if has_next_page %}"," \u003ca href=\"..{{ next_page.url }}\" class=\"next-page\"\u003e{{ site.data.localization.footer.nextStep[page.lang] }}\u003c/a\u003e"," {%- endif %}"," \u003c/div\u003e"," \u003cfooter\u003e"," \u003cdiv class=\"languageFooterMenu\" \u003e"," \u003cselect id=\"languageMenu\" onchange=\"changeLanguage()\"\u003e"," {%- assign languagesArray = 'English,Deutsch,Svenska' | split: ',' %}"," {%- for language in languagesArray %}"," {%- assign lang = language | slice: 0, 2 | downcase %}"," {%- if lang == page.lang %}"," \u003coption id=\"{{lang}}\" selected href=\"..{{page.url}}\"\u003e{{language}}\u003c/option\u003e"," {%- endif %}"," {%- if lang != page.lang %}"," \u003coption id=\"{{lang}}\" href=\"..{{page.url | replace: page.lang, lang}}\"\u003e{{language}}\u003c/option\u003e"," {%- endif %}"," {%- endfor %}"," \u003c/select\u003e"," \u003cscript\u003e",""," \u003c/script\u003e"," \u003c/div\u003e"," \u003cdiv class=\"links\"\u003e"," \u003ca href=\"{{ site.data.localization.github.edit }}/{{ page.path }}\"\u003e{{ site.data.localization.footer.edit[page.lang] }}\u003c/a\u003e"," \u003ca href=\"{{ site.data.localization.github.newIssue }}\"\u003e{{ site.data.localization.footer.newIssue[page.lang] }}\u003c/a\u003e"," \u003ca href=\"javascript:deleteCookies()\"\u003e{{ site.data.localization.footer.deleteCookies[page.lang] }}\u003c/a\u003e"," \u003ca href=\"{{ site.data.localization.github.view }}/{{ page.path }}\"\u003e{{ site.data.localization.footer.view[page.lang] }}\u003c/a\u003e"," \u003c/div\u003e"," \u003cdiv class=\"license\"\u003e"," \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e"," \u003cimg alt=\"Creative Commons Lizenzvertrag\" style=\"border-width:0\" src=\"../img/cc-by-sa.png\" /\u003e"," \u003c/a\u003e"," {{ site.data.localization.license[page.lang] }}"," {%- assign lowercase_content = content | downcase %}"," {%- if lowercase_content contains \"\u003cimg\" %}"," {{ site.data.localization.licenseImage[page.lang] }}"," {%- endif %}"," \u003c/div\u003e"," \u003c/footer\u003e"," \u003c/body\u003e","\u003c/html\u003e"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/CoderDojoPotsdam/regex-tutorial/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"tutorial.html","displayUrl":"https://github.com/CoderDojoPotsdam/regex-tutorial/blob/master/_layouts/tutorial.html?raw=true","headerInfo":{"blobSize":"6.92 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"d99e8fe","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2FCoderDojoPotsdam%2Fregex-tutorial%2Fblob%2Fmaster%2F_layouts%2Ftutorial.html","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"166","truncatedSloc":"150"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"HTML","languageID":146,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/CoderDojoPotsdam/regex-tutorial/blob/master/_layouts/tutorial.html","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/CoderDojoPotsdam/regex-tutorial/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/CoderDojoPotsdam/regex-tutorial/raw/refs/heads/master/_layouts/tutorial.html","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/CoderDojoPotsdam/regex-tutorial/branches":{"post":"7ET_D5IOmW3o6-tbW66GJcZtUvPmRUZZuUEqFXysfb4_HNmigRi6lZUsUfOrIwr1tVcvbsrbmjthPmqco0UstQ"},"/repos/preferences":{"post":"jOaxd-J0Q829oZFB1FvDGPqPsMhp8ohxHu6R4qnYPDWy_3Q-30XTNmkaEHdKiqhWKHgGWoH_1vIF67Gceoe3Fg"}}},"title":"regex-tutorial/_layouts/tutorial.html at master · CoderDojoPotsdam/regex-tutorial","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0