-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathofflineData.json
227 lines (227 loc) · 7.44 KB
/
offlineData.json
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"topics": [
{
"id": "kotlin",
"info": {
"scm": {
"url": "https://github.com/JetBrains/kotlin",
"meta": { "stars": 35000 },
"type": "Github",
"displayName": "JetBrains/kotlin"
},
"live": true,
"logo": "https://upload.wikimedia.org/wikipedia/commons/0/06/Kotlin_Icon.svg",
"name": "Kotlin",
"tags": [
"Programming Language",
"Compiler",
"Maven-Plugin",
"Gradle-Plugin",
"Intellij-Plugin"
],
"color": "#ea9035",
"badges": [
{
"url": "https://search.maven.org/search?q=g:org.jetbrains.kotlin",
"type": "MavenCentral"
}
],
"social": [
{
"url": "https://twitter.com/kotlin",
"type": "Twitter",
"label": "Kotlin"
},
{
"url": "https://twitter.com/jetbrains",
"type": "Twitter",
"label": "JetBrains"
},
{
"url": "https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw",
"type": "Youtube",
"label": "Kotlin by JetBrains"
}
],
"license": {
"url": "https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt",
"name": "Apache 2"
},
"website": "https://kotlinlang.org",
"playground": "https://play.kotlinlang.org/",
"description": "Kotlin is an open-source statically typed programming language that targets the JVM, Android, JavaScript and Native. The project started in 2010 and was open source from very early on. The first official 1.0 release was in February 2016.",
"issueTracker": "https://youtrack.jetbrains.com/issues/KT",
"documentation": "https://kotlinlang.org/docs/reference/",
"fetchReleases": {
"via": "Github",
"meta": { "repo": "kotlin", "owner": "JetBrains" }
},
"latestVersion": "1.5.0",
"shortDescription": "Kotlin is an open-source statically typed programming language that targets the JVM, Android, JavaScript and Native."
},
"developers": ["jetbrains"],
"books": [
"kotlin-in-action",
"head-first-kotlin",
"kotlin-for-android-developers"
],
"blogs": [
"dev-to-kotlin",
"jetbrains-kotlin",
"medium-kotlin",
"hashnode-kotlin"
],
"newsletters": ["kotlin-weekly"],
"communities": [
"kotlin-discussions-forum",
"kotlinlang-slack",
"kotlin-discord",
"kotlin-stackoverflow",
"kotlin-reddit",
"kotlin-linkedin"
],
"podcasts": ["talking-kotlin"],
"courses": [
"introduction-to-kotlin-programming",
"jetbrains-hyperskill-academy-kotlin",
"advanced-kotlin-programming",
"android-kotlin-fundamentals",
"google-kotlin-codelab",
"introduction-to-kotlin-programming"
]
}
],
"books": [
{
"id": "head-first-kotlin",
"info": {
"url": "https://www.oreilly.com/library/view/head-first-kotlin/9781491996683/",
"image": "https://learning.oreilly.com/library/cover/9781491996683/250w/",
"title": "Head First Kotlin",
"authors": [
{ "name": "Dawn Griffiths" },
{ "name": "David Griffiths" }
],
"description": "Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you’ll get to play with both object-oriented and functional programming. If you want to really understand Kotlin, this is the book for you.",
"publishedAt": "2019-02-01",
"buyLinks": [{ "url": "https://amazon.de/some-link" }]
},
"topics": ["kotlin"]
}
],
"courses": [
{
"id": "advanced-kotlin-programming",
"info": {
"url": "https://www.oreilly.com/library/view/advanced-kotlin-programming/9781491964149/",
"free": false,
"name": "Advanced Kotlin Programming",
"image": "https://learning.oreilly.com/library/cover/9781491964149/",
"price": "$50",
"authors": [{ "name": "Hadi Hariri" }],
"platform": "OREILLY",
"description": "Designed for developers who already have a basic understanding of Kotlin, this video course examines some of the additional major features that make the language highly extensible and unique compared to other JVM languages. You'll learn about more advanced uses for functions, class scenarios, and delegation, along with best practices for working with generics, metaprogramming, and asynchronous programming. Once you've added the skills in this video to your programming tool belt, you'll be fully proficient in Kotlin as well as a more well-rounded Java developer.",
"interactive": false
},
"topics": ["kotlin"]
}
],
"releases": [
{
"id": 1,
"info": {
"version": "1.5.20",
"releaseNotesUrl": "https://kotlin.com",
"publishedAt": "2021-02-02T15:12:10.000Z",
"topic": "kotlin",
"logo": "/vercel.svg",
"name": "Kotlin"
}
},
{
"id": 2,
"info": {
"version": "1.5.21",
"releaseNotesUrl": "https://kotlin.com",
"publishedAt": "2021-03-02T15:12:10.000Z",
"topic": "kotlin",
"logo": "/vercel.svg",
"name": "Kotlin"
}
},
{
"id": 3,
"info": {
"version": "5.0.0",
"releaseNotesUrl": "https://mongodb.com",
"publishedAt": "2021-03-02T15:12:10.000Z",
"topic": "mongodb",
"logo": "/vercel.svg",
"name": "MongoDb"
}
}
],
"blogPosts": [
{
"id": 1,
"info": {
"title": "Dennis hat wieder 50 Euro Verlust mit MSCI World gemacht",
"link": "https://foo.bar",
"image": "/social-image.png",
"publishedAt": "2021-02-05T10:00:00.000Z"
}
},
{
"id": 1,
"info": {
"title": "XTrackers stinkt hart ab gegen iShares",
"link": "https://foo.bar",
"image": "/social-image.png",
"publishedAt": "2021-02-04T10:00:00.000Z"
}
},
{
"id": 1,
"info": {
"title": "Blackrock to the Moon",
"link": "https://foo.bar",
"image": "/social-image.png",
"publishedAt": "2021-02-03T10:00:00.000Z"
}
}
],
"tweets": [
{
"text": "Hello this was such as great tweet oh my god",
"entities": [],
"created_at": "2021-03-04T10:00:00.000Z",
"user": {
"profile_image_url": "/vercel.svg",
"name": "Kevin",
"username": "kevcodez"
},
"public_metrics": {
"reply_count": 5,
"retweet_count": 7,
"quote_count": 3,
"like_count": 50
}
},
{
"text": "Yoooo\n\nThis guy can tweet\n\nIsn't that crazy",
"entities": [],
"created_at": "2021-03-03T10:00:00.000Z",
"user": {
"profile_image_url": "/vercel.svg",
"name": "Kevin",
"username": "kevcodez"
},
"public_metrics": {
"reply_count": 30,
"retweet_count": 12,
"quote_count": 1,
"like_count": 150
}
}
]
}