-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexampleData.js
More file actions
202 lines (202 loc) · 7.13 KB
/
exampleData.js
File metadata and controls
202 lines (202 loc) · 7.13 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
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
module.exports = [
{
title: "Benchmarking WebSocket Servers with Python!",
readability: { fleschReadingEase: 45.59, fleschKincaidGrade: 13.2 },
sentiment: 0.027573529411764705
},
{
title: "Cloning Dominos Order Tracker as a Microservice with Node.js and Firebase!",
readability: { fleschReadingEase: 43.19, fleschKincaidGrade: 16.2 },
sentiment: 0.06043956043956044
},
{
title: "I Ported Sudoku to Your URL Bar and It Plays like a Dream",
readability: { fleschReadingEase: 50.67, fleschKincaidGrade: 11.3 },
sentiment: 0.08695652173913043
},
{
title: "Real-time streaming of every emoji posted as a comment to Reddit.com 🔥",
readability: { fleschReadingEase: 60.18, fleschKincaidGrade: 11.8 },
sentiment: 0.016771488469601678
},
{
title: "Creating Cute GitHub Badges Based Off a Project's Mood (Node.js)",
readability: { fleschReadingEase: 50.36, fleschKincaidGrade: 11.4 },
sentiment: 0.03359683794466403
},
{
title: "Two Things About My First In-house Software Job That I Didn't See Coming",
readability: { fleschReadingEase: 62.82, fleschKincaidGrade: 10.8 },
sentiment: 0.057736720554272515
},
{
title: "Kicking Butt and Taking Names With WebSockets (Tutorial)",
readability: { fleschReadingEase: 60.55, fleschKincaidGrade: 9.6 },
sentiment: 0.03614457831325301
},
{
title: "A Day in the Life of a Mediumly Productive Software Engineer",
readability: { fleschReadingEase: 68.1, fleschKincaidGrade: 8.7 },
sentiment: 0.03521703521703522
},
{
title: " How Flappy Bird Got Me My Start in Software",
readability: { fleschReadingEase: 61.67, fleschKincaidGrade: 9.1 },
sentiment: 0.04424778761061947
},
{
title: "Coding a Live Cam for the Raspberry Pi in Python (Tutorial)",
readability: { fleschReadingEase: 60.35, fleschKincaidGrade: 9.6 },
sentiment: 0.015363128491620111
},
{
title: "Earn a Build Passing Badge on GitHub ✅! Testing Your Express App with Travis CI",
readability: { fleschReadingEase: 66.37, fleschKincaidGrade: 9.4 },
sentiment: 0.01615508885298869
},
{
title: "Need a Friend? Write a Reddit Bot with Python to Follow You Around 🤖",
readability: { fleschReadingEase: 57.3, fleschKincaidGrade: 10.8 },
sentiment: 0.0411663807890223
},
{
title: "JavaScript One-Liners That Make Me Excited",
readability: { fleschReadingEase: 60.04, fleschKincaidGrade: 9.8 },
sentiment: 0.08163265306122448
},
{
title: "Answered: What the Heck is Code Golf? ⛳",
readability: { fleschReadingEase: 51.58, fleschKincaidGrade: 10.9 },
sentiment: 0.06802721088435375
},
{
title: "Build a Python Bot to Find Your Website's Dead Links",
readability: { fleschReadingEase: 69.62, fleschKincaidGrade: 8.1 },
sentiment: -0.0032258064516129032
},
{
title: "Embed Your Latest DEV Posts Anywhere 💌",
readability: { fleschReadingEase: 68.6, fleschKincaidGrade: 8.5 },
sentiment: 0.03953488372093023
},
{
title: "Learn the Storage API by Building a Note Taking App",
readability: { fleschReadingEase: 68.4, fleschKincaidGrade: 8.6 },
sentiment: 0.021953896816684963
},
{
title: "Talking to Python from JavaScript (and Back Again!)",
readability: { fleschReadingEase: 59.53, fleschKincaidGrade: 9.9 },
sentiment: 0.026530612244897958
},
{
title: "How to Write an Awesome GitHub README",
readability: { fleschReadingEase: 58.01, fleschKincaidGrade: 10.5 },
sentiment: 0.08763308763308764
},
{
title: "The Weird Rules I Set Myself That Got Me a Job",
readability: { fleschReadingEase: 59.53, fleschKincaidGrade: 9.9 },
sentiment: 0.046528274874731566
},
{
title: "What They Don't Teach You at a Computer Science Masters",
readability: { fleschReadingEase: 61.16, fleschKincaidGrade: 9.3 },
sentiment: 0.0697928026172301
},
{
title: "Fun With Linear Time: My Favorite Algorithm",
readability: { fleschReadingEase: 45.69, fleschKincaidGrade: 13.2 },
sentiment: 0.05463182897862233
},
{
title: "Continuous Deployment to Glitch via GitHub Webhooks",
readability: { fleschReadingEase: 58.52, fleschKincaidGrade: 10.3 },
sentiment: 0.025341130604288498
},
{
title: "A Tiny Project, From Inception to Deployment",
readability: { fleschReadingEase: 60.69, fleschKincaidGrade: 11.6 },
sentiment: 0.018281535648994516
},
{
title: "Solving Puzzles With High-Performance JavaScript",
readability: { fleschReadingEase: 62.68, fleschKincaidGrade: 8.7 },
sentiment: 0.016243654822335026
},
{
title: "Interview Question: Implement a Progress Bar",
readability: { fleschReadingEase: 69.92, fleschKincaidGrade: 8 },
sentiment: 0.0748663101604278
},
{
title: "Saving Data in JavaScript Without a Database",
readability: { fleschReadingEase: 44.61, fleschKincaidGrade: 15.7 },
sentiment: 0.04247104247104247
},
{
title: "Refactoring JavaScript for Performance and Readability (with Examples!)",
readability: { fleschReadingEase: 56.69, fleschKincaidGrade: 11 },
sentiment: 0.03193033381712627
},
{
title: "Your First Open-Source Pull Request: a Walkthrough",
readability: { fleschReadingEase: 60.35, fleschKincaidGrade: 9.6 },
sentiment: 0.024494142705005325
},
{
title: "A Tutorial on Tricking Google: Encoding Messages in Apostrophes",
readability: { fleschReadingEase: 55.47, fleschKincaidGrade: 11.5 },
sentiment: 0.02875399361022364
},
{
title: "What If I Want My Website to Last for 100 Years?",
readability: { fleschReadingEase: 48.94, fleschKincaidGrade: 11.9 },
sentiment: 0.04033092037228542
},
{
title: "An Introduction to Caching on the Web, With Examples in Python",
readability: { fleschReadingEase: 57.5, fleschKincaidGrade: 10.7 },
sentiment: 0.04503464203233257
},
{
title: "My Experience with Pair Programming",
readability: { fleschReadingEase: 54.97, fleschKincaidGrade: 11.7 },
sentiment: 0.009079118028534372
},
{
title: "I Built a Bot to Try and Get Money Back From My Internet Provider",
readability: { fleschReadingEase: 50.91, fleschKincaidGrade: 13.3 },
sentiment: 0.040880503144654086
},
{
title: "My First Golang Program",
readability: { fleschReadingEase: 59.74, fleschKincaidGrade: 9.9 },
sentiment: 0.06952491309385864
},
{
title: "Cloning Memcached with Go",
readability: { fleschReadingEase: 51.31, fleschKincaidGrade: 13.1 },
sentiment: 0.020656136087484813
},
{
title: "Let's Build a CAPTCHA Generator with Node.js",
readability: { fleschReadingEase: 55.61, fleschKincaidGrade: 13.5 },
sentiment: 0.019845644983461964
},
{
title: "Hardest JavaScript Puzzle I've Ever Solved",
readability: { fleschReadingEase: 47.56, fleschKincaidGrade: 14.6 },
sentiment: 0.011315417256011316
},
{
title: "Gatsby Sparks Joy",
readability: { fleschReadingEase: 53.75, fleschKincaidGrade: 12.2 },
sentiment: 0.06224066390041494
},
{
title: "DEV Article Analysis",
readability: { fleschReadingEase: 46.91, fleschKincaidGrade: 12.7 },
sentiment: 0.04796511627906977
}
];