-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse-remote-info.yaml
More file actions
128 lines (128 loc) · 3.33 KB
/
course-remote-info.yaml
File metadata and controls
128 lines (128 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
hyperskill_project:
id: 314
ide_files: https://cogniterra.org/media/attachments/lesson/27238/additional_files.json
is_template_based: false
use_ide: true
update_date: "Thu, 01 Feb 2024 14:15:10 UTC"
stages:
- id: 1764
step: 24615
is_completed: true
- id: 1765
step: 24616
is_completed: true
- id: 1766
step: 24617
is_completed: true
- id: 1767
step: 24618
is_completed: true
- id: 1768
step: 24619
is_completed: true
topics:
0:
- title: Introduction to Java
theory_id: 38627
- title: "Basic literals: numbers, strings and characters"
theory_id: 3522
- title: Writing first program
theory_id: 3521
- title: Printing data
theory_id: 3749
- title: Types and variables
theory_id: 3518
- title: Comments
theory_id: 3520
- title: Reading user's input with Scanner
theory_id: 9055
- title: Arithmetic operations
theory_id: 3519
- title: Integer types and operations
theory_id: 3565
- title: Boolean type and operations. True and false
theory_id: 3516
- title: Comparing values. Relational operators
theory_id: 3512
- title: Conditional statement
theory_id: 3503
- title: One-line condition with ternary operator
theory_id: 3506
- title: While and do-while loops
theory_id: 3498
- title: For-loop
theory_id: 3505
- title: Break and continue. Branching
theory_id: 3507
- title: Data types and their sizes
theory_id: 3532
- title: Type casting
theory_id: 3510
- title: Calling methods
theory_id: 10973
- title: Primitive and reference types
theory_id: 5035
- title: Array
theory_id: 3511
- title: Characters
theory_id: 3514
- title: String
theory_id: 3523
- title: First glance at exceptions
theory_id: 3497
- title: NullPointerException
theory_id: 1945
- title: Formatted output
theory_id: 7046
- title: Processing strings
theory_id: 3551
- title: Array exceptions
theory_id: 1940
1:
- title: "Multiple conditions: switch"
theory_id: 3504
- title: Declaring methods
theory_id: 10982
- title: Method "main"
theory_id: 3489
- title: Functional decomposition
theory_id: 10570
- title: Random class
theory_id: 4910
- title: Defining classes
theory_id: 3618
- title: Objects and their properties
theory_id: 4727
3:
- title: "Write, compile, and run"
theory_id: 3739
- title: "Basic terms: JVM, JRE, JDK"
theory_id: 3499
- title: Command line overview
theory_id: 8977
- title: Parameters and options
theory_id: 9746
- title: Running programs on your computer
theory_id: 3746
- title: Hierarchy of exceptions
theory_id: 3570
- title: Exception handling
theory_id: 3552
- title: File class
theory_id: 3635
- title: Reading files
theory_id: 3636
- title: Writing files
theory_id: 3652
- title: Instance methods
theory_id: 3495
- title: Initializing new instances. Constructor
theory_id: 3535
- title: Access modifiers
theory_id: 3589
- title: Getters and setters
theory_id: 3599
- title: Inheritance
theory_id: 3583
- title: Keyword "super"
theory_id: 3588