-
Notifications
You must be signed in to change notification settings - Fork 64
/
programminglanguage.json
139 lines (138 loc) · 5.28 KB
/
programminglanguage.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
[
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Python",
"official_website": "https://www.python.org/",
"description": "The official Python website is a hub for everything related to the Python programming language."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "JavaScript",
"official_website": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"description": "JavaScript is a versatile language used primarily in web development for creating dynamic user interfaces."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Java",
"official_website": "https://www.java.com/",
"description": "Java is a high-level programming language widely used for enterprise applications and Android development."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "C++",
"official_website": "https://isocpp.org/",
"description": "C++ is a powerful language known for its performance, widely used in system software and game development."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Ruby",
"official_website": "https://www.ruby-lang.org/en/",
"description": "Ruby is known for its simplicity and productivity, often used in web development with the Ruby on Rails framework."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "PHP",
"official_website": "https://www.php.net/",
"description": "PHP is a server-side scripting language designed for web development and is widely used for creating dynamic websites."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Go",
"official_website": "https://golang.org/",
"description": "Go, or Golang, is a statically typed language designed for simplicity and performance, often used in cloud services."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Swift",
"official_website": "https://swift.org/",
"description": "Swift is Apple's modern programming language for building apps for iOS, macOS, and other Apple platforms."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Kotlin",
"official_website": "https://kotlinlang.org/",
"description": "Kotlin is a modern language that runs on the Java Virtual Machine, primarily used for Android development."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Rust",
"official_website": "https://www.rust-lang.org/",
"description": "Rust is known for its focus on safety and performance, often used in system programming and embedded devices."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "C#",
"official_website": "https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/",
"description": "C# is best suited for applications on Windows, Android, and iOS, as it takes the help of the integrated development environment product, Microsoft Visual C++."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "Matlab",
"official_website": "https://www.mathworks.com/help/matlab/",
"description": "MATLAB is a programming platform designed specifically for engineers and scientists to analyze and design systems and products that transform our world."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "TypeScript",
"official_website": "https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html",
"description": "TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "SQL",
"official_website": "https://dev.mysql.com/doc/mysql-getting-started/en/",
"description": "SQL is a standard database query language. It is used to access and manipulate data in databases."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "HTML",
"official_website": "https://www.learn-html.org/",
"description": "HTML(HyperText Markup Language) is the standard language for creating web pages and applications. HTML is used to create web pages."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "CSS",
"official_website": "https://developer.mozilla.org/en-US/docs/Web/CSS",
"description": "CSS (Cascading Style Sheets) is a style sheet language used to describe how a page that was produced in a markup language is presented."
}
},
{
"model": "Docs.programminglanguage",
"fields": {
"name": "C",
"official_website": "https://learn.microsoft.com/en-us/cpp/c-language/?view=msvc-170",
"description": "C is a procedural, general-purpose programming language that allows low-level access to system memory."
}
}
]