-
Notifications
You must be signed in to change notification settings - Fork 17
Added xkcd comic and license #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
sourcecode: | ||
view: "https://github.com/CoderDojoPotsdam/regex-tutorial/tree/master" | ||
edit: "https://github.com/CoderDojoPotsdam/regex-tutorial/edit/master" | ||
pullrequest: "https://github.com/CoderDojoPotsdam/regex-tutorial/compare" | ||
newissue: "https://github.com/CoderDojoPotsdam/regex-tutorial/issues/new" | ||
defaults: | ||
- | ||
scope: | ||
path: "en" | ||
values: | ||
layout: "tutorial" | ||
lang: "en" | ||
- | ||
scope: | ||
path: "de" | ||
values: | ||
layout: "tutorial" | ||
lang: "de" | ||
- | ||
scope: | ||
path: "sv" | ||
values: | ||
layout: "tutorial" | ||
lang: "sv" |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
{ | ||
"github": { | ||
"view": "https://github.com/CoderDojoPotsdam/regex-tutorial/tree/master", | ||
"edit": "https://github.com/CoderDojoPotsdam/regex-tutorial/edit/master", | ||
"pullRequest": "https://github.com/CoderDojoPotsdam/regex-tutorial/compare", | ||
"newIssue": "https://github.com/CoderDojoPotsdam/regex-tutorial/issues/new" | ||
}, | ||
"title": { | ||
"en": "Interactive Introduction to Regular Expressions", | ||
"de": "Interaktive Einführung in Reguläre Ausdrücke", | ||
"sv": "Interaktiv Introduktion till Reguljära Uttryck" | ||
}, | ||
"footer": { | ||
"edit": { | ||
"en": "improve page", | ||
"de": "Seite verbessern", | ||
"sv": "förbättra sidan" | ||
}, | ||
"newIssue": { | ||
"en": "report problem", | ||
"de": "Problem melden", | ||
"sv": "rapportera problem" | ||
}, | ||
"deleteCookies": { | ||
"en": "delete state", | ||
"de": "Zustand löschen", | ||
"sv": "radera tillstånd" | ||
}, | ||
"view": { | ||
"en": "view source", | ||
"de": "Quelltext anzeigen", | ||
"sv": "visa källa" | ||
}, | ||
"nextStep": { | ||
"en": "Next Step", | ||
"de": "Nächster Schritt", | ||
"sv": "Nästa steg" | ||
} | ||
}, | ||
"hint": { | ||
"shown": { | ||
"en": "Hide the hint!", | ||
"de": "Hinweis verstecken!", | ||
"sv": "Göm ledtråden!" | ||
}, | ||
"hidden": { | ||
"en": "Show a hint?", | ||
"de": "Hinweis anzeigen?", | ||
"sv": "Visa en ledtråd?" | ||
} | ||
}, | ||
"quiz": { | ||
"before": { | ||
"en": "Regular Expression: ", | ||
"de": "Regulärer Ausdruck: ", | ||
"sv": "Reguljärt uttryck: " | ||
}, | ||
"after": { | ||
"en": " appears in which lines? Click on 'Yes' or 'No'.", | ||
"de": " In welchen Zeilen kommt er vor? Klicke auf 'Ja' oder 'Nein'.", | ||
"sv": " visas på vilka rader? Klicka på 'Ja' eller 'Nej'." | ||
}, | ||
"yes": { | ||
"en": "Yes", | ||
"de": "Ja", | ||
"sv": "Ja" | ||
}, | ||
"no": { | ||
"en": "No", | ||
"de": "Nein", | ||
"sv": "Nej" | ||
} | ||
}, | ||
"match": { | ||
"matched": { | ||
"en": "✓ matched", | ||
"de": "✓ gefunden", | ||
"sv": "✓ matchade" | ||
}, | ||
"shouldNotMatch": { | ||
"en": "✓ matched, but should not match", | ||
"de": "✓ gefunden, soll nicht passen", | ||
"sv": "✓ matchade, men borde inte matcha" | ||
}, | ||
"shouldMatch": { | ||
"en": "should match", | ||
"de": "soll gefunden werden", | ||
"sv": "borde matcha" | ||
}, | ||
"noMatch": { | ||
"en": "ok, no match", | ||
"de": "ok, nicht gefunden", | ||
"sv": "ok, ingen matchning" | ||
} | ||
}, | ||
"error": { | ||
"message": { | ||
"en": "Make sure that you have closed all of your parentheses, square brackets and braces, and that there are no other errors in your regular expression.", | ||
"de": "", | ||
"sv": "Kolla så att du har stängt alla parenteser, hakparenteser och klammerparenteser, och att det inte är några andra problem med ditt reguljära uttryck." | ||
}, | ||
"reference": { | ||
"en": "There is an error in the source code: the reference implementation of the regular expression cannot be used. Please click on 'improve page' below to fix the problem yourself, or click on 'report problem' to submit an error report so we can take a look at it. ", | ||
"de": "", | ||
"sv": "Det är ett fel i källkoden: referensmplementeringen av det reguljära uttrycket kan inte användas. Vänligen klicka på 'förbättra sidan' nedan för att fixa problemet själv, eller klicka på 'rapportera problem' får att skriva en felrapport så att vi kan kolla på problemet. " | ||
} | ||
}, | ||
"license": { | ||
"en": "<span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/InteractiveResource' property='dct:title' rel='dct:type'>Regex Tutorial</span> by <span xmlns:cc='http://creativecommons.org/ns#' property='cc:attributionName'>Nicco Kunzmann</span> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by/4.0/'>Creative Commons Attribution 4.0 International License</a>.", | ||
"de": "<span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/InteractiveResource' property='dct:title' rel='dct:type'>Regex-Tutorial</span> von <span xmlns:cc='http://creativecommons.org/ns#' property='cc:attributionName'>Nicco Kunzmann</span> ist lizenziert unter einer <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>.", | ||
"sv": "<span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/InteractiveResource' property='dct:title' rel='dct:type'>Regex Tutorial</span> av <span xmlns:cc='http://creativecommons.org/ns#' property='cc:attributionName'>Nicco Kunzmann</span> är licenserad under en <a rel='license' href='http://creativecommons.org/licenses/by/4.0/'>Creative Commons Erkännande 4.0 Internationell Licens</a>." | ||
}, | ||
"licenseImage": { | ||
"en": "Pictures with a different license can be clicked to reach the source or an explanation.", | ||
"de": "Bilder, die eine andere Lizenz haben, können angeklickt werden, um zu dem Erklärungstext oder der Quelle zu gelangen.", | ||
"sv": "Bilder med en annan licens går att klicka på för att komma till källan eller få en förklaring." | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, nice idea!