-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
11 lines (11 loc) · 1.32 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
[
{
"text" : "A late 20th century trend in typing, primarily used with devices with small keyboards (such as PDAs and Smartphones), is thumbing or thumb typing. This can be accomplished using one or both thumbs. Similar to desktop keyboards and input devices, if a user overuses keys which need hard presses and/or have small and unergonomic layouts, it could cause thumb tendonitis or other repetitive strain injury"
},
{
"text": "Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured particularly procedural, object-oriented and functional programming. It is often described as a batteries included language due to its comprehensive standard library Python consistently ranks as one of the most popular programming languages"
},
{
"text": "C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems"
}
]