-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-remote-info.yaml
137 lines (137 loc) · 3.07 KB
/
course-remote-info.yaml
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
129
130
131
132
133
134
135
136
137
hyperskill_project:
id: 33
ide_files: https://stepik.org/media/attachments/lesson/204875/additional_files.json
is_template_based: false
use_ide: true
update_date: Sun, 21 Aug 2022 20:49:18 UTC
stages:
- id: 175
step: 5329
is_completed: true
- id: 176
step: 5330
is_completed: true
- id: 177
step: 5331
is_completed: true
- id: 178
step: 5332
is_completed: true
- id: 179
step: 5333
is_completed: true
- id: 180
step: 5334
is_completed: true
topics:
0:
- title: Computer programming
theory_id: 8739
- title: Paradigms
theory_id: 15860
- title: Introduction to Java
theory_id: 3500
- title: Basic literals
theory_id: 3522
- title: Overview of the basic program
theory_id: 3521
- title: Printing data
theory_id: 3749
1:
- title: Write, compile, and run
theory_id: 3739
- title: JVM, JRE, and JDK
theory_id: 3499
- title: Introduction to Operating systems
theory_id: 9704
- title: Types and variables
theory_id: 3518
- title: Comments
theory_id: 3520
- title: Scanning the input
theory_id: 9055
- title: Coding style conventions
theory_id: 12411
- title: Naming variables
theory_id: 3513
- title: Arithmetic operations
theory_id: 3519
- title: Integer types and operations
theory_id: 3565
- title: Increment and decrement
theory_id: 5008
- title: Characters
theory_id: 3514
- title: String
theory_id: 3523
- title: Command line overview
theory_id: 8977
- title: Parameters and Options
theory_id: 9746
- title: Running programs on your computer
theory_id: 3746
2:
- title: Boolean and logical operations
theory_id: 3516
- title: Relational operators
theory_id: 3512
- title: Conditional statement
theory_id: 3503
3:
- title: IDE
theory_id: 10996
- title: Ternary operator
theory_id: 3506
- title: The while and do-while loops
theory_id: 3498
- title: The for-loop
theory_id: 3505
- title: Branching statements
theory_id: 3507
- title: Switch statement
theory_id: 3504
- title: IntelliJ IDEA
theory_id: 3801
- title: IDEA Basics
theory_id: 5819
- title: EduTools
theory_id: 5839
5:
- title: Units of information
theory_id: 6865
- title: Sizes and ranges
theory_id: 3532
- title: Type casting
theory_id: 3510
- title: Calling a method
theory_id: 10973
- title: Declaring a method
theory_id: 10982
- title: The main method
theory_id: 3489
- title: Functional decomposition
theory_id: 10570
- title: Primitive and reference types
theory_id: 5035
- title: Array
theory_id: 3511
- title: Arrays as parameters
theory_id: 3594
- title: Iterating over arrays
theory_id: 3602
- title: Final variables
theory_id: 7427
- title: Introduction to OOP
theory_id: 3614
- title: Defining classes
theory_id: 3618
- title: Constructor
theory_id: 3535
- title: Instance methods
theory_id: 3495
- title: Objects
theory_id: 4727
- title: Static members
theory_id: 3534
- title: Enums in Java
theory_id: 11514