Skip to content

Commit ad2fa6a

Browse files
committed
Deploying to gh-pages from @ rage/java-programming@45d6af2 🚀
1 parent 89258c3 commit ad2fa6a

File tree

177 files changed

+220
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+220
-221
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

404/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

credits/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

faq/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

grading-and-exams/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

page-data/grading-and-exams/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

page-data/index/page-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---src-templates-info-page-template-js","path":"/","result":{"data":{"page":{"htmlAst":{"type":"root","children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Anyone can join - no previous programming knowledge is required."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The course does not require separate registration. You can simply dive into the first part of the course found over "},{"type":"element","tagName":"a","properties":{"href":"/part-1"},"children":[{"type":"text","value":"here"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{},"children":[{"type":"text","value":"Course Contents"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The course is split up into two individual courses: Java Programming I and Java Programming II. Each course consists of seven parts, each with its own exercise set. Completing a single part takes approximately 5-20 hours, and we recommend reserving at least 10 hours per part, depending on prior skills with computers."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{},"children":[{"type":"text","value":"Credits and certificate"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see "},{"type":"element","tagName":"a","properties":{"href":"https://programming-22.mooc.fi","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"Python Programming MOOC"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can get a certificate for each course (Java Programming I & Java Programming II seperately) from here: "},{"type":"element","tagName":"a","properties":{"href":"https://www.mooc.fi/en/profile/completions","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"https://www.mooc.fi/en/profile/completions"}]},{"type":"text","value":"."}]}],"data":{"quirksMode":false}},"html":"<p>Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java.</p>\n<p>During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code.</p>\n<p>Anyone can join - no previous programming knowledge is required.</p>\n<p>Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses.</p>\n<p>This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE.</p>\n<p>The course does not require separate registration. You can simply dive into the first part of the course found over <a href=\"/part-1\">here</a>.</p>\n<h2>Course Contents</h2>\n<p>The course is split up into two individual courses: Java Programming I and Java Programming II. Each course consists of seven parts, each with its own exercise set. Completing a single part takes approximately 5-20 hours, and we recommend reserving at least 10 hours per part, depending on prior skills with computers.</p>\n<h2>Credits and certificate</h2>\n<p>No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see <a href=\"https://programming-22.mooc.fi\" target=\"_blank\" rel=\"noopener noreferrer\">Python Programming MOOC</a>.</p>\n<p>You can get a certificate for each course (Java Programming I &#x26; Java Programming II seperately) from here: <a href=\"https://www.mooc.fi/en/profile/completions\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.mooc.fi/en/profile/completions</a>.</p>","frontmatter":{"path":"/","title":"About the course","banner":true}}},"pageContext":{}},"staticQueryHashes":["2929037737","994120085"]}
1+
{"componentChunkName":"component---src-templates-info-page-template-js","path":"/","result":{"data":{"page":{"htmlAst":{"type":"root","children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Anyone can join - no previous programming knowledge is required."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The course does not require separate registration. You can simply dive into the first part of the course found over "},{"type":"element","tagName":"a","properties":{"href":"/part-1"},"children":[{"type":"text","value":"here"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{},"children":[{"type":"text","value":"Course Contents"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The course is split up into two individual courses: Java Programming I and Java Programming II. Each course consists of seven parts, each with its own exercise set. Completing a single part takes approximately 5-20 hours, and we recommend reserving at least 10 hours per part, depending on prior skills with computers."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{},"children":[{"type":"text","value":"Credits and certificate"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see "},{"type":"element","tagName":"a","properties":{"href":"https://programming-23.mooc.fi","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"Python Programming MOOC"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can get a certificate for each course (Java Programming I & Java Programming II seperately) from here: "},{"type":"element","tagName":"a","properties":{"href":"https://www.mooc.fi/en/profile/completions","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"https://www.mooc.fi/en/profile/completions"}]},{"type":"text","value":"."}]}],"data":{"quirksMode":false}},"html":"<p>Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java.</p>\n<p>During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code.</p>\n<p>Anyone can join - no previous programming knowledge is required.</p>\n<p>Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses.</p>\n<p>This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE.</p>\n<p>The course does not require separate registration. You can simply dive into the first part of the course found over <a href=\"/part-1\">here</a>.</p>\n<h2>Course Contents</h2>\n<p>The course is split up into two individual courses: Java Programming I and Java Programming II. Each course consists of seven parts, each with its own exercise set. Completing a single part takes approximately 5-20 hours, and we recommend reserving at least 10 hours per part, depending on prior skills with computers.</p>\n<h2>Credits and certificate</h2>\n<p>No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see <a href=\"https://programming-23.mooc.fi\" target=\"_blank\" rel=\"noopener noreferrer\">Python Programming MOOC</a>.</p>\n<p>You can get a certificate for each course (Java Programming I &#x26; Java Programming II seperately) from here: <a href=\"https://www.mooc.fi/en/profile/completions\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.mooc.fi/en/profile/completions</a>.</p>","frontmatter":{"path":"/","title":"About the course","banner":true}}},"pageContext":{}},"staticQueryHashes":["2929037737","994120085"]}

page-data/part-1/1-starting-programming/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

page-data/part-1/2-printing/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)