-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd5afd0
commit cec5779
Showing
9 changed files
with
366 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"tiobe": { | ||
"title": "Programming Language Ranking", | ||
"nav": "{{month}} {{year}} Programming Language Ranking", | ||
"p_text": "<strong>The TIOBE Programming Community Index</strong> is an indicator of the popularity of programming languages, created and maintained by TIOBE Software BV, established in October 2000 in Eindhoven, the Netherlands. The index is calculated based on the number of search engine results for queries containing the name of the language. It includes results from Google, Baidu, Wikipedia, and YouTube.", | ||
"thead": { | ||
"position": "Rank", | ||
"name": "Language", | ||
"rating": "Ratings", | ||
"change": "Change", | ||
"md_change": "📊", | ||
"star": "🏅️Year" | ||
} | ||
}, | ||
"db": { | ||
"title": "Database Ranking", | ||
"nav": "{{month}} {{year}} Database Ranking", | ||
"p_text": "<strong>The DB-Engines Ranking</strong> ranks database management systems by popularity, covering over 380 databases, updated monthly. The ranking is based on various factors including search engine results for the database name, Google Trends, Stack Overflow, social networks, and job postings mentioning the database.", | ||
"thead": { | ||
"position": "Rank", | ||
"name": "Database", | ||
"rating": "Score", | ||
"change": "Change", | ||
"md_change": "📊", | ||
"model": "Model" | ||
} | ||
}, | ||
"netcraft": { | ||
"title": "Web Server Ranking", | ||
"nav": "{{month}} {{year}} Web Server Ranking", | ||
"p_text": "<strong>The Netcraft Ranking</strong> is a monthly ranking of web servers published by Netcraft, an internet services company founded in 1995. It is a major reference for understanding global web server market share and rankings, often cited by major media like The Wall Street Journal and Slashdot.", | ||
"thead": { | ||
"position": "Rank", | ||
"name": "Server", | ||
"rating": "Share", | ||
"change": "Change", | ||
"md_change": "📊", | ||
"total": "Total" | ||
}, | ||
"market_title": "Market Share Ranking", | ||
"active_title": "Active Site Ranking", | ||
"servers": { | ||
"apache": "An open-source web server that can run on most computer operating systems. Widely used for its multi-platform support and security, making it one of the most popular web server software.", | ||
"nginx": "A free, open-source, lightweight, high-performance web server developed by Igor Sysoev for Rambler.ru, the second most visited site in Russia.", | ||
"openresty": "A web platform based on Nginx, using the LuaJIT engine to run Lua scripts, created by Yichun Zhang." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"tiobe": { | ||
"title": "编程语言排名", | ||
"nav": "{{year}} 年 {{month}} 月编程语言排行榜", | ||
"p_text": "<strong>「TIOBE 编程社区指数」</strong>是一种衡量编程语言流行度的标准,由成立于 2000 年 10 月位于荷兰埃因霍温的 TIOBE Software BV 创建和维护。该指数是根据网络搜索引擎对含有该语言名称的查询结果的数量计算出来的。该指数涵盖了 Google、百度、维基百科和 YouTube 的搜索结果。", | ||
"thead": { | ||
"position": "排名", | ||
"name": "编程语言", | ||
"rating": "流行度", | ||
"change": "对比上月", | ||
"md_change": "趋势", | ||
"star": "年度明星" | ||
} | ||
}, | ||
"db": { | ||
"title": "数据库排名", | ||
"nav": "{{year}} 年 {{month}} 月数据库排行榜", | ||
"p_text": "<strong>「DB-Engines 排名」</strong>是按流行程度对数据库管理系统进行排名,涵盖 380 多个数据库,每月更新一次。排名标准包括搜索数据库名称时的搜索引擎结果的数量、Google 趋势、Stack Overflow、社交网络和提及数据库的工作机会等数据,综合比较排名。", | ||
"thead": { | ||
"position": "排名", | ||
"name": "数据库", | ||
"rating": "分数", | ||
"change": "对比上月", | ||
"md_change": "趋势", | ||
"model": "类型" | ||
} | ||
}, | ||
"netcraft": { | ||
"title": "Web 服务器排名", | ||
"nav": "{{year}} 年 {{month}} 月 Web 服务器排行榜", | ||
"p_text": "<strong>「Netcraft 排名」</strong>是一个始于 1995 年的互联网服务公司发布的 Web 服务器排名,每月更新一次。目前已成为人们了解全球网站的服务器市场份额和排名情况的主要参考依据,时常被华尔街杂志、Slashdot 等知名媒体引用。", | ||
"thead": { | ||
"position": "排名", | ||
"name": "服务器", | ||
"rating": "占比", | ||
"change": "对比上月", | ||
"md_change": "趋势", | ||
"total": "总数" | ||
}, | ||
"market_title": "市场份额排名", | ||
"active_title": "活跃网站排名", | ||
"servers": { | ||
"apache": "一个开放源码的网页服务器,可以在大多数计算机操作系统中运行。由于其多平台和安全性被广泛使用,是最流行的 Web服务器端软件之一。", | ||
"nginx": "免费开源、轻量级、高性能 Web 服务器,由伊戈尔·赛索耶夫为俄罗斯访问量第二的 Rambler.ru 站点开发。", | ||
"openresty": "一个基于 Nginx 的 Web 平台,可以使用其 LuaJIT 引擎运行 Lua 脚本,由章亦春创建。" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.