Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'base_commit', 'issue_numbers', 'test_patch', 'repo', 'hints_text', 'patch', 'problem_statement', 'all_hints_text', 'commit_urls', 'pull_number', 'instance_id'}) and 79 missing columns ({'trees_url', 'size', 'id', 'deployments_url', 'comments_url', 'languages_url', 'stargazers_count', 'milestones_url', 'ssh_url', 'collaborators_url', 'contributors_url', 'statuses_url', 'topics', 'visibility', 'releases_url', 'clone_url', 'name', 'issue_comment_url', 'web_commit_signoff_required', 'permissions', 'blobs_url', 'disabled', 'teams_url', 'pulls_url', 'url', 'subscription_url', 'license', 'homepage', 'has_discussions', 'git_commits_url', 'keys_url', 'updated_at', 'has_issues', 'has_downloads', 'notifications_url', 'archived', 'open_issues_count', 'issues_url', 'tags_url', 'node_id', 'score', 'issue_events_url', 'has_pages', 'contents_url', 'downloads_url', 'mirror_url', 'default_branch', 'merges_url', 'forks', 'private', 'hooks_url', 'compare_url', 'labels_url', 'watchers', 'fork', 'git_url', 'open_issues', 'stargazers_url', 'full_name', 'pushed_at', 'description', 'forks_count', 'forks_url', 'commits_url', 'allow_forking', 'is_template', 'git_refs_url', 'watchers_count', 'archive_url', 'branches_url', 'has_wiki', 'html_url', 'svn_url', 'subscribers_url', 'has_projects', 'git_tags_url', 'owner', 'assignees_url', 'events_url'}).
This happened while the json dataset builder was generating data using
hf://datasets/xin1997/swe-bench-related-data/raw_tasks_filtered_selected_Java_repos_above_1k_start.jsonl (at revision 9d83ee9ddb639da7207d3c458fdb81a53822309c)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
repo: string
pull_number: int64
instance_id: string
issue_numbers: list<item: int64>
child 0, item: int64
base_commit: string
patch: string
test_patch: string
problem_statement: string
hints_text: string
all_hints_text: string
commit_urls: list<item: string>
child 0, item: string
created_at: timestamp[s]
language: string
to
{'id': Value('int64'), 'node_id': Value('string'), 'name': Value('string'), 'full_name': Value('string'), 'private': Value('bool'), 'owner': {'login': Value('string'), 'id': Value('int64'), 'node_id': Value('string'), 'avatar_url': Value('string'), 'gravatar_id': Value('string'), 'url': Value('string'), 'html_url': Value('string'), 'followers_url': Value('string'), 'following_url': Value('string'), 'gists_url': Value('string'), 'starred_url': Value('string'), 'subscriptions_url': Value('string'), 'organizations_url': Value('string'), 'repos_url': Value('string'), 'events_url': Value('string'), 'received_events_url': Value('string'), 'type': Value('string'), 'user_view_type': Value('string'), 'site_admin': Value('bool')}, 'html_url': Value('string'), 'description': Value('string'), 'fork': Value('bool'), 'url': Value('string'), 'forks_url': Value('string'), 'keys_url': Value('string'), 'collaborators_url': Value('string'), 'teams_url': Value('string'), 'hooks_url': Value('string'), 'issue_events_url': Value('string'), 'events_url': Value('string'), 'assignees_url': Value('string'), 'branches_url': Value('string'), 'tags_url': Value('string'), 'blobs_url': Value('string'), 'git_tags_url': Value('string'), 'git_refs_url': Value('string'), 'trees_url': Value('string'), 'statuses_url': Value('string'), 'languages_url': Value('string'), 'stargazers_url': Value('string'), 'contributors_url': Value('string'), 'subscribers_url': Value('string'), 'subscription_url': Value('string'), 'c
...
: Value('string'), 'milestones_url': Value('string'), 'notifications_url': Value('string'), 'labels_url': Value('string'), 'releases_url': Value('string'), 'deployments_url': Value('string'), 'created_at': Value('timestamp[s]'), 'updated_at': Value('timestamp[s]'), 'pushed_at': Value('timestamp[s]'), 'git_url': Value('string'), 'ssh_url': Value('string'), 'clone_url': Value('string'), 'svn_url': Value('string'), 'homepage': Value('string'), 'size': Value('int64'), 'stargazers_count': Value('int64'), 'watchers_count': Value('int64'), 'language': Value('string'), 'has_issues': Value('bool'), 'has_projects': Value('bool'), 'has_downloads': Value('bool'), 'has_wiki': Value('bool'), 'has_pages': Value('bool'), 'has_discussions': Value('bool'), 'forks_count': Value('int64'), 'mirror_url': Value('string'), 'archived': Value('bool'), 'disabled': Value('bool'), 'open_issues_count': Value('int64'), 'license': {'key': Value('string'), 'name': Value('string'), 'spdx_id': Value('string'), 'url': Value('string'), 'node_id': Value('string')}, 'allow_forking': Value('bool'), 'is_template': Value('bool'), 'web_commit_signoff_required': Value('bool'), 'topics': List(Value('string')), 'visibility': Value('string'), 'forks': Value('int64'), 'open_issues': Value('int64'), 'watchers': Value('int64'), 'default_branch': Value('string'), 'permissions': {'admin': Value('bool'), 'maintain': Value('bool'), 'push': Value('bool'), 'triage': Value('bool'), 'pull': Value('bool')}, 'score': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'base_commit', 'issue_numbers', 'test_patch', 'repo', 'hints_text', 'patch', 'problem_statement', 'all_hints_text', 'commit_urls', 'pull_number', 'instance_id'}) and 79 missing columns ({'trees_url', 'size', 'id', 'deployments_url', 'comments_url', 'languages_url', 'stargazers_count', 'milestones_url', 'ssh_url', 'collaborators_url', 'contributors_url', 'statuses_url', 'topics', 'visibility', 'releases_url', 'clone_url', 'name', 'issue_comment_url', 'web_commit_signoff_required', 'permissions', 'blobs_url', 'disabled', 'teams_url', 'pulls_url', 'url', 'subscription_url', 'license', 'homepage', 'has_discussions', 'git_commits_url', 'keys_url', 'updated_at', 'has_issues', 'has_downloads', 'notifications_url', 'archived', 'open_issues_count', 'issues_url', 'tags_url', 'node_id', 'score', 'issue_events_url', 'has_pages', 'contents_url', 'downloads_url', 'mirror_url', 'default_branch', 'merges_url', 'forks', 'private', 'hooks_url', 'compare_url', 'labels_url', 'watchers', 'fork', 'git_url', 'open_issues', 'stargazers_url', 'full_name', 'pushed_at', 'description', 'forks_count', 'forks_url', 'commits_url', 'allow_forking', 'is_template', 'git_refs_url', 'watchers_count', 'archive_url', 'branches_url', 'has_wiki', 'html_url', 'svn_url', 'subscribers_url', 'has_projects', 'git_tags_url', 'owner', 'assignees_url', 'events_url'}).
This happened while the json dataset builder was generating data using
hf://datasets/xin1997/swe-bench-related-data/raw_tasks_filtered_selected_Java_repos_above_1k_start.jsonl (at revision 9d83ee9ddb639da7207d3c458fdb81a53822309c)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id
int64 | node_id
string | name
string | full_name
string | private
bool | owner
dict | html_url
string | description
string | fork
bool | url
string | forks_url
string | keys_url
string | collaborators_url
string | teams_url
string | hooks_url
string | issue_events_url
string | events_url
string | assignees_url
string | branches_url
string | tags_url
string | blobs_url
string | git_tags_url
string | git_refs_url
string | trees_url
string | statuses_url
string | languages_url
string | stargazers_url
string | contributors_url
string | subscribers_url
string | subscription_url
string | commits_url
string | git_commits_url
string | comments_url
string | issue_comment_url
string | contents_url
string | compare_url
string | merges_url
string | archive_url
string | downloads_url
string | issues_url
string | pulls_url
string | milestones_url
string | notifications_url
string | labels_url
string | releases_url
string | deployments_url
string | created_at
timestamp[us] | updated_at
timestamp[us] | pushed_at
timestamp[us] | git_url
string | ssh_url
string | clone_url
string | svn_url
string | homepage
string | size
int64 | stargazers_count
int64 | watchers_count
int64 | language
string | has_issues
bool | has_projects
bool | has_downloads
bool | has_wiki
bool | has_pages
bool | has_discussions
bool | forks_count
int64 | mirror_url
null | archived
bool | disabled
bool | open_issues_count
int64 | license
dict | allow_forking
bool | is_template
bool | web_commit_signoff_required
bool | topics
list | visibility
string | forks
int64 | open_issues
int64 | watchers
int64 | default_branch
string | permissions
dict | score
float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22,790,488
|
MDEwOlJlcG9zaXRvcnkyMjc5MDQ4OA==
|
java-design-patterns
|
iluwatar/java-design-patterns
| false
|
{
"login": "iluwatar",
"id": 582346,
"node_id": "MDQ6VXNlcjU4MjM0Ng==",
"avatar_url": "https://avatars.githubusercontent.com/u/582346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iluwatar",
"html_url": "https://github.com/iluwatar",
"followers_url": "https://api.github.com/users/iluwatar/followers",
"following_url": "https://api.github.com/users/iluwatar/following{/other_user}",
"gists_url": "https://api.github.com/users/iluwatar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iluwatar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iluwatar/subscriptions",
"organizations_url": "https://api.github.com/users/iluwatar/orgs",
"repos_url": "https://api.github.com/users/iluwatar/repos",
"events_url": "https://api.github.com/users/iluwatar/events{/privacy}",
"received_events_url": "https://api.github.com/users/iluwatar/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/iluwatar/java-design-patterns
|
Design patterns implemented in Java
| false
|
https://api.github.com/repos/iluwatar/java-design-patterns
|
https://api.github.com/repos/iluwatar/java-design-patterns/forks
|
https://api.github.com/repos/iluwatar/java-design-patterns/keys{/key_id}
|
https://api.github.com/repos/iluwatar/java-design-patterns/collaborators{/collaborator}
|
https://api.github.com/repos/iluwatar/java-design-patterns/teams
|
https://api.github.com/repos/iluwatar/java-design-patterns/hooks
|
https://api.github.com/repos/iluwatar/java-design-patterns/issues/events{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/events
|
https://api.github.com/repos/iluwatar/java-design-patterns/assignees{/user}
|
https://api.github.com/repos/iluwatar/java-design-patterns/branches{/branch}
|
https://api.github.com/repos/iluwatar/java-design-patterns/tags
|
https://api.github.com/repos/iluwatar/java-design-patterns/git/blobs{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/git/tags{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/git/refs{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/git/trees{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/statuses/{sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/languages
|
https://api.github.com/repos/iluwatar/java-design-patterns/stargazers
|
https://api.github.com/repos/iluwatar/java-design-patterns/contributors
|
https://api.github.com/repos/iluwatar/java-design-patterns/subscribers
|
https://api.github.com/repos/iluwatar/java-design-patterns/subscription
|
https://api.github.com/repos/iluwatar/java-design-patterns/commits{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/git/commits{/sha}
|
https://api.github.com/repos/iluwatar/java-design-patterns/comments{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/issues/comments{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/contents/{+path}
|
https://api.github.com/repos/iluwatar/java-design-patterns/compare/{base}...{head}
|
https://api.github.com/repos/iluwatar/java-design-patterns/merges
|
https://api.github.com/repos/iluwatar/java-design-patterns/{archive_format}{/ref}
|
https://api.github.com/repos/iluwatar/java-design-patterns/downloads
|
https://api.github.com/repos/iluwatar/java-design-patterns/issues{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/pulls{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/milestones{/number}
|
https://api.github.com/repos/iluwatar/java-design-patterns/notifications{?since,all,participating}
|
https://api.github.com/repos/iluwatar/java-design-patterns/labels{/name}
|
https://api.github.com/repos/iluwatar/java-design-patterns/releases{/id}
|
https://api.github.com/repos/iluwatar/java-design-patterns/deployments
| 2014-08-09T16:45:18
| 2026-01-21T04:24:41
| 2026-01-17T19:51:38
|
git://github.com/iluwatar/java-design-patterns.git
|
git@github.com:iluwatar/java-design-patterns.git
|
https://github.com/iluwatar/java-design-patterns.git
|
https://github.com/iluwatar/java-design-patterns
|
https://java-design-patterns.com
| 46,783
| 93,645
| 93,645
|
Java
| true
| false
| true
| true
| false
| false
| 27,375
| null | false
| false
| 217
|
{
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
}
| true
| false
| false
|
[
"awesome-list",
"design-patterns",
"hacktoberfest",
"java",
"principles",
"snippets",
"snippets-collection",
"snippets-library"
] |
public
| 27,375
| 217
| 93,645
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
127,988,011
|
MDEwOlJlcG9zaXRvcnkxMjc5ODgwMTE=
|
mall
|
macrozheng/mall
| false
|
{
"login": "macrozheng",
"id": 15903809,
"node_id": "MDQ6VXNlcjE1OTAzODA5",
"avatar_url": "https://avatars.githubusercontent.com/u/15903809?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/macrozheng",
"html_url": "https://github.com/macrozheng",
"followers_url": "https://api.github.com/users/macrozheng/followers",
"following_url": "https://api.github.com/users/macrozheng/following{/other_user}",
"gists_url": "https://api.github.com/users/macrozheng/gists{/gist_id}",
"starred_url": "https://api.github.com/users/macrozheng/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/macrozheng/subscriptions",
"organizations_url": "https://api.github.com/users/macrozheng/orgs",
"repos_url": "https://api.github.com/users/macrozheng/repos",
"events_url": "https://api.github.com/users/macrozheng/events{/privacy}",
"received_events_url": "https://api.github.com/users/macrozheng/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/macrozheng/mall
|
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
| false
|
https://api.github.com/repos/macrozheng/mall
|
https://api.github.com/repos/macrozheng/mall/forks
|
https://api.github.com/repos/macrozheng/mall/keys{/key_id}
|
https://api.github.com/repos/macrozheng/mall/collaborators{/collaborator}
|
https://api.github.com/repos/macrozheng/mall/teams
|
https://api.github.com/repos/macrozheng/mall/hooks
|
https://api.github.com/repos/macrozheng/mall/issues/events{/number}
|
https://api.github.com/repos/macrozheng/mall/events
|
https://api.github.com/repos/macrozheng/mall/assignees{/user}
|
https://api.github.com/repos/macrozheng/mall/branches{/branch}
|
https://api.github.com/repos/macrozheng/mall/tags
|
https://api.github.com/repos/macrozheng/mall/git/blobs{/sha}
|
https://api.github.com/repos/macrozheng/mall/git/tags{/sha}
|
https://api.github.com/repos/macrozheng/mall/git/refs{/sha}
|
https://api.github.com/repos/macrozheng/mall/git/trees{/sha}
|
https://api.github.com/repos/macrozheng/mall/statuses/{sha}
|
https://api.github.com/repos/macrozheng/mall/languages
|
https://api.github.com/repos/macrozheng/mall/stargazers
|
https://api.github.com/repos/macrozheng/mall/contributors
|
https://api.github.com/repos/macrozheng/mall/subscribers
|
https://api.github.com/repos/macrozheng/mall/subscription
|
https://api.github.com/repos/macrozheng/mall/commits{/sha}
|
https://api.github.com/repos/macrozheng/mall/git/commits{/sha}
|
https://api.github.com/repos/macrozheng/mall/comments{/number}
|
https://api.github.com/repos/macrozheng/mall/issues/comments{/number}
|
https://api.github.com/repos/macrozheng/mall/contents/{+path}
|
https://api.github.com/repos/macrozheng/mall/compare/{base}...{head}
|
https://api.github.com/repos/macrozheng/mall/merges
|
https://api.github.com/repos/macrozheng/mall/{archive_format}{/ref}
|
https://api.github.com/repos/macrozheng/mall/downloads
|
https://api.github.com/repos/macrozheng/mall/issues{/number}
|
https://api.github.com/repos/macrozheng/mall/pulls{/number}
|
https://api.github.com/repos/macrozheng/mall/milestones{/number}
|
https://api.github.com/repos/macrozheng/mall/notifications{?since,all,participating}
|
https://api.github.com/repos/macrozheng/mall/labels{/name}
|
https://api.github.com/repos/macrozheng/mall/releases{/id}
|
https://api.github.com/repos/macrozheng/mall/deployments
| 2018-04-04T01:11:44
| 2026-01-21T06:08:45
| 2026-01-20T08:38:37
|
git://github.com/macrozheng/mall.git
|
git@github.com:macrozheng/mall.git
|
https://github.com/macrozheng/mall.git
|
https://github.com/macrozheng/mall
|
https://www.macrozheng.com/admin/
| 58,721
| 82,732
| 82,732
|
Java
| true
| true
| true
| true
| false
| false
| 29,644
| null | false
| false
| 13
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"docker",
"elasticsearch",
"elk",
"java",
"mongodb",
"mybatis",
"mysql",
"rabbitmq",
"redis",
"spring",
"spring-boot",
"spring-cloud",
"spring-security",
"springboot",
"springcloud",
"swagger-ui"
] |
public
| 29,644
| 13
| 82,732
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
6,296,790
|
MDEwOlJlcG9zaXRvcnk2Mjk2Nzkw
|
spring-boot
|
spring-projects/spring-boot
| false
|
{
"login": "spring-projects",
"id": 317776,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzc3Ng==",
"avatar_url": "https://avatars.githubusercontent.com/u/317776?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spring-projects",
"html_url": "https://github.com/spring-projects",
"followers_url": "https://api.github.com/users/spring-projects/followers",
"following_url": "https://api.github.com/users/spring-projects/following{/other_user}",
"gists_url": "https://api.github.com/users/spring-projects/gists{/gist_id}",
"starred_url": "https://api.github.com/users/spring-projects/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/spring-projects/subscriptions",
"organizations_url": "https://api.github.com/users/spring-projects/orgs",
"repos_url": "https://api.github.com/users/spring-projects/repos",
"events_url": "https://api.github.com/users/spring-projects/events{/privacy}",
"received_events_url": "https://api.github.com/users/spring-projects/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/spring-projects/spring-boot
|
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
| false
|
https://api.github.com/repos/spring-projects/spring-boot
|
https://api.github.com/repos/spring-projects/spring-boot/forks
|
https://api.github.com/repos/spring-projects/spring-boot/keys{/key_id}
|
https://api.github.com/repos/spring-projects/spring-boot/collaborators{/collaborator}
|
https://api.github.com/repos/spring-projects/spring-boot/teams
|
https://api.github.com/repos/spring-projects/spring-boot/hooks
|
https://api.github.com/repos/spring-projects/spring-boot/issues/events{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/events
|
https://api.github.com/repos/spring-projects/spring-boot/assignees{/user}
|
https://api.github.com/repos/spring-projects/spring-boot/branches{/branch}
|
https://api.github.com/repos/spring-projects/spring-boot/tags
|
https://api.github.com/repos/spring-projects/spring-boot/git/blobs{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/git/tags{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/git/refs{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/git/trees{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/statuses/{sha}
|
https://api.github.com/repos/spring-projects/spring-boot/languages
|
https://api.github.com/repos/spring-projects/spring-boot/stargazers
|
https://api.github.com/repos/spring-projects/spring-boot/contributors
|
https://api.github.com/repos/spring-projects/spring-boot/subscribers
|
https://api.github.com/repos/spring-projects/spring-boot/subscription
|
https://api.github.com/repos/spring-projects/spring-boot/commits{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/git/commits{/sha}
|
https://api.github.com/repos/spring-projects/spring-boot/comments{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/issues/comments{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/contents/{+path}
|
https://api.github.com/repos/spring-projects/spring-boot/compare/{base}...{head}
|
https://api.github.com/repos/spring-projects/spring-boot/merges
|
https://api.github.com/repos/spring-projects/spring-boot/{archive_format}{/ref}
|
https://api.github.com/repos/spring-projects/spring-boot/downloads
|
https://api.github.com/repos/spring-projects/spring-boot/issues{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/pulls{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/milestones{/number}
|
https://api.github.com/repos/spring-projects/spring-boot/notifications{?since,all,participating}
|
https://api.github.com/repos/spring-projects/spring-boot/labels{/name}
|
https://api.github.com/repos/spring-projects/spring-boot/releases{/id}
|
https://api.github.com/repos/spring-projects/spring-boot/deployments
| 2012-10-19T15:02:57
| 2026-01-21T05:25:04
| 2026-01-20T19:01:03
|
git://github.com/spring-projects/spring-boot.git
|
git@github.com:spring-projects/spring-boot.git
|
https://github.com/spring-projects/spring-boot.git
|
https://github.com/spring-projects/spring-boot
|
https://spring.io/projects/spring-boot
| 210,877
| 79,730
| 79,730
|
Java
| true
| false
| true
| true
| false
| false
| 41,819
| null | false
| false
| 472
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| true
|
[
"framework",
"java",
"spring",
"spring-boot"
] |
public
| 41,819
| 472
| 79,730
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
151,834,062
|
MDEwOlJlcG9zaXRvcnkxNTE4MzQwNjI=
|
advanced-java
|
doocs/advanced-java
| false
|
{
"login": "doocs",
"id": 43716716,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQzNzE2NzE2",
"avatar_url": "https://avatars.githubusercontent.com/u/43716716?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/doocs",
"html_url": "https://github.com/doocs",
"followers_url": "https://api.github.com/users/doocs/followers",
"following_url": "https://api.github.com/users/doocs/following{/other_user}",
"gists_url": "https://api.github.com/users/doocs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/doocs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/doocs/subscriptions",
"organizations_url": "https://api.github.com/users/doocs/orgs",
"repos_url": "https://api.github.com/users/doocs/repos",
"events_url": "https://api.github.com/users/doocs/events{/privacy}",
"received_events_url": "https://api.github.com/users/doocs/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/doocs/advanced-java
|
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
| false
|
https://api.github.com/repos/doocs/advanced-java
|
https://api.github.com/repos/doocs/advanced-java/forks
|
https://api.github.com/repos/doocs/advanced-java/keys{/key_id}
|
https://api.github.com/repos/doocs/advanced-java/collaborators{/collaborator}
|
https://api.github.com/repos/doocs/advanced-java/teams
|
https://api.github.com/repos/doocs/advanced-java/hooks
|
https://api.github.com/repos/doocs/advanced-java/issues/events{/number}
|
https://api.github.com/repos/doocs/advanced-java/events
|
https://api.github.com/repos/doocs/advanced-java/assignees{/user}
|
https://api.github.com/repos/doocs/advanced-java/branches{/branch}
|
https://api.github.com/repos/doocs/advanced-java/tags
|
https://api.github.com/repos/doocs/advanced-java/git/blobs{/sha}
|
https://api.github.com/repos/doocs/advanced-java/git/tags{/sha}
|
https://api.github.com/repos/doocs/advanced-java/git/refs{/sha}
|
https://api.github.com/repos/doocs/advanced-java/git/trees{/sha}
|
https://api.github.com/repos/doocs/advanced-java/statuses/{sha}
|
https://api.github.com/repos/doocs/advanced-java/languages
|
https://api.github.com/repos/doocs/advanced-java/stargazers
|
https://api.github.com/repos/doocs/advanced-java/contributors
|
https://api.github.com/repos/doocs/advanced-java/subscribers
|
https://api.github.com/repos/doocs/advanced-java/subscription
|
https://api.github.com/repos/doocs/advanced-java/commits{/sha}
|
https://api.github.com/repos/doocs/advanced-java/git/commits{/sha}
|
https://api.github.com/repos/doocs/advanced-java/comments{/number}
|
https://api.github.com/repos/doocs/advanced-java/issues/comments{/number}
|
https://api.github.com/repos/doocs/advanced-java/contents/{+path}
|
https://api.github.com/repos/doocs/advanced-java/compare/{base}...{head}
|
https://api.github.com/repos/doocs/advanced-java/merges
|
https://api.github.com/repos/doocs/advanced-java/{archive_format}{/ref}
|
https://api.github.com/repos/doocs/advanced-java/downloads
|
https://api.github.com/repos/doocs/advanced-java/issues{/number}
|
https://api.github.com/repos/doocs/advanced-java/pulls{/number}
|
https://api.github.com/repos/doocs/advanced-java/milestones{/number}
|
https://api.github.com/repos/doocs/advanced-java/notifications{?since,all,participating}
|
https://api.github.com/repos/doocs/advanced-java/labels{/name}
|
https://api.github.com/repos/doocs/advanced-java/releases{/id}
|
https://api.github.com/repos/doocs/advanced-java/deployments
| 2018-10-06T11:38:30
| 2026-01-21T05:49:22
| 2026-01-11T12:04:08
|
git://github.com/doocs/advanced-java.git
|
git@github.com:doocs/advanced-java.git
|
https://github.com/doocs/advanced-java.git
|
https://github.com/doocs/advanced-java
|
https://java.doocs.org
| 26,629
| 78,771
| 78,771
|
Java
| true
| false
| true
| false
| true
| true
| 19,304
| null | false
| false
| 2
|
{
"key": "cc-by-sa-4.0",
"name": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0",
"url": "https://api.github.com/licenses/cc-by-sa-4.0",
"node_id": "MDc6TGljZW5zZTI2"
}
| true
| false
| false
|
[
"advanced-java",
"distributed-search-engine",
"distributed-systems",
"doocs",
"dubbo",
"elasticsearch",
"eureka",
"feign",
"high-availability",
"high-concurrency",
"hystrix",
"java",
"message-queue",
"microservices-architecture",
"redis",
"ribbon",
"rpc",
"spring-cloud",
"springcloud-config",
"zookeeper"
] |
public
| 19,304
| 2
| 78,771
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
160,640,094
|
MDEwOlJlcG9zaXRvcnkxNjA2NDAwOTQ=
|
LeetCodeAnimation
|
MisterBooo/LeetCodeAnimation
| false
|
{
"login": "MisterBooo",
"id": 15308811,
"node_id": "MDQ6VXNlcjE1MzA4ODEx",
"avatar_url": "https://avatars.githubusercontent.com/u/15308811?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisterBooo",
"html_url": "https://github.com/MisterBooo",
"followers_url": "https://api.github.com/users/MisterBooo/followers",
"following_url": "https://api.github.com/users/MisterBooo/following{/other_user}",
"gists_url": "https://api.github.com/users/MisterBooo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MisterBooo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MisterBooo/subscriptions",
"organizations_url": "https://api.github.com/users/MisterBooo/orgs",
"repos_url": "https://api.github.com/users/MisterBooo/repos",
"events_url": "https://api.github.com/users/MisterBooo/events{/privacy}",
"received_events_url": "https://api.github.com/users/MisterBooo/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/MisterBooo/LeetCodeAnimation
|
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
| false
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/forks
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/keys{/key_id}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/collaborators{/collaborator}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/teams
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/hooks
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/issues/events{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/events
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/assignees{/user}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/branches{/branch}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/tags
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/git/blobs{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/git/tags{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/git/refs{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/git/trees{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/statuses/{sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/languages
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/stargazers
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/contributors
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/subscribers
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/subscription
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/commits{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/git/commits{/sha}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/comments{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/issues/comments{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/contents/{+path}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/compare/{base}...{head}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/merges
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/{archive_format}{/ref}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/downloads
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/issues{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/pulls{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/milestones{/number}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/notifications{?since,all,participating}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/labels{/name}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/releases{/id}
|
https://api.github.com/repos/MisterBooo/LeetCodeAnimation/deployments
| 2018-12-06T08:01:22
| 2026-01-20T07:24:40
| 2023-08-14T12:14:01
|
git://github.com/MisterBooo/LeetCodeAnimation.git
|
git@github.com:MisterBooo/LeetCodeAnimation.git
|
https://github.com/MisterBooo/LeetCodeAnimation.git
|
https://github.com/MisterBooo/LeetCodeAnimation
| 509,807
| 76,706
| 76,706
|
Java
| true
| true
| true
| true
| false
| false
| 14,006
| null | false
| false
| 20
| null | true
| false
| false
|
[
"animation",
"leetcode",
"leetcode-c",
"leetcode-java",
"leetcode-solutions"
] |
public
| 14,006
| 20
| 76,706
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
507,775
|
MDEwOlJlcG9zaXRvcnk1MDc3NzU=
|
elasticsearch
|
elastic/elasticsearch
| false
|
{
"login": "elastic",
"id": 6764390,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY3NjQzOTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/6764390?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elastic",
"html_url": "https://github.com/elastic",
"followers_url": "https://api.github.com/users/elastic/followers",
"following_url": "https://api.github.com/users/elastic/following{/other_user}",
"gists_url": "https://api.github.com/users/elastic/gists{/gist_id}",
"starred_url": "https://api.github.com/users/elastic/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/elastic/subscriptions",
"organizations_url": "https://api.github.com/users/elastic/orgs",
"repos_url": "https://api.github.com/users/elastic/repos",
"events_url": "https://api.github.com/users/elastic/events{/privacy}",
"received_events_url": "https://api.github.com/users/elastic/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/elastic/elasticsearch
|
Free and Open Source, Distributed, RESTful Search Engine
| false
|
https://api.github.com/repos/elastic/elasticsearch
|
https://api.github.com/repos/elastic/elasticsearch/forks
|
https://api.github.com/repos/elastic/elasticsearch/keys{/key_id}
|
https://api.github.com/repos/elastic/elasticsearch/collaborators{/collaborator}
|
https://api.github.com/repos/elastic/elasticsearch/teams
|
https://api.github.com/repos/elastic/elasticsearch/hooks
|
https://api.github.com/repos/elastic/elasticsearch/issues/events{/number}
|
https://api.github.com/repos/elastic/elasticsearch/events
|
https://api.github.com/repos/elastic/elasticsearch/assignees{/user}
|
https://api.github.com/repos/elastic/elasticsearch/branches{/branch}
|
https://api.github.com/repos/elastic/elasticsearch/tags
|
https://api.github.com/repos/elastic/elasticsearch/git/blobs{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/git/tags{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/git/refs{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/git/trees{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/statuses/{sha}
|
https://api.github.com/repos/elastic/elasticsearch/languages
|
https://api.github.com/repos/elastic/elasticsearch/stargazers
|
https://api.github.com/repos/elastic/elasticsearch/contributors
|
https://api.github.com/repos/elastic/elasticsearch/subscribers
|
https://api.github.com/repos/elastic/elasticsearch/subscription
|
https://api.github.com/repos/elastic/elasticsearch/commits{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/git/commits{/sha}
|
https://api.github.com/repos/elastic/elasticsearch/comments{/number}
|
https://api.github.com/repos/elastic/elasticsearch/issues/comments{/number}
|
https://api.github.com/repos/elastic/elasticsearch/contents/{+path}
|
https://api.github.com/repos/elastic/elasticsearch/compare/{base}...{head}
|
https://api.github.com/repos/elastic/elasticsearch/merges
|
https://api.github.com/repos/elastic/elasticsearch/{archive_format}{/ref}
|
https://api.github.com/repos/elastic/elasticsearch/downloads
|
https://api.github.com/repos/elastic/elasticsearch/issues{/number}
|
https://api.github.com/repos/elastic/elasticsearch/pulls{/number}
|
https://api.github.com/repos/elastic/elasticsearch/milestones{/number}
|
https://api.github.com/repos/elastic/elasticsearch/notifications{?since,all,participating}
|
https://api.github.com/repos/elastic/elasticsearch/labels{/name}
|
https://api.github.com/repos/elastic/elasticsearch/releases{/id}
|
https://api.github.com/repos/elastic/elasticsearch/deployments
| 2010-02-08T13:20:56
| 2026-01-21T06:34:22
| 2026-01-21T06:29:41
|
git://github.com/elastic/elasticsearch.git
|
git@github.com:elastic/elasticsearch.git
|
https://github.com/elastic/elasticsearch.git
|
https://github.com/elastic/elasticsearch
|
https://www.elastic.co/products/elasticsearch
| 1,533,814
| 75,926
| 75,926
|
Java
| true
| true
| true
| false
| false
| false
| 25,797
| null | false
| false
| 5,351
|
{
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
}
| true
| false
| false
|
[
"elasticsearch",
"java",
"search-engine"
] |
public
| 25,797
| 5,351
| 75,926
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
63,477,660
|
MDEwOlJlcG9zaXRvcnk2MzQ3NzY2MA==
|
Java
|
TheAlgorithms/Java
| false
|
{
"login": "TheAlgorithms",
"id": 20487725,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjIwNDg3NzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/20487725?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TheAlgorithms",
"html_url": "https://github.com/TheAlgorithms",
"followers_url": "https://api.github.com/users/TheAlgorithms/followers",
"following_url": "https://api.github.com/users/TheAlgorithms/following{/other_user}",
"gists_url": "https://api.github.com/users/TheAlgorithms/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TheAlgorithms/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TheAlgorithms/subscriptions",
"organizations_url": "https://api.github.com/users/TheAlgorithms/orgs",
"repos_url": "https://api.github.com/users/TheAlgorithms/repos",
"events_url": "https://api.github.com/users/TheAlgorithms/events{/privacy}",
"received_events_url": "https://api.github.com/users/TheAlgorithms/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/TheAlgorithms/Java
|
All Algorithms implemented in Java
| false
|
https://api.github.com/repos/TheAlgorithms/Java
|
https://api.github.com/repos/TheAlgorithms/Java/forks
|
https://api.github.com/repos/TheAlgorithms/Java/keys{/key_id}
|
https://api.github.com/repos/TheAlgorithms/Java/collaborators{/collaborator}
|
https://api.github.com/repos/TheAlgorithms/Java/teams
|
https://api.github.com/repos/TheAlgorithms/Java/hooks
|
https://api.github.com/repos/TheAlgorithms/Java/issues/events{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/events
|
https://api.github.com/repos/TheAlgorithms/Java/assignees{/user}
|
https://api.github.com/repos/TheAlgorithms/Java/branches{/branch}
|
https://api.github.com/repos/TheAlgorithms/Java/tags
|
https://api.github.com/repos/TheAlgorithms/Java/git/blobs{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/git/tags{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/git/refs{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/git/trees{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/statuses/{sha}
|
https://api.github.com/repos/TheAlgorithms/Java/languages
|
https://api.github.com/repos/TheAlgorithms/Java/stargazers
|
https://api.github.com/repos/TheAlgorithms/Java/contributors
|
https://api.github.com/repos/TheAlgorithms/Java/subscribers
|
https://api.github.com/repos/TheAlgorithms/Java/subscription
|
https://api.github.com/repos/TheAlgorithms/Java/commits{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/git/commits{/sha}
|
https://api.github.com/repos/TheAlgorithms/Java/comments{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/issues/comments{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/contents/{+path}
|
https://api.github.com/repos/TheAlgorithms/Java/compare/{base}...{head}
|
https://api.github.com/repos/TheAlgorithms/Java/merges
|
https://api.github.com/repos/TheAlgorithms/Java/{archive_format}{/ref}
|
https://api.github.com/repos/TheAlgorithms/Java/downloads
|
https://api.github.com/repos/TheAlgorithms/Java/issues{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/pulls{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/milestones{/number}
|
https://api.github.com/repos/TheAlgorithms/Java/notifications{?since,all,participating}
|
https://api.github.com/repos/TheAlgorithms/Java/labels{/name}
|
https://api.github.com/repos/TheAlgorithms/Java/releases{/id}
|
https://api.github.com/repos/TheAlgorithms/Java/deployments
| 2016-07-16T10:21:02
| 2026-01-21T04:29:21
| 2026-01-20T21:02:21
|
git://github.com/TheAlgorithms/Java.git
|
git@github.com:TheAlgorithms/Java.git
|
https://github.com/TheAlgorithms/Java.git
|
https://github.com/TheAlgorithms/Java
| 7,175
| 64,776
| 64,776
|
Java
| true
| false
| true
| false
| false
| false
| 20,913
| null | false
| false
| 43
|
{
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
| true
| false
| false
|
[
"algorithm",
"algorithm-challenges",
"algorithms",
"algorithms-datastructures",
"data-structures",
"hacktoberfest",
"java",
"search",
"sort",
"sorting-algorithms"
] |
public
| 20,913
| 43
| 64,776
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
81,975,372
|
MDEwOlJlcG9zaXRvcnk4MTk3NTM3Mg==
|
interviews
|
kdn251/interviews
| false
|
{
"login": "kdn251",
"id": 16903644,
"node_id": "MDQ6VXNlcjE2OTAzNjQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/16903644?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kdn251",
"html_url": "https://github.com/kdn251",
"followers_url": "https://api.github.com/users/kdn251/followers",
"following_url": "https://api.github.com/users/kdn251/following{/other_user}",
"gists_url": "https://api.github.com/users/kdn251/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kdn251/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kdn251/subscriptions",
"organizations_url": "https://api.github.com/users/kdn251/orgs",
"repos_url": "https://api.github.com/users/kdn251/repos",
"events_url": "https://api.github.com/users/kdn251/events{/privacy}",
"received_events_url": "https://api.github.com/users/kdn251/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/kdn251/interviews
|
Everything you need to know to get the job.
| false
|
https://api.github.com/repos/kdn251/interviews
|
https://api.github.com/repos/kdn251/interviews/forks
|
https://api.github.com/repos/kdn251/interviews/keys{/key_id}
|
https://api.github.com/repos/kdn251/interviews/collaborators{/collaborator}
|
https://api.github.com/repos/kdn251/interviews/teams
|
https://api.github.com/repos/kdn251/interviews/hooks
|
https://api.github.com/repos/kdn251/interviews/issues/events{/number}
|
https://api.github.com/repos/kdn251/interviews/events
|
https://api.github.com/repos/kdn251/interviews/assignees{/user}
|
https://api.github.com/repos/kdn251/interviews/branches{/branch}
|
https://api.github.com/repos/kdn251/interviews/tags
|
https://api.github.com/repos/kdn251/interviews/git/blobs{/sha}
|
https://api.github.com/repos/kdn251/interviews/git/tags{/sha}
|
https://api.github.com/repos/kdn251/interviews/git/refs{/sha}
|
https://api.github.com/repos/kdn251/interviews/git/trees{/sha}
|
https://api.github.com/repos/kdn251/interviews/statuses/{sha}
|
https://api.github.com/repos/kdn251/interviews/languages
|
https://api.github.com/repos/kdn251/interviews/stargazers
|
https://api.github.com/repos/kdn251/interviews/contributors
|
https://api.github.com/repos/kdn251/interviews/subscribers
|
https://api.github.com/repos/kdn251/interviews/subscription
|
https://api.github.com/repos/kdn251/interviews/commits{/sha}
|
https://api.github.com/repos/kdn251/interviews/git/commits{/sha}
|
https://api.github.com/repos/kdn251/interviews/comments{/number}
|
https://api.github.com/repos/kdn251/interviews/issues/comments{/number}
|
https://api.github.com/repos/kdn251/interviews/contents/{+path}
|
https://api.github.com/repos/kdn251/interviews/compare/{base}...{head}
|
https://api.github.com/repos/kdn251/interviews/merges
|
https://api.github.com/repos/kdn251/interviews/{archive_format}{/ref}
|
https://api.github.com/repos/kdn251/interviews/downloads
|
https://api.github.com/repos/kdn251/interviews/issues{/number}
|
https://api.github.com/repos/kdn251/interviews/pulls{/number}
|
https://api.github.com/repos/kdn251/interviews/milestones{/number}
|
https://api.github.com/repos/kdn251/interviews/notifications{?since,all,participating}
|
https://api.github.com/repos/kdn251/interviews/labels{/name}
|
https://api.github.com/repos/kdn251/interviews/releases{/id}
|
https://api.github.com/repos/kdn251/interviews/deployments
| 2017-02-14T18:19:25
| 2026-01-21T06:14:20
| 2025-05-12T12:56:04
|
git://github.com/kdn251/interviews.git
|
git@github.com:kdn251/interviews.git
|
https://github.com/kdn251/interviews.git
|
https://github.com/kdn251/interviews
|
https://www.youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g?view_as=subscriber
| 24,462
| 64,766
| 64,766
|
Java
| true
| true
| true
| true
| false
| false
| 12,927
| null | false
| false
| 118
|
{
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
| true
| false
| false
|
[
"algorithm",
"algorithm-challenges",
"algorithm-competitions",
"algorithms",
"coding-challenge",
"coding-challenges",
"coding-interview",
"coding-interviews",
"interview",
"interview-practice",
"interview-prep",
"interview-preparation",
"interview-questions",
"interviews",
"java",
"leetcode",
"leetcode-java",
"leetcode-questions",
"leetcode-solutions",
"technical-coding-interview"
] |
public
| 12,927
| 118
| 64,766
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
173,228,436
|
MDEwOlJlcG9zaXRvcnkxNzMyMjg0MzY=
|
ghidra
|
NationalSecurityAgency/ghidra
| false
|
{
"login": "NationalSecurityAgency",
"id": 11298292,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjk4Mjky",
"avatar_url": "https://avatars.githubusercontent.com/u/11298292?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NationalSecurityAgency",
"html_url": "https://github.com/NationalSecurityAgency",
"followers_url": "https://api.github.com/users/NationalSecurityAgency/followers",
"following_url": "https://api.github.com/users/NationalSecurityAgency/following{/other_user}",
"gists_url": "https://api.github.com/users/NationalSecurityAgency/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NationalSecurityAgency/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NationalSecurityAgency/subscriptions",
"organizations_url": "https://api.github.com/users/NationalSecurityAgency/orgs",
"repos_url": "https://api.github.com/users/NationalSecurityAgency/repos",
"events_url": "https://api.github.com/users/NationalSecurityAgency/events{/privacy}",
"received_events_url": "https://api.github.com/users/NationalSecurityAgency/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/NationalSecurityAgency/ghidra
|
Ghidra is a software reverse engineering (SRE) framework
| false
|
https://api.github.com/repos/NationalSecurityAgency/ghidra
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/forks
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/keys{/key_id}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/collaborators{/collaborator}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/teams
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/hooks
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/issues/events{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/events
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/assignees{/user}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/branches{/branch}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/tags
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/git/blobs{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/git/tags{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/git/refs{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/git/trees{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/statuses/{sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/languages
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/stargazers
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/contributors
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/subscribers
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/subscription
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/commits{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/git/commits{/sha}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/comments{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/issues/comments{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/contents/{+path}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/compare/{base}...{head}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/merges
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/{archive_format}{/ref}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/downloads
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/issues{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/pulls{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/milestones{/number}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/notifications{?since,all,participating}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/labels{/name}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/releases{/id}
|
https://api.github.com/repos/NationalSecurityAgency/ghidra/deployments
| 2019-03-01T03:27:48
| 2026-01-21T06:37:11
| 2026-01-20T09:34:44
|
git://github.com/NationalSecurityAgency/ghidra.git
|
git@github.com:NationalSecurityAgency/ghidra.git
|
https://github.com/NationalSecurityAgency/ghidra.git
|
https://github.com/NationalSecurityAgency/ghidra
|
https://www.nsa.gov/ghidra
| 397,873
| 63,697
| 63,697
|
Java
| true
| true
| true
| true
| false
| true
| 7,081
| null | false
| false
| 1,849
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"disassembler",
"reverse-engineering",
"software-analysis"
] |
public
| 7,081
| 1,849
| 63,697
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
1,148,753
|
MDEwOlJlcG9zaXRvcnkxMTQ4NzUz
|
spring-framework
|
spring-projects/spring-framework
| false
|
{
"login": "spring-projects",
"id": 317776,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzc3Ng==",
"avatar_url": "https://avatars.githubusercontent.com/u/317776?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spring-projects",
"html_url": "https://github.com/spring-projects",
"followers_url": "https://api.github.com/users/spring-projects/followers",
"following_url": "https://api.github.com/users/spring-projects/following{/other_user}",
"gists_url": "https://api.github.com/users/spring-projects/gists{/gist_id}",
"starred_url": "https://api.github.com/users/spring-projects/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/spring-projects/subscriptions",
"organizations_url": "https://api.github.com/users/spring-projects/orgs",
"repos_url": "https://api.github.com/users/spring-projects/repos",
"events_url": "https://api.github.com/users/spring-projects/events{/privacy}",
"received_events_url": "https://api.github.com/users/spring-projects/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/spring-projects/spring-framework
|
Spring Framework
| false
|
https://api.github.com/repos/spring-projects/spring-framework
|
https://api.github.com/repos/spring-projects/spring-framework/forks
|
https://api.github.com/repos/spring-projects/spring-framework/keys{/key_id}
|
https://api.github.com/repos/spring-projects/spring-framework/collaborators{/collaborator}
|
https://api.github.com/repos/spring-projects/spring-framework/teams
|
https://api.github.com/repos/spring-projects/spring-framework/hooks
|
https://api.github.com/repos/spring-projects/spring-framework/issues/events{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/events
|
https://api.github.com/repos/spring-projects/spring-framework/assignees{/user}
|
https://api.github.com/repos/spring-projects/spring-framework/branches{/branch}
|
https://api.github.com/repos/spring-projects/spring-framework/tags
|
https://api.github.com/repos/spring-projects/spring-framework/git/blobs{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/git/tags{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/git/refs{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/git/trees{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/statuses/{sha}
|
https://api.github.com/repos/spring-projects/spring-framework/languages
|
https://api.github.com/repos/spring-projects/spring-framework/stargazers
|
https://api.github.com/repos/spring-projects/spring-framework/contributors
|
https://api.github.com/repos/spring-projects/spring-framework/subscribers
|
https://api.github.com/repos/spring-projects/spring-framework/subscription
|
https://api.github.com/repos/spring-projects/spring-framework/commits{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/git/commits{/sha}
|
https://api.github.com/repos/spring-projects/spring-framework/comments{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/issues/comments{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/contents/{+path}
|
https://api.github.com/repos/spring-projects/spring-framework/compare/{base}...{head}
|
https://api.github.com/repos/spring-projects/spring-framework/merges
|
https://api.github.com/repos/spring-projects/spring-framework/{archive_format}{/ref}
|
https://api.github.com/repos/spring-projects/spring-framework/downloads
|
https://api.github.com/repos/spring-projects/spring-framework/issues{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/pulls{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/milestones{/number}
|
https://api.github.com/repos/spring-projects/spring-framework/notifications{?since,all,participating}
|
https://api.github.com/repos/spring-projects/spring-framework/labels{/name}
|
https://api.github.com/repos/spring-projects/spring-framework/releases{/id}
|
https://api.github.com/repos/spring-projects/spring-framework/deployments
| 2010-12-08T04:04:45
| 2026-01-21T05:49:42
| 2026-01-20T19:41:50
|
git://github.com/spring-projects/spring-framework.git
|
git@github.com:spring-projects/spring-framework.git
|
https://github.com/spring-projects/spring-framework.git
|
https://github.com/spring-projects/spring-framework
|
https://spring.io/projects/spring-framework
| 237,961
| 59,526
| 59,526
|
Java
| true
| false
| true
| true
| true
| false
| 38,914
| null | false
| false
| 331
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| true
|
[
"framework",
"spring",
"spring-framework"
] |
public
| 38,914
| 331
| 59,526
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
20,300,177
|
MDEwOlJlcG9zaXRvcnkyMDMwMDE3Nw==
|
guava
|
google/guava
| false
|
{
"login": "google",
"id": 1342004,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/google",
"html_url": "https://github.com/google",
"followers_url": "https://api.github.com/users/google/followers",
"following_url": "https://api.github.com/users/google/following{/other_user}",
"gists_url": "https://api.github.com/users/google/gists{/gist_id}",
"starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/google/subscriptions",
"organizations_url": "https://api.github.com/users/google/orgs",
"repos_url": "https://api.github.com/users/google/repos",
"events_url": "https://api.github.com/users/google/events{/privacy}",
"received_events_url": "https://api.github.com/users/google/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/google/guava
|
Google core libraries for Java
| false
|
https://api.github.com/repos/google/guava
|
https://api.github.com/repos/google/guava/forks
|
https://api.github.com/repos/google/guava/keys{/key_id}
|
https://api.github.com/repos/google/guava/collaborators{/collaborator}
|
https://api.github.com/repos/google/guava/teams
|
https://api.github.com/repos/google/guava/hooks
|
https://api.github.com/repos/google/guava/issues/events{/number}
|
https://api.github.com/repos/google/guava/events
|
https://api.github.com/repos/google/guava/assignees{/user}
|
https://api.github.com/repos/google/guava/branches{/branch}
|
https://api.github.com/repos/google/guava/tags
|
https://api.github.com/repos/google/guava/git/blobs{/sha}
|
https://api.github.com/repos/google/guava/git/tags{/sha}
|
https://api.github.com/repos/google/guava/git/refs{/sha}
|
https://api.github.com/repos/google/guava/git/trees{/sha}
|
https://api.github.com/repos/google/guava/statuses/{sha}
|
https://api.github.com/repos/google/guava/languages
|
https://api.github.com/repos/google/guava/stargazers
|
https://api.github.com/repos/google/guava/contributors
|
https://api.github.com/repos/google/guava/subscribers
|
https://api.github.com/repos/google/guava/subscription
|
https://api.github.com/repos/google/guava/commits{/sha}
|
https://api.github.com/repos/google/guava/git/commits{/sha}
|
https://api.github.com/repos/google/guava/comments{/number}
|
https://api.github.com/repos/google/guava/issues/comments{/number}
|
https://api.github.com/repos/google/guava/contents/{+path}
|
https://api.github.com/repos/google/guava/compare/{base}...{head}
|
https://api.github.com/repos/google/guava/merges
|
https://api.github.com/repos/google/guava/{archive_format}{/ref}
|
https://api.github.com/repos/google/guava/downloads
|
https://api.github.com/repos/google/guava/issues{/number}
|
https://api.github.com/repos/google/guava/pulls{/number}
|
https://api.github.com/repos/google/guava/milestones{/number}
|
https://api.github.com/repos/google/guava/notifications{?since,all,participating}
|
https://api.github.com/repos/google/guava/labels{/name}
|
https://api.github.com/repos/google/guava/releases{/id}
|
https://api.github.com/repos/google/guava/deployments
| 2014-05-29T16:23:17
| 2026-01-21T06:29:10
| 2026-01-13T16:55:34
|
git://github.com/google/guava.git
|
git@github.com:google/guava.git
|
https://github.com/google/guava.git
|
https://github.com/google/guava
| 1,349,688
| 51,433
| 51,433
|
Java
| true
| true
| true
| true
| true
| false
| 11,134
| null | false
| false
| 712
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"guava",
"java"
] |
public
| 11,134
| 712
| 51,433
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
44,804,216
|
MDEwOlJlcG9zaXRvcnk0NDgwNDIxNg==
|
termux-app
|
termux/termux-app
| false
|
{
"login": "termux",
"id": 8104776,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjgxMDQ3NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/8104776?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/termux",
"html_url": "https://github.com/termux",
"followers_url": "https://api.github.com/users/termux/followers",
"following_url": "https://api.github.com/users/termux/following{/other_user}",
"gists_url": "https://api.github.com/users/termux/gists{/gist_id}",
"starred_url": "https://api.github.com/users/termux/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/termux/subscriptions",
"organizations_url": "https://api.github.com/users/termux/orgs",
"repos_url": "https://api.github.com/users/termux/repos",
"events_url": "https://api.github.com/users/termux/events{/privacy}",
"received_events_url": "https://api.github.com/users/termux/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/termux/termux-app
|
Termux - a terminal emulator application for Android OS extendible by variety of packages.
| false
|
https://api.github.com/repos/termux/termux-app
|
https://api.github.com/repos/termux/termux-app/forks
|
https://api.github.com/repos/termux/termux-app/keys{/key_id}
|
https://api.github.com/repos/termux/termux-app/collaborators{/collaborator}
|
https://api.github.com/repos/termux/termux-app/teams
|
https://api.github.com/repos/termux/termux-app/hooks
|
https://api.github.com/repos/termux/termux-app/issues/events{/number}
|
https://api.github.com/repos/termux/termux-app/events
|
https://api.github.com/repos/termux/termux-app/assignees{/user}
|
https://api.github.com/repos/termux/termux-app/branches{/branch}
|
https://api.github.com/repos/termux/termux-app/tags
|
https://api.github.com/repos/termux/termux-app/git/blobs{/sha}
|
https://api.github.com/repos/termux/termux-app/git/tags{/sha}
|
https://api.github.com/repos/termux/termux-app/git/refs{/sha}
|
https://api.github.com/repos/termux/termux-app/git/trees{/sha}
|
https://api.github.com/repos/termux/termux-app/statuses/{sha}
|
https://api.github.com/repos/termux/termux-app/languages
|
https://api.github.com/repos/termux/termux-app/stargazers
|
https://api.github.com/repos/termux/termux-app/contributors
|
https://api.github.com/repos/termux/termux-app/subscribers
|
https://api.github.com/repos/termux/termux-app/subscription
|
https://api.github.com/repos/termux/termux-app/commits{/sha}
|
https://api.github.com/repos/termux/termux-app/git/commits{/sha}
|
https://api.github.com/repos/termux/termux-app/comments{/number}
|
https://api.github.com/repos/termux/termux-app/issues/comments{/number}
|
https://api.github.com/repos/termux/termux-app/contents/{+path}
|
https://api.github.com/repos/termux/termux-app/compare/{base}...{head}
|
https://api.github.com/repos/termux/termux-app/merges
|
https://api.github.com/repos/termux/termux-app/{archive_format}{/ref}
|
https://api.github.com/repos/termux/termux-app/downloads
|
https://api.github.com/repos/termux/termux-app/issues{/number}
|
https://api.github.com/repos/termux/termux-app/pulls{/number}
|
https://api.github.com/repos/termux/termux-app/milestones{/number}
|
https://api.github.com/repos/termux/termux-app/notifications{?since,all,participating}
|
https://api.github.com/repos/termux/termux-app/labels{/name}
|
https://api.github.com/repos/termux/termux-app/releases{/id}
|
https://api.github.com/repos/termux/termux-app/deployments
| 2015-10-23T09:42:46
| 2026-01-21T06:13:48
| 2026-01-12T15:02:31
|
git://github.com/termux/termux-app.git
|
git@github.com:termux/termux-app.git
|
https://github.com/termux/termux-app.git
|
https://github.com/termux/termux-app
|
https://f-droid.org/en/packages/com.termux
| 4,960
| 49,043
| 49,043
|
Java
| true
| false
| true
| true
| false
| true
| 5,872
| null | false
| false
| 480
|
{
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
}
| true
| false
| false
|
[
"android",
"hacktoberfest",
"linux",
"terminal",
"termux"
] |
public
| 5,872
| 480
| 49,043
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
7,508,411
|
MDEwOlJlcG9zaXRvcnk3NTA4NDEx
|
RxJava
|
ReactiveX/RxJava
| false
|
{
"login": "ReactiveX",
"id": 6407041,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY0MDcwNDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6407041?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ReactiveX",
"html_url": "https://github.com/ReactiveX",
"followers_url": "https://api.github.com/users/ReactiveX/followers",
"following_url": "https://api.github.com/users/ReactiveX/following{/other_user}",
"gists_url": "https://api.github.com/users/ReactiveX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ReactiveX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ReactiveX/subscriptions",
"organizations_url": "https://api.github.com/users/ReactiveX/orgs",
"repos_url": "https://api.github.com/users/ReactiveX/repos",
"events_url": "https://api.github.com/users/ReactiveX/events{/privacy}",
"received_events_url": "https://api.github.com/users/ReactiveX/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/ReactiveX/RxJava
|
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
| false
|
https://api.github.com/repos/ReactiveX/RxJava
|
https://api.github.com/repos/ReactiveX/RxJava/forks
|
https://api.github.com/repos/ReactiveX/RxJava/keys{/key_id}
|
https://api.github.com/repos/ReactiveX/RxJava/collaborators{/collaborator}
|
https://api.github.com/repos/ReactiveX/RxJava/teams
|
https://api.github.com/repos/ReactiveX/RxJava/hooks
|
https://api.github.com/repos/ReactiveX/RxJava/issues/events{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/events
|
https://api.github.com/repos/ReactiveX/RxJava/assignees{/user}
|
https://api.github.com/repos/ReactiveX/RxJava/branches{/branch}
|
https://api.github.com/repos/ReactiveX/RxJava/tags
|
https://api.github.com/repos/ReactiveX/RxJava/git/blobs{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/git/tags{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/git/refs{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/git/trees{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/statuses/{sha}
|
https://api.github.com/repos/ReactiveX/RxJava/languages
|
https://api.github.com/repos/ReactiveX/RxJava/stargazers
|
https://api.github.com/repos/ReactiveX/RxJava/contributors
|
https://api.github.com/repos/ReactiveX/RxJava/subscribers
|
https://api.github.com/repos/ReactiveX/RxJava/subscription
|
https://api.github.com/repos/ReactiveX/RxJava/commits{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/git/commits{/sha}
|
https://api.github.com/repos/ReactiveX/RxJava/comments{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/issues/comments{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/contents/{+path}
|
https://api.github.com/repos/ReactiveX/RxJava/compare/{base}...{head}
|
https://api.github.com/repos/ReactiveX/RxJava/merges
|
https://api.github.com/repos/ReactiveX/RxJava/{archive_format}{/ref}
|
https://api.github.com/repos/ReactiveX/RxJava/downloads
|
https://api.github.com/repos/ReactiveX/RxJava/issues{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/pulls{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/milestones{/number}
|
https://api.github.com/repos/ReactiveX/RxJava/notifications{?since,all,participating}
|
https://api.github.com/repos/ReactiveX/RxJava/labels{/name}
|
https://api.github.com/repos/ReactiveX/RxJava/releases{/id}
|
https://api.github.com/repos/ReactiveX/RxJava/deployments
| 2013-01-08T20:11:48
| 2026-01-20T12:41:56
| 2026-01-19T14:53:50
|
git://github.com/ReactiveX/RxJava.git
|
git@github.com:ReactiveX/RxJava.git
|
https://github.com/ReactiveX/RxJava.git
|
https://github.com/ReactiveX/RxJava
| 146,180
| 48,518
| 48,518
|
Java
| true
| true
| true
| true
| true
| false
| 7,605
| null | false
| false
| 16
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"flow",
"java",
"reactive-streams",
"rxjava"
] |
public
| 7,605
| 16
| 48,518
|
3.x
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
44,662,669
|
MDEwOlJlcG9zaXRvcnk0NDY2MjY2OQ==
|
dbeaver
|
dbeaver/dbeaver
| false
|
{
"login": "dbeaver",
"id": 34743864,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NzQzODY0",
"avatar_url": "https://avatars.githubusercontent.com/u/34743864?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dbeaver",
"html_url": "https://github.com/dbeaver",
"followers_url": "https://api.github.com/users/dbeaver/followers",
"following_url": "https://api.github.com/users/dbeaver/following{/other_user}",
"gists_url": "https://api.github.com/users/dbeaver/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dbeaver/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dbeaver/subscriptions",
"organizations_url": "https://api.github.com/users/dbeaver/orgs",
"repos_url": "https://api.github.com/users/dbeaver/repos",
"events_url": "https://api.github.com/users/dbeaver/events{/privacy}",
"received_events_url": "https://api.github.com/users/dbeaver/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/dbeaver/dbeaver
|
Free universal database tool and SQL client
| false
|
https://api.github.com/repos/dbeaver/dbeaver
|
https://api.github.com/repos/dbeaver/dbeaver/forks
|
https://api.github.com/repos/dbeaver/dbeaver/keys{/key_id}
|
https://api.github.com/repos/dbeaver/dbeaver/collaborators{/collaborator}
|
https://api.github.com/repos/dbeaver/dbeaver/teams
|
https://api.github.com/repos/dbeaver/dbeaver/hooks
|
https://api.github.com/repos/dbeaver/dbeaver/issues/events{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/events
|
https://api.github.com/repos/dbeaver/dbeaver/assignees{/user}
|
https://api.github.com/repos/dbeaver/dbeaver/branches{/branch}
|
https://api.github.com/repos/dbeaver/dbeaver/tags
|
https://api.github.com/repos/dbeaver/dbeaver/git/blobs{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/git/tags{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/git/refs{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/git/trees{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/statuses/{sha}
|
https://api.github.com/repos/dbeaver/dbeaver/languages
|
https://api.github.com/repos/dbeaver/dbeaver/stargazers
|
https://api.github.com/repos/dbeaver/dbeaver/contributors
|
https://api.github.com/repos/dbeaver/dbeaver/subscribers
|
https://api.github.com/repos/dbeaver/dbeaver/subscription
|
https://api.github.com/repos/dbeaver/dbeaver/commits{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/git/commits{/sha}
|
https://api.github.com/repos/dbeaver/dbeaver/comments{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/issues/comments{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/contents/{+path}
|
https://api.github.com/repos/dbeaver/dbeaver/compare/{base}...{head}
|
https://api.github.com/repos/dbeaver/dbeaver/merges
|
https://api.github.com/repos/dbeaver/dbeaver/{archive_format}{/ref}
|
https://api.github.com/repos/dbeaver/dbeaver/downloads
|
https://api.github.com/repos/dbeaver/dbeaver/issues{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/pulls{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/milestones{/number}
|
https://api.github.com/repos/dbeaver/dbeaver/notifications{?since,all,participating}
|
https://api.github.com/repos/dbeaver/dbeaver/labels{/name}
|
https://api.github.com/repos/dbeaver/dbeaver/releases{/id}
|
https://api.github.com/repos/dbeaver/dbeaver/deployments
| 2015-10-21T08:26:28
| 2026-01-21T05:55:33
| 2026-01-20T17:41:37
|
git://github.com/dbeaver/dbeaver.git
|
git@github.com:dbeaver/dbeaver.git
|
https://github.com/dbeaver/dbeaver.git
|
https://github.com/dbeaver/dbeaver
|
https://dbeaver.io
| 205,942
| 48,317
| 48,317
|
Java
| true
| true
| true
| true
| true
| true
| 4,005
| null | false
| false
| 3,204
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"ai",
"copilot",
"database",
"db2",
"dbeaver",
"erd",
"gui",
"java",
"jdbc",
"mysql",
"nosql",
"openai",
"oracle",
"postgresql",
"redshift",
"sql",
"sqlite",
"sqlserver"
] |
public
| 4,005
| 3,204
| 48,317
|
devel
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
8,859,474
|
MDEwOlJlcG9zaXRvcnk4ODU5NDc0
|
jadx
|
skylot/jadx
| false
|
{
"login": "skylot",
"id": 118523,
"node_id": "MDQ6VXNlcjExODUyMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/118523?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/skylot",
"html_url": "https://github.com/skylot",
"followers_url": "https://api.github.com/users/skylot/followers",
"following_url": "https://api.github.com/users/skylot/following{/other_user}",
"gists_url": "https://api.github.com/users/skylot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/skylot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/skylot/subscriptions",
"organizations_url": "https://api.github.com/users/skylot/orgs",
"repos_url": "https://api.github.com/users/skylot/repos",
"events_url": "https://api.github.com/users/skylot/events{/privacy}",
"received_events_url": "https://api.github.com/users/skylot/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/skylot/jadx
|
Dex to Java decompiler
| false
|
https://api.github.com/repos/skylot/jadx
|
https://api.github.com/repos/skylot/jadx/forks
|
https://api.github.com/repos/skylot/jadx/keys{/key_id}
|
https://api.github.com/repos/skylot/jadx/collaborators{/collaborator}
|
https://api.github.com/repos/skylot/jadx/teams
|
https://api.github.com/repos/skylot/jadx/hooks
|
https://api.github.com/repos/skylot/jadx/issues/events{/number}
|
https://api.github.com/repos/skylot/jadx/events
|
https://api.github.com/repos/skylot/jadx/assignees{/user}
|
https://api.github.com/repos/skylot/jadx/branches{/branch}
|
https://api.github.com/repos/skylot/jadx/tags
|
https://api.github.com/repos/skylot/jadx/git/blobs{/sha}
|
https://api.github.com/repos/skylot/jadx/git/tags{/sha}
|
https://api.github.com/repos/skylot/jadx/git/refs{/sha}
|
https://api.github.com/repos/skylot/jadx/git/trees{/sha}
|
https://api.github.com/repos/skylot/jadx/statuses/{sha}
|
https://api.github.com/repos/skylot/jadx/languages
|
https://api.github.com/repos/skylot/jadx/stargazers
|
https://api.github.com/repos/skylot/jadx/contributors
|
https://api.github.com/repos/skylot/jadx/subscribers
|
https://api.github.com/repos/skylot/jadx/subscription
|
https://api.github.com/repos/skylot/jadx/commits{/sha}
|
https://api.github.com/repos/skylot/jadx/git/commits{/sha}
|
https://api.github.com/repos/skylot/jadx/comments{/number}
|
https://api.github.com/repos/skylot/jadx/issues/comments{/number}
|
https://api.github.com/repos/skylot/jadx/contents/{+path}
|
https://api.github.com/repos/skylot/jadx/compare/{base}...{head}
|
https://api.github.com/repos/skylot/jadx/merges
|
https://api.github.com/repos/skylot/jadx/{archive_format}{/ref}
|
https://api.github.com/repos/skylot/jadx/downloads
|
https://api.github.com/repos/skylot/jadx/issues{/number}
|
https://api.github.com/repos/skylot/jadx/pulls{/number}
|
https://api.github.com/repos/skylot/jadx/milestones{/number}
|
https://api.github.com/repos/skylot/jadx/notifications{?since,all,participating}
|
https://api.github.com/repos/skylot/jadx/labels{/name}
|
https://api.github.com/repos/skylot/jadx/releases{/id}
|
https://api.github.com/repos/skylot/jadx/deployments
| 2013-03-18T17:08:21
| 2026-01-21T04:31:05
| 2026-01-20T17:58:08
|
git://github.com/skylot/jadx.git
|
git@github.com:skylot/jadx.git
|
https://github.com/skylot/jadx.git
|
https://github.com/skylot/jadx
| 24,906
| 46,958
| 46,958
|
Java
| true
| false
| true
| true
| false
| true
| 5,398
| null | false
| false
| 406
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"android",
"decompiler",
"dex",
"java"
] |
public
| 5,398
| 406
| 46,958
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
159,152,904
|
MDEwOlJlcG9zaXRvcnkxNTkxNTI5MDQ=
|
JeecgBoot
|
jeecgboot/JeecgBoot
| false
|
{
"login": "jeecgboot",
"id": 86360035,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MzYwMDM1",
"avatar_url": "https://avatars.githubusercontent.com/u/86360035?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jeecgboot",
"html_url": "https://github.com/jeecgboot",
"followers_url": "https://api.github.com/users/jeecgboot/followers",
"following_url": "https://api.github.com/users/jeecgboot/following{/other_user}",
"gists_url": "https://api.github.com/users/jeecgboot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jeecgboot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jeecgboot/subscriptions",
"organizations_url": "https://api.github.com/users/jeecgboot/orgs",
"repos_url": "https://api.github.com/users/jeecgboot/repos",
"events_url": "https://api.github.com/users/jeecgboot/events{/privacy}",
"received_events_url": "https://api.github.com/users/jeecgboot/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/jeecgboot/JeecgBoot
|
🔥AI low-code platform empowers enterprises to quickly develop low-code solutions and build AI applications. 助力企业快速实现低代码开发和构建AI应用! AI应用平台涵盖:AI应用、AI模型、AI聊天助手、知识库、AI流程编排、MCP和插件,聊天式业务操作等。 强大代码生成器:实现前后端一键生成,无需手写代码! 显著提升效率节省成本,又不失灵活~
| false
|
https://api.github.com/repos/jeecgboot/JeecgBoot
|
https://api.github.com/repos/jeecgboot/JeecgBoot/forks
|
https://api.github.com/repos/jeecgboot/JeecgBoot/keys{/key_id}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/collaborators{/collaborator}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/teams
|
https://api.github.com/repos/jeecgboot/JeecgBoot/hooks
|
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/events{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/events
|
https://api.github.com/repos/jeecgboot/JeecgBoot/assignees{/user}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/branches{/branch}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/tags
|
https://api.github.com/repos/jeecgboot/JeecgBoot/git/blobs{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/git/tags{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/git/refs{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/git/trees{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/statuses/{sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/languages
|
https://api.github.com/repos/jeecgboot/JeecgBoot/stargazers
|
https://api.github.com/repos/jeecgboot/JeecgBoot/contributors
|
https://api.github.com/repos/jeecgboot/JeecgBoot/subscribers
|
https://api.github.com/repos/jeecgboot/JeecgBoot/subscription
|
https://api.github.com/repos/jeecgboot/JeecgBoot/commits{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/git/commits{/sha}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/comments{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/comments{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/contents/{+path}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/compare/{base}...{head}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/merges
|
https://api.github.com/repos/jeecgboot/JeecgBoot/{archive_format}{/ref}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/downloads
|
https://api.github.com/repos/jeecgboot/JeecgBoot/issues{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/pulls{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/milestones{/number}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/notifications{?since,all,participating}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/labels{/name}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/releases{/id}
|
https://api.github.com/repos/jeecgboot/JeecgBoot/deployments
| 2018-11-26T10:40:00
| 2026-01-21T06:30:02
| 2026-01-20T04:03:03
|
git://github.com/jeecgboot/JeecgBoot.git
|
git@github.com:jeecgboot/JeecgBoot.git
|
https://github.com/jeecgboot/JeecgBoot.git
|
https://github.com/jeecgboot/JeecgBoot
|
https://jeecg.com
| 88,125
| 45,058
| 45,058
|
Java
| true
| true
| true
| true
| true
| false
| 15,778
| null | false
| false
| 36
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"activiti",
"agent",
"ai",
"aiflow",
"ant-design-vue",
"antd",
"codegenerator",
"deepseek",
"flowable",
"langchain4j",
"llm",
"low-code",
"mcp",
"mybatis-plus",
"rag",
"spring-ai",
"springboot",
"springboot3",
"springcloud",
"vue3"
] |
public
| 15,778
| 36
| 45,058
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
4,710,920
|
MDEwOlJlcG9zaXRvcnk0NzEwOTIw
|
dubbo
|
apache/dubbo
| false
|
{
"login": "apache",
"id": 47359,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
"avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/apache",
"html_url": "https://github.com/apache",
"followers_url": "https://api.github.com/users/apache/followers",
"following_url": "https://api.github.com/users/apache/following{/other_user}",
"gists_url": "https://api.github.com/users/apache/gists{/gist_id}",
"starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/apache/subscriptions",
"organizations_url": "https://api.github.com/users/apache/orgs",
"repos_url": "https://api.github.com/users/apache/repos",
"events_url": "https://api.github.com/users/apache/events{/privacy}",
"received_events_url": "https://api.github.com/users/apache/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/apache/dubbo
|
The java implementation of Apache Dubbo. An RPC and microservice framework.
| false
|
https://api.github.com/repos/apache/dubbo
|
https://api.github.com/repos/apache/dubbo/forks
|
https://api.github.com/repos/apache/dubbo/keys{/key_id}
|
https://api.github.com/repos/apache/dubbo/collaborators{/collaborator}
|
https://api.github.com/repos/apache/dubbo/teams
|
https://api.github.com/repos/apache/dubbo/hooks
|
https://api.github.com/repos/apache/dubbo/issues/events{/number}
|
https://api.github.com/repos/apache/dubbo/events
|
https://api.github.com/repos/apache/dubbo/assignees{/user}
|
https://api.github.com/repos/apache/dubbo/branches{/branch}
|
https://api.github.com/repos/apache/dubbo/tags
|
https://api.github.com/repos/apache/dubbo/git/blobs{/sha}
|
https://api.github.com/repos/apache/dubbo/git/tags{/sha}
|
https://api.github.com/repos/apache/dubbo/git/refs{/sha}
|
https://api.github.com/repos/apache/dubbo/git/trees{/sha}
|
https://api.github.com/repos/apache/dubbo/statuses/{sha}
|
https://api.github.com/repos/apache/dubbo/languages
|
https://api.github.com/repos/apache/dubbo/stargazers
|
https://api.github.com/repos/apache/dubbo/contributors
|
https://api.github.com/repos/apache/dubbo/subscribers
|
https://api.github.com/repos/apache/dubbo/subscription
|
https://api.github.com/repos/apache/dubbo/commits{/sha}
|
https://api.github.com/repos/apache/dubbo/git/commits{/sha}
|
https://api.github.com/repos/apache/dubbo/comments{/number}
|
https://api.github.com/repos/apache/dubbo/issues/comments{/number}
|
https://api.github.com/repos/apache/dubbo/contents/{+path}
|
https://api.github.com/repos/apache/dubbo/compare/{base}...{head}
|
https://api.github.com/repos/apache/dubbo/merges
|
https://api.github.com/repos/apache/dubbo/{archive_format}{/ref}
|
https://api.github.com/repos/apache/dubbo/downloads
|
https://api.github.com/repos/apache/dubbo/issues{/number}
|
https://api.github.com/repos/apache/dubbo/pulls{/number}
|
https://api.github.com/repos/apache/dubbo/milestones{/number}
|
https://api.github.com/repos/apache/dubbo/notifications{?since,all,participating}
|
https://api.github.com/repos/apache/dubbo/labels{/name}
|
https://api.github.com/repos/apache/dubbo/releases{/id}
|
https://api.github.com/repos/apache/dubbo/deployments
| 2012-06-19T07:56:02
| 2026-01-21T02:01:50
| 2026-01-19T11:17:23
|
git://github.com/apache/dubbo.git
|
git@github.com:apache/dubbo.git
|
https://github.com/apache/dubbo.git
|
https://github.com/apache/dubbo
|
https://dubbo.apache.org/
| 61,296
| 41,712
| 41,712
|
Java
| true
| true
| true
| true
| false
| true
| 26,562
| null | false
| false
| 908
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"distributed-systems",
"dubbo",
"framework",
"grpc",
"http",
"java",
"microservices",
"restful",
"rpc",
"service-mesh",
"web"
] |
public
| 26,562
| 908
| 41,712
|
3.3
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
19,148,949
|
MDEwOlJlcG9zaXRvcnkxOTE0ODk0OQ==
|
MPAndroidChart
|
PhilJay/MPAndroidChart
| false
|
{
"login": "PhilJay",
"id": 6759734,
"node_id": "MDQ6VXNlcjY3NTk3MzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6759734?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PhilJay",
"html_url": "https://github.com/PhilJay",
"followers_url": "https://api.github.com/users/PhilJay/followers",
"following_url": "https://api.github.com/users/PhilJay/following{/other_user}",
"gists_url": "https://api.github.com/users/PhilJay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PhilJay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PhilJay/subscriptions",
"organizations_url": "https://api.github.com/users/PhilJay/orgs",
"repos_url": "https://api.github.com/users/PhilJay/repos",
"events_url": "https://api.github.com/users/PhilJay/events{/privacy}",
"received_events_url": "https://api.github.com/users/PhilJay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/PhilJay/MPAndroidChart
|
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
| false
|
https://api.github.com/repos/PhilJay/MPAndroidChart
|
https://api.github.com/repos/PhilJay/MPAndroidChart/forks
|
https://api.github.com/repos/PhilJay/MPAndroidChart/keys{/key_id}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/collaborators{/collaborator}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/teams
|
https://api.github.com/repos/PhilJay/MPAndroidChart/hooks
|
https://api.github.com/repos/PhilJay/MPAndroidChart/issues/events{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/events
|
https://api.github.com/repos/PhilJay/MPAndroidChart/assignees{/user}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/branches{/branch}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/tags
|
https://api.github.com/repos/PhilJay/MPAndroidChart/git/blobs{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/git/tags{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/git/refs{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/git/trees{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/statuses/{sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/languages
|
https://api.github.com/repos/PhilJay/MPAndroidChart/stargazers
|
https://api.github.com/repos/PhilJay/MPAndroidChart/contributors
|
https://api.github.com/repos/PhilJay/MPAndroidChart/subscribers
|
https://api.github.com/repos/PhilJay/MPAndroidChart/subscription
|
https://api.github.com/repos/PhilJay/MPAndroidChart/commits{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/git/commits{/sha}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/comments{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/issues/comments{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/contents/{+path}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/compare/{base}...{head}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/merges
|
https://api.github.com/repos/PhilJay/MPAndroidChart/{archive_format}{/ref}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/downloads
|
https://api.github.com/repos/PhilJay/MPAndroidChart/issues{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/pulls{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/milestones{/number}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/notifications{?since,all,participating}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/labels{/name}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/releases{/id}
|
https://api.github.com/repos/PhilJay/MPAndroidChart/deployments
| 2014-04-25T14:29:47
| 2026-01-20T06:50:13
| 2025-06-05T07:06:39
|
git://github.com/PhilJay/MPAndroidChart.git
|
git@github.com:PhilJay/MPAndroidChart.git
|
https://github.com/PhilJay/MPAndroidChart.git
|
https://github.com/PhilJay/MPAndroidChart
| 21,593
| 38,208
| 38,208
|
Java
| true
| true
| true
| true
| false
| false
| 9,057
| null | false
| false
| 2,191
|
{
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
}
| true
| false
| false
|
[
"android",
"chart",
"graph",
"java",
"mpandroidchart"
] |
public
| 9,057
| 2,191
| 38,208
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
126,178,683
|
MDEwOlJlcG9zaXRvcnkxMjYxNzg2ODM=
|
halo
|
halo-dev/halo
| false
|
{
"login": "halo-dev",
"id": 48195280,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4MTk1Mjgw",
"avatar_url": "https://avatars.githubusercontent.com/u/48195280?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/halo-dev",
"html_url": "https://github.com/halo-dev",
"followers_url": "https://api.github.com/users/halo-dev/followers",
"following_url": "https://api.github.com/users/halo-dev/following{/other_user}",
"gists_url": "https://api.github.com/users/halo-dev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/halo-dev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/halo-dev/subscriptions",
"organizations_url": "https://api.github.com/users/halo-dev/orgs",
"repos_url": "https://api.github.com/users/halo-dev/repos",
"events_url": "https://api.github.com/users/halo-dev/events{/privacy}",
"received_events_url": "https://api.github.com/users/halo-dev/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/halo-dev/halo
|
强大易用的开源建站工具。
| false
|
https://api.github.com/repos/halo-dev/halo
|
https://api.github.com/repos/halo-dev/halo/forks
|
https://api.github.com/repos/halo-dev/halo/keys{/key_id}
|
https://api.github.com/repos/halo-dev/halo/collaborators{/collaborator}
|
https://api.github.com/repos/halo-dev/halo/teams
|
https://api.github.com/repos/halo-dev/halo/hooks
|
https://api.github.com/repos/halo-dev/halo/issues/events{/number}
|
https://api.github.com/repos/halo-dev/halo/events
|
https://api.github.com/repos/halo-dev/halo/assignees{/user}
|
https://api.github.com/repos/halo-dev/halo/branches{/branch}
|
https://api.github.com/repos/halo-dev/halo/tags
|
https://api.github.com/repos/halo-dev/halo/git/blobs{/sha}
|
https://api.github.com/repos/halo-dev/halo/git/tags{/sha}
|
https://api.github.com/repos/halo-dev/halo/git/refs{/sha}
|
https://api.github.com/repos/halo-dev/halo/git/trees{/sha}
|
https://api.github.com/repos/halo-dev/halo/statuses/{sha}
|
https://api.github.com/repos/halo-dev/halo/languages
|
https://api.github.com/repos/halo-dev/halo/stargazers
|
https://api.github.com/repos/halo-dev/halo/contributors
|
https://api.github.com/repos/halo-dev/halo/subscribers
|
https://api.github.com/repos/halo-dev/halo/subscription
|
https://api.github.com/repos/halo-dev/halo/commits{/sha}
|
https://api.github.com/repos/halo-dev/halo/git/commits{/sha}
|
https://api.github.com/repos/halo-dev/halo/comments{/number}
|
https://api.github.com/repos/halo-dev/halo/issues/comments{/number}
|
https://api.github.com/repos/halo-dev/halo/contents/{+path}
|
https://api.github.com/repos/halo-dev/halo/compare/{base}...{head}
|
https://api.github.com/repos/halo-dev/halo/merges
|
https://api.github.com/repos/halo-dev/halo/{archive_format}{/ref}
|
https://api.github.com/repos/halo-dev/halo/downloads
|
https://api.github.com/repos/halo-dev/halo/issues{/number}
|
https://api.github.com/repos/halo-dev/halo/pulls{/number}
|
https://api.github.com/repos/halo-dev/halo/milestones{/number}
|
https://api.github.com/repos/halo-dev/halo/notifications{?since,all,participating}
|
https://api.github.com/repos/halo-dev/halo/labels{/name}
|
https://api.github.com/repos/halo-dev/halo/releases{/id}
|
https://api.github.com/repos/halo-dev/halo/deployments
| 2018-03-21T12:56:52
| 2026-01-21T06:41:02
| 2026-01-20T08:24:15
|
git://github.com/halo-dev/halo.git
|
git@github.com:halo-dev/halo.git
|
https://github.com/halo-dev/halo.git
|
https://github.com/halo-dev/halo
|
https://www.halo.run
| 82,659
| 37,852
| 37,852
|
Java
| true
| true
| true
| false
| false
| true
| 10,190
| null | false
| false
| 287
|
{
"key": "gpl-3.0",
"name": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"node_id": "MDc6TGljZW5zZTk="
}
| true
| false
| false
|
[
"blog",
"blog-engine",
"cms",
"content-management-system",
"halo",
"halocms",
"website-builder"
] |
public
| 10,190
| 287
| 37,852
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
9,754,983
|
MDEwOlJlcG9zaXRvcnk5NzU0OTgz
|
tutorials
|
eugenp/tutorials
| false
|
{
"login": "eugenp",
"id": 1022859,
"node_id": "MDQ6VXNlcjEwMjI4NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1022859?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/eugenp",
"html_url": "https://github.com/eugenp",
"followers_url": "https://api.github.com/users/eugenp/followers",
"following_url": "https://api.github.com/users/eugenp/following{/other_user}",
"gists_url": "https://api.github.com/users/eugenp/gists{/gist_id}",
"starred_url": "https://api.github.com/users/eugenp/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/eugenp/subscriptions",
"organizations_url": "https://api.github.com/users/eugenp/orgs",
"repos_url": "https://api.github.com/users/eugenp/repos",
"events_url": "https://api.github.com/users/eugenp/events{/privacy}",
"received_events_url": "https://api.github.com/users/eugenp/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/eugenp/tutorials
|
Getting Started with Spring Boot 3:
| false
|
https://api.github.com/repos/eugenp/tutorials
|
https://api.github.com/repos/eugenp/tutorials/forks
|
https://api.github.com/repos/eugenp/tutorials/keys{/key_id}
|
https://api.github.com/repos/eugenp/tutorials/collaborators{/collaborator}
|
https://api.github.com/repos/eugenp/tutorials/teams
|
https://api.github.com/repos/eugenp/tutorials/hooks
|
https://api.github.com/repos/eugenp/tutorials/issues/events{/number}
|
https://api.github.com/repos/eugenp/tutorials/events
|
https://api.github.com/repos/eugenp/tutorials/assignees{/user}
|
https://api.github.com/repos/eugenp/tutorials/branches{/branch}
|
https://api.github.com/repos/eugenp/tutorials/tags
|
https://api.github.com/repos/eugenp/tutorials/git/blobs{/sha}
|
https://api.github.com/repos/eugenp/tutorials/git/tags{/sha}
|
https://api.github.com/repos/eugenp/tutorials/git/refs{/sha}
|
https://api.github.com/repos/eugenp/tutorials/git/trees{/sha}
|
https://api.github.com/repos/eugenp/tutorials/statuses/{sha}
|
https://api.github.com/repos/eugenp/tutorials/languages
|
https://api.github.com/repos/eugenp/tutorials/stargazers
|
https://api.github.com/repos/eugenp/tutorials/contributors
|
https://api.github.com/repos/eugenp/tutorials/subscribers
|
https://api.github.com/repos/eugenp/tutorials/subscription
|
https://api.github.com/repos/eugenp/tutorials/commits{/sha}
|
https://api.github.com/repos/eugenp/tutorials/git/commits{/sha}
|
https://api.github.com/repos/eugenp/tutorials/comments{/number}
|
https://api.github.com/repos/eugenp/tutorials/issues/comments{/number}
|
https://api.github.com/repos/eugenp/tutorials/contents/{+path}
|
https://api.github.com/repos/eugenp/tutorials/compare/{base}...{head}
|
https://api.github.com/repos/eugenp/tutorials/merges
|
https://api.github.com/repos/eugenp/tutorials/{archive_format}{/ref}
|
https://api.github.com/repos/eugenp/tutorials/downloads
|
https://api.github.com/repos/eugenp/tutorials/issues{/number}
|
https://api.github.com/repos/eugenp/tutorials/pulls{/number}
|
https://api.github.com/repos/eugenp/tutorials/milestones{/number}
|
https://api.github.com/repos/eugenp/tutorials/notifications{?since,all,participating}
|
https://api.github.com/repos/eugenp/tutorials/labels{/name}
|
https://api.github.com/repos/eugenp/tutorials/releases{/id}
|
https://api.github.com/repos/eugenp/tutorials/deployments
| 2013-04-29T18:26:36
| 2026-01-21T00:51:22
| 2026-01-20T23:58:04
|
git://github.com/eugenp/tutorials.git
|
git@github.com:eugenp/tutorials.git
|
https://github.com/eugenp/tutorials.git
|
https://github.com/eugenp/tutorials
|
https://bit.ly/github-ls
| 118,100
| 37,334
| 37,334
|
Java
| true
| true
| true
| true
| false
| false
| 53,900
| null | false
| false
| 43
|
{
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
| true
| false
| false
|
[] |
public
| 53,900
| 43
| 37,334
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
146,633,589
|
MDEwOlJlcG9zaXRvcnkxNDY2MzM1ODk=
|
arthas
|
alibaba/arthas
| false
|
{
"login": "alibaba",
"id": 1961952,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1961952?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alibaba",
"html_url": "https://github.com/alibaba",
"followers_url": "https://api.github.com/users/alibaba/followers",
"following_url": "https://api.github.com/users/alibaba/following{/other_user}",
"gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alibaba/subscriptions",
"organizations_url": "https://api.github.com/users/alibaba/orgs",
"repos_url": "https://api.github.com/users/alibaba/repos",
"events_url": "https://api.github.com/users/alibaba/events{/privacy}",
"received_events_url": "https://api.github.com/users/alibaba/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/alibaba/arthas
|
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
| false
|
https://api.github.com/repos/alibaba/arthas
|
https://api.github.com/repos/alibaba/arthas/forks
|
https://api.github.com/repos/alibaba/arthas/keys{/key_id}
|
https://api.github.com/repos/alibaba/arthas/collaborators{/collaborator}
|
https://api.github.com/repos/alibaba/arthas/teams
|
https://api.github.com/repos/alibaba/arthas/hooks
|
https://api.github.com/repos/alibaba/arthas/issues/events{/number}
|
https://api.github.com/repos/alibaba/arthas/events
|
https://api.github.com/repos/alibaba/arthas/assignees{/user}
|
https://api.github.com/repos/alibaba/arthas/branches{/branch}
|
https://api.github.com/repos/alibaba/arthas/tags
|
https://api.github.com/repos/alibaba/arthas/git/blobs{/sha}
|
https://api.github.com/repos/alibaba/arthas/git/tags{/sha}
|
https://api.github.com/repos/alibaba/arthas/git/refs{/sha}
|
https://api.github.com/repos/alibaba/arthas/git/trees{/sha}
|
https://api.github.com/repos/alibaba/arthas/statuses/{sha}
|
https://api.github.com/repos/alibaba/arthas/languages
|
https://api.github.com/repos/alibaba/arthas/stargazers
|
https://api.github.com/repos/alibaba/arthas/contributors
|
https://api.github.com/repos/alibaba/arthas/subscribers
|
https://api.github.com/repos/alibaba/arthas/subscription
|
https://api.github.com/repos/alibaba/arthas/commits{/sha}
|
https://api.github.com/repos/alibaba/arthas/git/commits{/sha}
|
https://api.github.com/repos/alibaba/arthas/comments{/number}
|
https://api.github.com/repos/alibaba/arthas/issues/comments{/number}
|
https://api.github.com/repos/alibaba/arthas/contents/{+path}
|
https://api.github.com/repos/alibaba/arthas/compare/{base}...{head}
|
https://api.github.com/repos/alibaba/arthas/merges
|
https://api.github.com/repos/alibaba/arthas/{archive_format}{/ref}
|
https://api.github.com/repos/alibaba/arthas/downloads
|
https://api.github.com/repos/alibaba/arthas/issues{/number}
|
https://api.github.com/repos/alibaba/arthas/pulls{/number}
|
https://api.github.com/repos/alibaba/arthas/milestones{/number}
|
https://api.github.com/repos/alibaba/arthas/notifications{?since,all,participating}
|
https://api.github.com/repos/alibaba/arthas/labels{/name}
|
https://api.github.com/repos/alibaba/arthas/releases{/id}
|
https://api.github.com/repos/alibaba/arthas/deployments
| 2018-08-29T17:15:57
| 2026-01-20T21:48:17
| 2026-01-14T09:48:04
|
git://github.com/alibaba/arthas.git
|
git@github.com:alibaba/arthas.git
|
https://github.com/alibaba/arthas.git
|
https://github.com/alibaba/arthas
|
https://arthas.aliyun.com/
| 62,781
| 37,020
| 37,020
|
Java
| true
| true
| true
| true
| true
| true
| 7,624
| null | false
| false
| 461
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"agent",
"alibaba",
"arthas",
"classloader",
"diagnosis",
"java",
"jvm",
"trace",
"trouble-shooting"
] |
public
| 7,624
| 461
| 37,020
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
41,889,031
|
MDEwOlJlcG9zaXRvcnk0MTg4OTAzMQ==
|
NewPipe
|
TeamNewPipe/NewPipe
| false
|
{
"login": "TeamNewPipe",
"id": 22159318,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTU5MzE4",
"avatar_url": "https://avatars.githubusercontent.com/u/22159318?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TeamNewPipe",
"html_url": "https://github.com/TeamNewPipe",
"followers_url": "https://api.github.com/users/TeamNewPipe/followers",
"following_url": "https://api.github.com/users/TeamNewPipe/following{/other_user}",
"gists_url": "https://api.github.com/users/TeamNewPipe/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TeamNewPipe/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TeamNewPipe/subscriptions",
"organizations_url": "https://api.github.com/users/TeamNewPipe/orgs",
"repos_url": "https://api.github.com/users/TeamNewPipe/repos",
"events_url": "https://api.github.com/users/TeamNewPipe/events{/privacy}",
"received_events_url": "https://api.github.com/users/TeamNewPipe/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/TeamNewPipe/NewPipe
|
A libre lightweight streaming front-end for Android.
| false
|
https://api.github.com/repos/TeamNewPipe/NewPipe
|
https://api.github.com/repos/TeamNewPipe/NewPipe/forks
|
https://api.github.com/repos/TeamNewPipe/NewPipe/keys{/key_id}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/collaborators{/collaborator}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/teams
|
https://api.github.com/repos/TeamNewPipe/NewPipe/hooks
|
https://api.github.com/repos/TeamNewPipe/NewPipe/issues/events{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/events
|
https://api.github.com/repos/TeamNewPipe/NewPipe/assignees{/user}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/branches{/branch}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/tags
|
https://api.github.com/repos/TeamNewPipe/NewPipe/git/blobs{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/git/tags{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/git/refs{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/git/trees{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/statuses/{sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/languages
|
https://api.github.com/repos/TeamNewPipe/NewPipe/stargazers
|
https://api.github.com/repos/TeamNewPipe/NewPipe/contributors
|
https://api.github.com/repos/TeamNewPipe/NewPipe/subscribers
|
https://api.github.com/repos/TeamNewPipe/NewPipe/subscription
|
https://api.github.com/repos/TeamNewPipe/NewPipe/commits{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/git/commits{/sha}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/comments{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/issues/comments{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/contents/{+path}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/compare/{base}...{head}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/merges
|
https://api.github.com/repos/TeamNewPipe/NewPipe/{archive_format}{/ref}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/downloads
|
https://api.github.com/repos/TeamNewPipe/NewPipe/issues{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/pulls{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/milestones{/number}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/notifications{?since,all,participating}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/labels{/name}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/releases{/id}
|
https://api.github.com/repos/TeamNewPipe/NewPipe/deployments
| 2015-09-03T23:39:26
| 2026-01-21T06:08:46
| 2026-01-21T03:32:46
|
git://github.com/TeamNewPipe/NewPipe.git
|
git@github.com:TeamNewPipe/NewPipe.git
|
https://github.com/TeamNewPipe/NewPipe.git
|
https://github.com/TeamNewPipe/NewPipe
|
https://newpipe.net
| 83,698
| 36,376
| 36,376
|
Java
| true
| true
| true
| true
| false
| true
| 3,390
| null | false
| false
| 1,358
|
{
"key": "gpl-3.0",
"name": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"node_id": "MDc6TGljZW5zZTk="
}
| true
| false
| false
|
[
"4k",
"android",
"bandcamp",
"download-videos",
"newpipe",
"peertube",
"soundcloud",
"translation",
"video",
"watch",
"youtube-video"
] |
public
| 3,390
| 1,358
| 36,376
|
dev
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
267,775,629
|
MDEwOlJlcG9zaXRvcnkyNjc3NzU2Mjk=
|
hello-algorithm
|
geekxh/hello-algorithm
| false
|
{
"login": "geekxh",
"id": 64886238,
"node_id": "MDQ6VXNlcjY0ODg2MjM4",
"avatar_url": "https://avatars.githubusercontent.com/u/64886238?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/geekxh",
"html_url": "https://github.com/geekxh",
"followers_url": "https://api.github.com/users/geekxh/followers",
"following_url": "https://api.github.com/users/geekxh/following{/other_user}",
"gists_url": "https://api.github.com/users/geekxh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/geekxh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/geekxh/subscriptions",
"organizations_url": "https://api.github.com/users/geekxh/orgs",
"repos_url": "https://api.github.com/users/geekxh/repos",
"events_url": "https://api.github.com/users/geekxh/events{/privacy}",
"received_events_url": "https://api.github.com/users/geekxh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/geekxh/hello-algorithm
|
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
| false
|
https://api.github.com/repos/geekxh/hello-algorithm
|
https://api.github.com/repos/geekxh/hello-algorithm/forks
|
https://api.github.com/repos/geekxh/hello-algorithm/keys{/key_id}
|
https://api.github.com/repos/geekxh/hello-algorithm/collaborators{/collaborator}
|
https://api.github.com/repos/geekxh/hello-algorithm/teams
|
https://api.github.com/repos/geekxh/hello-algorithm/hooks
|
https://api.github.com/repos/geekxh/hello-algorithm/issues/events{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/events
|
https://api.github.com/repos/geekxh/hello-algorithm/assignees{/user}
|
https://api.github.com/repos/geekxh/hello-algorithm/branches{/branch}
|
https://api.github.com/repos/geekxh/hello-algorithm/tags
|
https://api.github.com/repos/geekxh/hello-algorithm/git/blobs{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/git/tags{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/git/refs{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/git/trees{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/statuses/{sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/languages
|
https://api.github.com/repos/geekxh/hello-algorithm/stargazers
|
https://api.github.com/repos/geekxh/hello-algorithm/contributors
|
https://api.github.com/repos/geekxh/hello-algorithm/subscribers
|
https://api.github.com/repos/geekxh/hello-algorithm/subscription
|
https://api.github.com/repos/geekxh/hello-algorithm/commits{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/git/commits{/sha}
|
https://api.github.com/repos/geekxh/hello-algorithm/comments{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/issues/comments{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/contents/{+path}
|
https://api.github.com/repos/geekxh/hello-algorithm/compare/{base}...{head}
|
https://api.github.com/repos/geekxh/hello-algorithm/merges
|
https://api.github.com/repos/geekxh/hello-algorithm/{archive_format}{/ref}
|
https://api.github.com/repos/geekxh/hello-algorithm/downloads
|
https://api.github.com/repos/geekxh/hello-algorithm/issues{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/pulls{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/milestones{/number}
|
https://api.github.com/repos/geekxh/hello-algorithm/notifications{?since,all,participating}
|
https://api.github.com/repos/geekxh/hello-algorithm/labels{/name}
|
https://api.github.com/repos/geekxh/hello-algorithm/releases{/id}
|
https://api.github.com/repos/geekxh/hello-algorithm/deployments
| 2020-05-29T05:47:09
| 2026-01-20T19:38:25
| 2023-06-13T04:13:17
|
git://github.com/geekxh/hello-algorithm.git
|
git@github.com:geekxh/hello-algorithm.git
|
https://github.com/geekxh/hello-algorithm.git
|
https://github.com/geekxh/hello-algorithm
|
https://www.lintcode.com/chat-gpt?utm_source=tf-github-xhGPT
| 365,053
| 35,993
| 35,993
|
Java
| true
| true
| true
| true
| false
| false
| 6,463
| null | false
| false
| 11
| null | true
| false
| false
|
[
"algorithms",
"dynamic-programming",
"interview-questions",
"leetcode",
"leetcode-solutions"
] |
public
| 6,463
| 11
| 35,993
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
70,198,875
|
MDEwOlJlcG9zaXRvcnk3MDE5ODg3NQ==
|
lottie-android
|
airbnb/lottie-android
| false
|
{
"login": "airbnb",
"id": 698437,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY5ODQzNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/698437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/airbnb",
"html_url": "https://github.com/airbnb",
"followers_url": "https://api.github.com/users/airbnb/followers",
"following_url": "https://api.github.com/users/airbnb/following{/other_user}",
"gists_url": "https://api.github.com/users/airbnb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/airbnb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/airbnb/subscriptions",
"organizations_url": "https://api.github.com/users/airbnb/orgs",
"repos_url": "https://api.github.com/users/airbnb/repos",
"events_url": "https://api.github.com/users/airbnb/events{/privacy}",
"received_events_url": "https://api.github.com/users/airbnb/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/airbnb/lottie-android
|
Render After Effects animations natively on Android and iOS, Web, and React Native
| false
|
https://api.github.com/repos/airbnb/lottie-android
|
https://api.github.com/repos/airbnb/lottie-android/forks
|
https://api.github.com/repos/airbnb/lottie-android/keys{/key_id}
|
https://api.github.com/repos/airbnb/lottie-android/collaborators{/collaborator}
|
https://api.github.com/repos/airbnb/lottie-android/teams
|
https://api.github.com/repos/airbnb/lottie-android/hooks
|
https://api.github.com/repos/airbnb/lottie-android/issues/events{/number}
|
https://api.github.com/repos/airbnb/lottie-android/events
|
https://api.github.com/repos/airbnb/lottie-android/assignees{/user}
|
https://api.github.com/repos/airbnb/lottie-android/branches{/branch}
|
https://api.github.com/repos/airbnb/lottie-android/tags
|
https://api.github.com/repos/airbnb/lottie-android/git/blobs{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/git/tags{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/git/refs{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/git/trees{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/statuses/{sha}
|
https://api.github.com/repos/airbnb/lottie-android/languages
|
https://api.github.com/repos/airbnb/lottie-android/stargazers
|
https://api.github.com/repos/airbnb/lottie-android/contributors
|
https://api.github.com/repos/airbnb/lottie-android/subscribers
|
https://api.github.com/repos/airbnb/lottie-android/subscription
|
https://api.github.com/repos/airbnb/lottie-android/commits{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/git/commits{/sha}
|
https://api.github.com/repos/airbnb/lottie-android/comments{/number}
|
https://api.github.com/repos/airbnb/lottie-android/issues/comments{/number}
|
https://api.github.com/repos/airbnb/lottie-android/contents/{+path}
|
https://api.github.com/repos/airbnb/lottie-android/compare/{base}...{head}
|
https://api.github.com/repos/airbnb/lottie-android/merges
|
https://api.github.com/repos/airbnb/lottie-android/{archive_format}{/ref}
|
https://api.github.com/repos/airbnb/lottie-android/downloads
|
https://api.github.com/repos/airbnb/lottie-android/issues{/number}
|
https://api.github.com/repos/airbnb/lottie-android/pulls{/number}
|
https://api.github.com/repos/airbnb/lottie-android/milestones{/number}
|
https://api.github.com/repos/airbnb/lottie-android/notifications{?since,all,participating}
|
https://api.github.com/repos/airbnb/lottie-android/labels{/name}
|
https://api.github.com/repos/airbnb/lottie-android/releases{/id}
|
https://api.github.com/repos/airbnb/lottie-android/deployments
| 2016-10-06T22:42:42
| 2026-01-21T05:52:38
| 2025-10-31T15:51:13
|
git://github.com/airbnb/lottie-android.git
|
git@github.com:airbnb/lottie-android.git
|
https://github.com/airbnb/lottie-android.git
|
https://github.com/airbnb/lottie-android
|
http://airbnb.io/lottie/
| 137,395
| 35,558
| 35,558
|
Java
| true
| false
| true
| false
| false
| false
| 5,442
| null | false
| false
| 51
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"after-effects",
"airbnb",
"android",
"animation",
"lottie"
] |
public
| 5,442
| 51
| 35,558
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
149,001,365
|
MDEwOlJlcG9zaXRvcnkxNDkwMDEzNjU=
|
leetcode
|
doocs/leetcode
| false
|
{
"login": "doocs",
"id": 43716716,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQzNzE2NzE2",
"avatar_url": "https://avatars.githubusercontent.com/u/43716716?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/doocs",
"html_url": "https://github.com/doocs",
"followers_url": "https://api.github.com/users/doocs/followers",
"following_url": "https://api.github.com/users/doocs/following{/other_user}",
"gists_url": "https://api.github.com/users/doocs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/doocs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/doocs/subscriptions",
"organizations_url": "https://api.github.com/users/doocs/orgs",
"repos_url": "https://api.github.com/users/doocs/repos",
"events_url": "https://api.github.com/users/doocs/events{/privacy}",
"received_events_url": "https://api.github.com/users/doocs/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/doocs/leetcode
|
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
| false
|
https://api.github.com/repos/doocs/leetcode
|
https://api.github.com/repos/doocs/leetcode/forks
|
https://api.github.com/repos/doocs/leetcode/keys{/key_id}
|
https://api.github.com/repos/doocs/leetcode/collaborators{/collaborator}
|
https://api.github.com/repos/doocs/leetcode/teams
|
https://api.github.com/repos/doocs/leetcode/hooks
|
https://api.github.com/repos/doocs/leetcode/issues/events{/number}
|
https://api.github.com/repos/doocs/leetcode/events
|
https://api.github.com/repos/doocs/leetcode/assignees{/user}
|
https://api.github.com/repos/doocs/leetcode/branches{/branch}
|
https://api.github.com/repos/doocs/leetcode/tags
|
https://api.github.com/repos/doocs/leetcode/git/blobs{/sha}
|
https://api.github.com/repos/doocs/leetcode/git/tags{/sha}
|
https://api.github.com/repos/doocs/leetcode/git/refs{/sha}
|
https://api.github.com/repos/doocs/leetcode/git/trees{/sha}
|
https://api.github.com/repos/doocs/leetcode/statuses/{sha}
|
https://api.github.com/repos/doocs/leetcode/languages
|
https://api.github.com/repos/doocs/leetcode/stargazers
|
https://api.github.com/repos/doocs/leetcode/contributors
|
https://api.github.com/repos/doocs/leetcode/subscribers
|
https://api.github.com/repos/doocs/leetcode/subscription
|
https://api.github.com/repos/doocs/leetcode/commits{/sha}
|
https://api.github.com/repos/doocs/leetcode/git/commits{/sha}
|
https://api.github.com/repos/doocs/leetcode/comments{/number}
|
https://api.github.com/repos/doocs/leetcode/issues/comments{/number}
|
https://api.github.com/repos/doocs/leetcode/contents/{+path}
|
https://api.github.com/repos/doocs/leetcode/compare/{base}...{head}
|
https://api.github.com/repos/doocs/leetcode/merges
|
https://api.github.com/repos/doocs/leetcode/{archive_format}{/ref}
|
https://api.github.com/repos/doocs/leetcode/downloads
|
https://api.github.com/repos/doocs/leetcode/issues{/number}
|
https://api.github.com/repos/doocs/leetcode/pulls{/number}
|
https://api.github.com/repos/doocs/leetcode/milestones{/number}
|
https://api.github.com/repos/doocs/leetcode/notifications{?since,all,participating}
|
https://api.github.com/repos/doocs/leetcode/labels{/name}
|
https://api.github.com/repos/doocs/leetcode/releases{/id}
|
https://api.github.com/repos/doocs/leetcode/deployments
| 2018-09-16T14:03:03
| 2026-01-21T06:30:07
| 2026-01-21T01:23:10
|
git://github.com/doocs/leetcode.git
|
git@github.com:doocs/leetcode.git
|
https://github.com/doocs/leetcode.git
|
https://github.com/doocs/leetcode
|
https://leetcode.doocs.org
| 733,144
| 35,490
| 35,490
|
Java
| true
| false
| true
| false
| true
| true
| 9,251
| null | false
| false
| 0
|
{
"key": "cc-by-sa-4.0",
"name": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0",
"url": "https://api.github.com/licenses/cc-by-sa-4.0",
"node_id": "MDc6TGljZW5zZTI2"
}
| true
| false
| false
|
[
"algorithms",
"cpp",
"csharp",
"golang",
"java",
"javascript",
"leetcode",
"python3"
] |
public
| 9,251
| 0
| 35,490
|
main
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
332,357,698
|
MDEwOlJlcG9zaXRvcnkzMzIzNTc2OTg=
|
ruoyi-vue-pro
|
YunaiV/ruoyi-vue-pro
| false
|
{
"login": "YunaiV",
"id": 2015545,
"node_id": "MDQ6VXNlcjIwMTU1NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/2015545?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YunaiV",
"html_url": "https://github.com/YunaiV",
"followers_url": "https://api.github.com/users/YunaiV/followers",
"following_url": "https://api.github.com/users/YunaiV/following{/other_user}",
"gists_url": "https://api.github.com/users/YunaiV/gists{/gist_id}",
"starred_url": "https://api.github.com/users/YunaiV/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/YunaiV/subscriptions",
"organizations_url": "https://api.github.com/users/YunaiV/orgs",
"repos_url": "https://api.github.com/users/YunaiV/repos",
"events_url": "https://api.github.com/users/YunaiV/events{/privacy}",
"received_events_url": "https://api.github.com/users/YunaiV/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/YunaiV/ruoyi-vue-pro
|
🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型、IoT 物联网等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!
| false
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/forks
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/keys{/key_id}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/collaborators{/collaborator}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/teams
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/hooks
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/issues/events{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/events
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/assignees{/user}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/branches{/branch}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/tags
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/git/blobs{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/git/tags{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/git/refs{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/git/trees{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/statuses/{sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/languages
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/stargazers
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/contributors
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/subscribers
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/subscription
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/commits{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/git/commits{/sha}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/comments{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/issues/comments{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/contents/{+path}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/compare/{base}...{head}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/merges
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/{archive_format}{/ref}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/downloads
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/issues{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/pulls{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/milestones{/number}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/notifications{?since,all,participating}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/labels{/name}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/releases{/id}
|
https://api.github.com/repos/YunaiV/ruoyi-vue-pro/deployments
| 2021-01-24T03:18:25
| 2026-01-21T06:41:25
| 2026-01-18T10:47:32
|
git://github.com/YunaiV/ruoyi-vue-pro.git
|
git@github.com:YunaiV/ruoyi-vue-pro.git
|
https://github.com/YunaiV/ruoyi-vue-pro.git
|
https://github.com/YunaiV/ruoyi-vue-pro
|
https://doc.iocoder.cn/
| 184,411
| 35,140
| 35,140
|
Java
| true
| true
| true
| true
| false
| false
| 7,601
| null | false
| false
| 5
|
{
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
| true
| false
| false
|
[
"flowable",
"mybatis-plus",
"mysql",
"redis",
"redisson",
"spring-security",
"springboot",
"vue"
] |
public
| 7,601
| 5
| 35,140
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
11,267,509
|
MDEwOlJlcG9zaXRvcnkxMTI2NzUwOQ==
|
glide
|
bumptech/glide
| false
|
{
"login": "bumptech",
"id": 423539,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQyMzUzOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/423539?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bumptech",
"html_url": "https://github.com/bumptech",
"followers_url": "https://api.github.com/users/bumptech/followers",
"following_url": "https://api.github.com/users/bumptech/following{/other_user}",
"gists_url": "https://api.github.com/users/bumptech/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bumptech/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bumptech/subscriptions",
"organizations_url": "https://api.github.com/users/bumptech/orgs",
"repos_url": "https://api.github.com/users/bumptech/repos",
"events_url": "https://api.github.com/users/bumptech/events{/privacy}",
"received_events_url": "https://api.github.com/users/bumptech/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/bumptech/glide
|
An image loading and caching library for Android focused on smooth scrolling
| false
|
https://api.github.com/repos/bumptech/glide
|
https://api.github.com/repos/bumptech/glide/forks
|
https://api.github.com/repos/bumptech/glide/keys{/key_id}
|
https://api.github.com/repos/bumptech/glide/collaborators{/collaborator}
|
https://api.github.com/repos/bumptech/glide/teams
|
https://api.github.com/repos/bumptech/glide/hooks
|
https://api.github.com/repos/bumptech/glide/issues/events{/number}
|
https://api.github.com/repos/bumptech/glide/events
|
https://api.github.com/repos/bumptech/glide/assignees{/user}
|
https://api.github.com/repos/bumptech/glide/branches{/branch}
|
https://api.github.com/repos/bumptech/glide/tags
|
https://api.github.com/repos/bumptech/glide/git/blobs{/sha}
|
https://api.github.com/repos/bumptech/glide/git/tags{/sha}
|
https://api.github.com/repos/bumptech/glide/git/refs{/sha}
|
https://api.github.com/repos/bumptech/glide/git/trees{/sha}
|
https://api.github.com/repos/bumptech/glide/statuses/{sha}
|
https://api.github.com/repos/bumptech/glide/languages
|
https://api.github.com/repos/bumptech/glide/stargazers
|
https://api.github.com/repos/bumptech/glide/contributors
|
https://api.github.com/repos/bumptech/glide/subscribers
|
https://api.github.com/repos/bumptech/glide/subscription
|
https://api.github.com/repos/bumptech/glide/commits{/sha}
|
https://api.github.com/repos/bumptech/glide/git/commits{/sha}
|
https://api.github.com/repos/bumptech/glide/comments{/number}
|
https://api.github.com/repos/bumptech/glide/issues/comments{/number}
|
https://api.github.com/repos/bumptech/glide/contents/{+path}
|
https://api.github.com/repos/bumptech/glide/compare/{base}...{head}
|
https://api.github.com/repos/bumptech/glide/merges
|
https://api.github.com/repos/bumptech/glide/{archive_format}{/ref}
|
https://api.github.com/repos/bumptech/glide/downloads
|
https://api.github.com/repos/bumptech/glide/issues{/number}
|
https://api.github.com/repos/bumptech/glide/pulls{/number}
|
https://api.github.com/repos/bumptech/glide/milestones{/number}
|
https://api.github.com/repos/bumptech/glide/notifications{?since,all,participating}
|
https://api.github.com/repos/bumptech/glide/labels{/name}
|
https://api.github.com/repos/bumptech/glide/releases{/id}
|
https://api.github.com/repos/bumptech/glide/deployments
| 2013-07-08T22:52:33
| 2026-01-21T02:52:06
| 2026-01-14T19:09:10
|
git://github.com/bumptech/glide.git
|
git@github.com:bumptech/glide.git
|
https://github.com/bumptech/glide.git
|
https://github.com/bumptech/glide
|
https://bumptech.github.io/glide/
| 97,798
| 35,018
| 35,018
|
Java
| true
| true
| true
| true
| true
| false
| 6,177
| null | false
| false
| 625
|
{
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
}
| true
| false
| false
|
[
"android",
"disk-cache",
"gif",
"glide",
"imageloader"
] |
public
| 6,177
| 625
| 35,018
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
1,064,563
|
MDEwOlJlcG9zaXRvcnkxMDY0NTYz
|
netty
|
netty/netty
| false
|
{
"login": "netty",
"id": 473791,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3Mzc5MQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/473791?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/netty",
"html_url": "https://github.com/netty",
"followers_url": "https://api.github.com/users/netty/followers",
"following_url": "https://api.github.com/users/netty/following{/other_user}",
"gists_url": "https://api.github.com/users/netty/gists{/gist_id}",
"starred_url": "https://api.github.com/users/netty/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/netty/subscriptions",
"organizations_url": "https://api.github.com/users/netty/orgs",
"repos_url": "https://api.github.com/users/netty/repos",
"events_url": "https://api.github.com/users/netty/events{/privacy}",
"received_events_url": "https://api.github.com/users/netty/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/netty/netty
|
Netty project - an event-driven asynchronous network application framework
| false
|
https://api.github.com/repos/netty/netty
|
https://api.github.com/repos/netty/netty/forks
|
https://api.github.com/repos/netty/netty/keys{/key_id}
|
https://api.github.com/repos/netty/netty/collaborators{/collaborator}
|
https://api.github.com/repos/netty/netty/teams
|
https://api.github.com/repos/netty/netty/hooks
|
https://api.github.com/repos/netty/netty/issues/events{/number}
|
https://api.github.com/repos/netty/netty/events
|
https://api.github.com/repos/netty/netty/assignees{/user}
|
https://api.github.com/repos/netty/netty/branches{/branch}
|
https://api.github.com/repos/netty/netty/tags
|
https://api.github.com/repos/netty/netty/git/blobs{/sha}
|
https://api.github.com/repos/netty/netty/git/tags{/sha}
|
https://api.github.com/repos/netty/netty/git/refs{/sha}
|
https://api.github.com/repos/netty/netty/git/trees{/sha}
|
https://api.github.com/repos/netty/netty/statuses/{sha}
|
https://api.github.com/repos/netty/netty/languages
|
https://api.github.com/repos/netty/netty/stargazers
|
https://api.github.com/repos/netty/netty/contributors
|
https://api.github.com/repos/netty/netty/subscribers
|
https://api.github.com/repos/netty/netty/subscription
|
https://api.github.com/repos/netty/netty/commits{/sha}
|
https://api.github.com/repos/netty/netty/git/commits{/sha}
|
https://api.github.com/repos/netty/netty/comments{/number}
|
https://api.github.com/repos/netty/netty/issues/comments{/number}
|
https://api.github.com/repos/netty/netty/contents/{+path}
|
https://api.github.com/repos/netty/netty/compare/{base}...{head}
|
https://api.github.com/repos/netty/netty/merges
|
https://api.github.com/repos/netty/netty/{archive_format}{/ref}
|
https://api.github.com/repos/netty/netty/downloads
|
https://api.github.com/repos/netty/netty/issues{/number}
|
https://api.github.com/repos/netty/netty/pulls{/number}
|
https://api.github.com/repos/netty/netty/milestones{/number}
|
https://api.github.com/repos/netty/netty/notifications{?since,all,participating}
|
https://api.github.com/repos/netty/netty/labels{/name}
|
https://api.github.com/repos/netty/netty/releases{/id}
|
https://api.github.com/repos/netty/netty/deployments
| 2010-11-09T09:22:21
| 2026-01-21T06:00:13
| 2026-01-20T16:32:31
|
git://github.com/netty/netty.git
|
git@github.com:netty/netty.git
|
https://github.com/netty/netty.git
|
https://github.com/netty/netty
|
http://netty.io
| 106,773
| 34,735
| 34,735
|
Java
| true
| true
| true
| true
| false
| true
| 16,273
| null | false
| false
| 615
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[] |
public
| 16,273
| 615
| 34,735
|
4.2
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
110,211,147
|
MDEwOlJlcG9zaXRvcnkxMTAyMTExNDc=
|
spring-boot-demo
|
xkcoding/spring-boot-demo
| false
|
{
"login": "xkcoding",
"id": 10429917,
"node_id": "MDQ6VXNlcjEwNDI5OTE3",
"avatar_url": "https://avatars.githubusercontent.com/u/10429917?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xkcoding",
"html_url": "https://github.com/xkcoding",
"followers_url": "https://api.github.com/users/xkcoding/followers",
"following_url": "https://api.github.com/users/xkcoding/following{/other_user}",
"gists_url": "https://api.github.com/users/xkcoding/gists{/gist_id}",
"starred_url": "https://api.github.com/users/xkcoding/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xkcoding/subscriptions",
"organizations_url": "https://api.github.com/users/xkcoding/orgs",
"repos_url": "https://api.github.com/users/xkcoding/repos",
"events_url": "https://api.github.com/users/xkcoding/events{/privacy}",
"received_events_url": "https://api.github.com/users/xkcoding/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/xkcoding/spring-boot-demo
|
🚀一个用来深入学习并实战 Spring Boot 的项目。
| false
|
https://api.github.com/repos/xkcoding/spring-boot-demo
|
https://api.github.com/repos/xkcoding/spring-boot-demo/forks
|
https://api.github.com/repos/xkcoding/spring-boot-demo/keys{/key_id}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/collaborators{/collaborator}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/teams
|
https://api.github.com/repos/xkcoding/spring-boot-demo/hooks
|
https://api.github.com/repos/xkcoding/spring-boot-demo/issues/events{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/events
|
https://api.github.com/repos/xkcoding/spring-boot-demo/assignees{/user}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/branches{/branch}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/tags
|
https://api.github.com/repos/xkcoding/spring-boot-demo/git/blobs{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/git/tags{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/git/refs{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/git/trees{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/statuses/{sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/languages
|
https://api.github.com/repos/xkcoding/spring-boot-demo/stargazers
|
https://api.github.com/repos/xkcoding/spring-boot-demo/contributors
|
https://api.github.com/repos/xkcoding/spring-boot-demo/subscribers
|
https://api.github.com/repos/xkcoding/spring-boot-demo/subscription
|
https://api.github.com/repos/xkcoding/spring-boot-demo/commits{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/git/commits{/sha}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/comments{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/issues/comments{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/contents/{+path}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/compare/{base}...{head}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/merges
|
https://api.github.com/repos/xkcoding/spring-boot-demo/{archive_format}{/ref}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/downloads
|
https://api.github.com/repos/xkcoding/spring-boot-demo/issues{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/pulls{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/milestones{/number}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/notifications{?since,all,participating}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/labels{/name}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/releases{/id}
|
https://api.github.com/repos/xkcoding/spring-boot-demo/deployments
| 2017-11-10T06:27:29
| 2026-01-21T03:44:51
| 2024-07-24T02:02:52
|
git://github.com/xkcoding/spring-boot-demo.git
|
git@github.com:xkcoding/spring-boot-demo.git
|
https://github.com/xkcoding/spring-boot-demo.git
|
https://github.com/xkcoding/spring-boot-demo
|
https://parg.co/UZM
| 14,194
| 34,079
| 34,079
|
Java
| true
| true
| true
| true
| false
| true
| 11,013
| null | false
| false
| 141
|
{
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
| true
| false
| false
|
[
"demo",
"in-action",
"java",
"spring",
"spring-boot",
"spring-boot-2",
"spring-boot-demo",
"web",
"xkcoding"
] |
public
| 11,013
| 141
| 34,079
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
7,613,257
|
MDEwOlJlcG9zaXRvcnk3NjEzMjU3
|
selenium
|
SeleniumHQ/selenium
| false
|
{
"login": "SeleniumHQ",
"id": 983927,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk4MzkyNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/983927?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeleniumHQ",
"html_url": "https://github.com/SeleniumHQ",
"followers_url": "https://api.github.com/users/SeleniumHQ/followers",
"following_url": "https://api.github.com/users/SeleniumHQ/following{/other_user}",
"gists_url": "https://api.github.com/users/SeleniumHQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SeleniumHQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SeleniumHQ/subscriptions",
"organizations_url": "https://api.github.com/users/SeleniumHQ/orgs",
"repos_url": "https://api.github.com/users/SeleniumHQ/repos",
"events_url": "https://api.github.com/users/SeleniumHQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/SeleniumHQ/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/SeleniumHQ/selenium
|
A browser automation framework and ecosystem.
| false
|
https://api.github.com/repos/SeleniumHQ/selenium
|
https://api.github.com/repos/SeleniumHQ/selenium/forks
|
https://api.github.com/repos/SeleniumHQ/selenium/keys{/key_id}
|
https://api.github.com/repos/SeleniumHQ/selenium/collaborators{/collaborator}
|
https://api.github.com/repos/SeleniumHQ/selenium/teams
|
https://api.github.com/repos/SeleniumHQ/selenium/hooks
|
https://api.github.com/repos/SeleniumHQ/selenium/issues/events{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/events
|
https://api.github.com/repos/SeleniumHQ/selenium/assignees{/user}
|
https://api.github.com/repos/SeleniumHQ/selenium/branches{/branch}
|
https://api.github.com/repos/SeleniumHQ/selenium/tags
|
https://api.github.com/repos/SeleniumHQ/selenium/git/blobs{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/git/tags{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/git/refs{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/git/trees{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/statuses/{sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/languages
|
https://api.github.com/repos/SeleniumHQ/selenium/stargazers
|
https://api.github.com/repos/SeleniumHQ/selenium/contributors
|
https://api.github.com/repos/SeleniumHQ/selenium/subscribers
|
https://api.github.com/repos/SeleniumHQ/selenium/subscription
|
https://api.github.com/repos/SeleniumHQ/selenium/commits{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/git/commits{/sha}
|
https://api.github.com/repos/SeleniumHQ/selenium/comments{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/issues/comments{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/contents/{+path}
|
https://api.github.com/repos/SeleniumHQ/selenium/compare/{base}...{head}
|
https://api.github.com/repos/SeleniumHQ/selenium/merges
|
https://api.github.com/repos/SeleniumHQ/selenium/{archive_format}{/ref}
|
https://api.github.com/repos/SeleniumHQ/selenium/downloads
|
https://api.github.com/repos/SeleniumHQ/selenium/issues{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/pulls{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/milestones{/number}
|
https://api.github.com/repos/SeleniumHQ/selenium/notifications{?since,all,participating}
|
https://api.github.com/repos/SeleniumHQ/selenium/labels{/name}
|
https://api.github.com/repos/SeleniumHQ/selenium/releases{/id}
|
https://api.github.com/repos/SeleniumHQ/selenium/deployments
| 2013-01-14T21:40:56
| 2026-01-21T06:37:34
| 2026-01-21T06:37:28
|
git://github.com/SeleniumHQ/selenium.git
|
git@github.com:SeleniumHQ/selenium.git
|
https://github.com/SeleniumHQ/selenium.git
|
https://github.com/SeleniumHQ/selenium
|
https://selenium.dev
| 2,326,190
| 33,918
| 33,918
|
Java
| true
| true
| true
| true
| true
| false
| 8,639
| null | false
| false
| 230
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"dotnet",
"java",
"javascript",
"python",
"ruby",
"rust",
"selenium",
"webdriver"
] |
public
| 8,639
| 230
| 33,918
|
trunk
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
2,562,751
|
MDEwOlJlcG9zaXRvcnkyNTYyNzUx
|
zxing
|
zxing/zxing
| false
|
{
"login": "zxing",
"id": 1122572,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjI1NzI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1122572?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zxing",
"html_url": "https://github.com/zxing",
"followers_url": "https://api.github.com/users/zxing/followers",
"following_url": "https://api.github.com/users/zxing/following{/other_user}",
"gists_url": "https://api.github.com/users/zxing/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zxing/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zxing/subscriptions",
"organizations_url": "https://api.github.com/users/zxing/orgs",
"repos_url": "https://api.github.com/users/zxing/repos",
"events_url": "https://api.github.com/users/zxing/events{/privacy}",
"received_events_url": "https://api.github.com/users/zxing/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/zxing/zxing
|
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
| false
|
https://api.github.com/repos/zxing/zxing
|
https://api.github.com/repos/zxing/zxing/forks
|
https://api.github.com/repos/zxing/zxing/keys{/key_id}
|
https://api.github.com/repos/zxing/zxing/collaborators{/collaborator}
|
https://api.github.com/repos/zxing/zxing/teams
|
https://api.github.com/repos/zxing/zxing/hooks
|
https://api.github.com/repos/zxing/zxing/issues/events{/number}
|
https://api.github.com/repos/zxing/zxing/events
|
https://api.github.com/repos/zxing/zxing/assignees{/user}
|
https://api.github.com/repos/zxing/zxing/branches{/branch}
|
https://api.github.com/repos/zxing/zxing/tags
|
https://api.github.com/repos/zxing/zxing/git/blobs{/sha}
|
https://api.github.com/repos/zxing/zxing/git/tags{/sha}
|
https://api.github.com/repos/zxing/zxing/git/refs{/sha}
|
https://api.github.com/repos/zxing/zxing/git/trees{/sha}
|
https://api.github.com/repos/zxing/zxing/statuses/{sha}
|
https://api.github.com/repos/zxing/zxing/languages
|
https://api.github.com/repos/zxing/zxing/stargazers
|
https://api.github.com/repos/zxing/zxing/contributors
|
https://api.github.com/repos/zxing/zxing/subscribers
|
https://api.github.com/repos/zxing/zxing/subscription
|
https://api.github.com/repos/zxing/zxing/commits{/sha}
|
https://api.github.com/repos/zxing/zxing/git/commits{/sha}
|
https://api.github.com/repos/zxing/zxing/comments{/number}
|
https://api.github.com/repos/zxing/zxing/issues/comments{/number}
|
https://api.github.com/repos/zxing/zxing/contents/{+path}
|
https://api.github.com/repos/zxing/zxing/compare/{base}...{head}
|
https://api.github.com/repos/zxing/zxing/merges
|
https://api.github.com/repos/zxing/zxing/{archive_format}{/ref}
|
https://api.github.com/repos/zxing/zxing/downloads
|
https://api.github.com/repos/zxing/zxing/issues{/number}
|
https://api.github.com/repos/zxing/zxing/pulls{/number}
|
https://api.github.com/repos/zxing/zxing/milestones{/number}
|
https://api.github.com/repos/zxing/zxing/notifications{?since,all,participating}
|
https://api.github.com/repos/zxing/zxing/labels{/name}
|
https://api.github.com/repos/zxing/zxing/releases{/id}
|
https://api.github.com/repos/zxing/zxing/deployments
| 2011-10-12T14:07:27
| 2026-01-21T05:07:37
| 2025-12-01T06:23:44
|
git://github.com/zxing/zxing.git
|
git@github.com:zxing/zxing.git
|
https://github.com/zxing/zxing.git
|
https://github.com/zxing/zxing
| 243,367
| 33,807
| 33,807
|
Java
| true
| false
| true
| true
| true
| true
| 9,425
| null | false
| false
| 9
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"android",
"barcode",
"barcode-scanner",
"datamatrix",
"java",
"qr-code",
"upc",
"zxing"
] |
public
| 9,425
| 9
| 33,807
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
|
120,395,176
|
MDEwOlJlcG9zaXRvcnkxMjAzOTUxNzY=
|
easyexcel
|
alibaba/easyexcel
| false
|
{
"login": "alibaba",
"id": 1961952,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1961952?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alibaba",
"html_url": "https://github.com/alibaba",
"followers_url": "https://api.github.com/users/alibaba/followers",
"following_url": "https://api.github.com/users/alibaba/following{/other_user}",
"gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alibaba/subscriptions",
"organizations_url": "https://api.github.com/users/alibaba/orgs",
"repos_url": "https://api.github.com/users/alibaba/repos",
"events_url": "https://api.github.com/users/alibaba/events{/privacy}",
"received_events_url": "https://api.github.com/users/alibaba/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/alibaba/easyexcel
|
快速、简洁、解决大文件内存溢出的java处理Excel工具
| false
|
https://api.github.com/repos/alibaba/easyexcel
|
https://api.github.com/repos/alibaba/easyexcel/forks
|
https://api.github.com/repos/alibaba/easyexcel/keys{/key_id}
|
https://api.github.com/repos/alibaba/easyexcel/collaborators{/collaborator}
|
https://api.github.com/repos/alibaba/easyexcel/teams
|
https://api.github.com/repos/alibaba/easyexcel/hooks
|
https://api.github.com/repos/alibaba/easyexcel/issues/events{/number}
|
https://api.github.com/repos/alibaba/easyexcel/events
|
https://api.github.com/repos/alibaba/easyexcel/assignees{/user}
|
https://api.github.com/repos/alibaba/easyexcel/branches{/branch}
|
https://api.github.com/repos/alibaba/easyexcel/tags
|
https://api.github.com/repos/alibaba/easyexcel/git/blobs{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/git/tags{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/git/refs{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/git/trees{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/statuses/{sha}
|
https://api.github.com/repos/alibaba/easyexcel/languages
|
https://api.github.com/repos/alibaba/easyexcel/stargazers
|
https://api.github.com/repos/alibaba/easyexcel/contributors
|
https://api.github.com/repos/alibaba/easyexcel/subscribers
|
https://api.github.com/repos/alibaba/easyexcel/subscription
|
https://api.github.com/repos/alibaba/easyexcel/commits{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/git/commits{/sha}
|
https://api.github.com/repos/alibaba/easyexcel/comments{/number}
|
https://api.github.com/repos/alibaba/easyexcel/issues/comments{/number}
|
https://api.github.com/repos/alibaba/easyexcel/contents/{+path}
|
https://api.github.com/repos/alibaba/easyexcel/compare/{base}...{head}
|
https://api.github.com/repos/alibaba/easyexcel/merges
|
https://api.github.com/repos/alibaba/easyexcel/{archive_format}{/ref}
|
https://api.github.com/repos/alibaba/easyexcel/downloads
|
https://api.github.com/repos/alibaba/easyexcel/issues{/number}
|
https://api.github.com/repos/alibaba/easyexcel/pulls{/number}
|
https://api.github.com/repos/alibaba/easyexcel/milestones{/number}
|
https://api.github.com/repos/alibaba/easyexcel/notifications{?since,all,participating}
|
https://api.github.com/repos/alibaba/easyexcel/labels{/name}
|
https://api.github.com/repos/alibaba/easyexcel/releases{/id}
|
https://api.github.com/repos/alibaba/easyexcel/deployments
| 2018-02-06T03:14:08
| 2026-01-21T03:49:20
| 2024-10-29T06:07:07
|
git://github.com/alibaba/easyexcel.git
|
git@github.com:alibaba/easyexcel.git
|
https://github.com/alibaba/easyexcel.git
|
https://github.com/alibaba/easyexcel
|
https://easyexcel.opensource.alibaba.com
| 26,334
| 33,749
| 33,749
|
Java
| true
| true
| true
| true
| false
| true
| 7,640
| null | true
| false
| 570
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"excel",
"java",
"jxl",
"oom",
"poi",
"xls",
"xlsx"
] |
public
| 7,640
| 570
| 33,749
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
64,558,143
|
MDEwOlJlcG9zaXRvcnk2NDU1ODE0Mw==
|
AndroidUtilCode
|
Blankj/AndroidUtilCode
| false
|
{
"login": "Blankj",
"id": 17978187,
"node_id": "MDQ6VXNlcjE3OTc4MTg3",
"avatar_url": "https://avatars.githubusercontent.com/u/17978187?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Blankj",
"html_url": "https://github.com/Blankj",
"followers_url": "https://api.github.com/users/Blankj/followers",
"following_url": "https://api.github.com/users/Blankj/following{/other_user}",
"gists_url": "https://api.github.com/users/Blankj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Blankj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Blankj/subscriptions",
"organizations_url": "https://api.github.com/users/Blankj/orgs",
"repos_url": "https://api.github.com/users/Blankj/repos",
"events_url": "https://api.github.com/users/Blankj/events{/privacy}",
"received_events_url": "https://api.github.com/users/Blankj/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/Blankj/AndroidUtilCode
|
:fire: Android developers should collect the following utils(updating).
| false
|
https://api.github.com/repos/Blankj/AndroidUtilCode
|
https://api.github.com/repos/Blankj/AndroidUtilCode/forks
|
https://api.github.com/repos/Blankj/AndroidUtilCode/keys{/key_id}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/collaborators{/collaborator}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/teams
|
https://api.github.com/repos/Blankj/AndroidUtilCode/hooks
|
https://api.github.com/repos/Blankj/AndroidUtilCode/issues/events{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/events
|
https://api.github.com/repos/Blankj/AndroidUtilCode/assignees{/user}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/branches{/branch}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/tags
|
https://api.github.com/repos/Blankj/AndroidUtilCode/git/blobs{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/git/tags{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/git/refs{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/git/trees{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/statuses/{sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/languages
|
https://api.github.com/repos/Blankj/AndroidUtilCode/stargazers
|
https://api.github.com/repos/Blankj/AndroidUtilCode/contributors
|
https://api.github.com/repos/Blankj/AndroidUtilCode/subscribers
|
https://api.github.com/repos/Blankj/AndroidUtilCode/subscription
|
https://api.github.com/repos/Blankj/AndroidUtilCode/commits{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/git/commits{/sha}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/comments{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/issues/comments{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/contents/{+path}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/compare/{base}...{head}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/merges
|
https://api.github.com/repos/Blankj/AndroidUtilCode/{archive_format}{/ref}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/downloads
|
https://api.github.com/repos/Blankj/AndroidUtilCode/issues{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/pulls{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/milestones{/number}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/notifications{?since,all,participating}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/labels{/name}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/releases{/id}
|
https://api.github.com/repos/Blankj/AndroidUtilCode/deployments
| 2016-07-30T18:18:32
| 2026-01-20T22:35:53
| 2024-08-15T10:38:10
|
git://github.com/Blankj/AndroidUtilCode.git
|
git@github.com:Blankj/AndroidUtilCode.git
|
https://github.com/Blankj/AndroidUtilCode.git
|
https://github.com/Blankj/AndroidUtilCode
|
https://blankj.com/2016/07/31/android-utils-code/
| 47,329
| 33,698
| 33,698
|
Java
| true
| false
| true
| false
| true
| true
| 10,696
| null | false
| false
| 327
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"android",
"androidx",
"app",
"bar",
"cache",
"encode",
"encrypt",
"eventbus",
"file",
"fragment",
"log",
"network",
"permission",
"reflect",
"regex",
"snackbar",
"spannable-string",
"thread-pool",
"toast",
"utils"
] |
public
| 10,696
| 327
| 33,698
|
master
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
137,451,403
|
MDEwOlJlcG9zaXRvcnkxMzc0NTE0MDM=
|
nacos
|
alibaba/nacos
| false
|
{
"login": "alibaba",
"id": 1961952,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1961952?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alibaba",
"html_url": "https://github.com/alibaba",
"followers_url": "https://api.github.com/users/alibaba/followers",
"following_url": "https://api.github.com/users/alibaba/following{/other_user}",
"gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alibaba/subscriptions",
"organizations_url": "https://api.github.com/users/alibaba/orgs",
"repos_url": "https://api.github.com/users/alibaba/repos",
"events_url": "https://api.github.com/users/alibaba/events{/privacy}",
"received_events_url": "https://api.github.com/users/alibaba/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/alibaba/nacos
|
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
| false
|
https://api.github.com/repos/alibaba/nacos
|
https://api.github.com/repos/alibaba/nacos/forks
|
https://api.github.com/repos/alibaba/nacos/keys{/key_id}
|
https://api.github.com/repos/alibaba/nacos/collaborators{/collaborator}
|
https://api.github.com/repos/alibaba/nacos/teams
|
https://api.github.com/repos/alibaba/nacos/hooks
|
https://api.github.com/repos/alibaba/nacos/issues/events{/number}
|
https://api.github.com/repos/alibaba/nacos/events
|
https://api.github.com/repos/alibaba/nacos/assignees{/user}
|
https://api.github.com/repos/alibaba/nacos/branches{/branch}
|
https://api.github.com/repos/alibaba/nacos/tags
|
https://api.github.com/repos/alibaba/nacos/git/blobs{/sha}
|
https://api.github.com/repos/alibaba/nacos/git/tags{/sha}
|
https://api.github.com/repos/alibaba/nacos/git/refs{/sha}
|
https://api.github.com/repos/alibaba/nacos/git/trees{/sha}
|
https://api.github.com/repos/alibaba/nacos/statuses/{sha}
|
https://api.github.com/repos/alibaba/nacos/languages
|
https://api.github.com/repos/alibaba/nacos/stargazers
|
https://api.github.com/repos/alibaba/nacos/contributors
|
https://api.github.com/repos/alibaba/nacos/subscribers
|
https://api.github.com/repos/alibaba/nacos/subscription
|
https://api.github.com/repos/alibaba/nacos/commits{/sha}
|
https://api.github.com/repos/alibaba/nacos/git/commits{/sha}
|
https://api.github.com/repos/alibaba/nacos/comments{/number}
|
https://api.github.com/repos/alibaba/nacos/issues/comments{/number}
|
https://api.github.com/repos/alibaba/nacos/contents/{+path}
|
https://api.github.com/repos/alibaba/nacos/compare/{base}...{head}
|
https://api.github.com/repos/alibaba/nacos/merges
|
https://api.github.com/repos/alibaba/nacos/{archive_format}{/ref}
|
https://api.github.com/repos/alibaba/nacos/downloads
|
https://api.github.com/repos/alibaba/nacos/issues{/number}
|
https://api.github.com/repos/alibaba/nacos/pulls{/number}
|
https://api.github.com/repos/alibaba/nacos/milestones{/number}
|
https://api.github.com/repos/alibaba/nacos/notifications{?since,all,participating}
|
https://api.github.com/repos/alibaba/nacos/labels{/name}
|
https://api.github.com/repos/alibaba/nacos/releases{/id}
|
https://api.github.com/repos/alibaba/nacos/deployments
| 2018-06-15T06:49:27
| 2026-01-21T06:22:20
| 2026-01-20T10:42:42
|
git://github.com/alibaba/nacos.git
|
git@github.com:alibaba/nacos.git
|
https://github.com/alibaba/nacos.git
|
https://github.com/alibaba/nacos
|
https://nacos.io
| 68,605
| 32,554
| 32,554
|
Java
| true
| true
| true
| true
| false
| true
| 13,239
| null | false
| false
| 241
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"a2a-registry",
"agent",
"ai-registry",
"configuration-management",
"distributed-configuration",
"dns",
"dubbo",
"istio",
"kubernetes",
"mcp",
"mcp-management",
"mcp-registry",
"microservices",
"nacos",
"prompt",
"skills",
"spring-cloud"
] |
public
| 13,239
| 241
| 32,554
|
develop
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
49,122,742
|
MDEwOlJlcG9zaXRvcnk0OTEyMjc0Mg==
|
WxJava
|
binarywang/WxJava
| false
|
{
"login": "binarywang",
"id": 1343140,
"node_id": "MDQ6VXNlcjEzNDMxNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1343140?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binarywang",
"html_url": "https://github.com/binarywang",
"followers_url": "https://api.github.com/users/binarywang/followers",
"following_url": "https://api.github.com/users/binarywang/following{/other_user}",
"gists_url": "https://api.github.com/users/binarywang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/binarywang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/binarywang/subscriptions",
"organizations_url": "https://api.github.com/users/binarywang/orgs",
"repos_url": "https://api.github.com/users/binarywang/repos",
"events_url": "https://api.github.com/users/binarywang/events{/privacy}",
"received_events_url": "https://api.github.com/users/binarywang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
|
https://github.com/binarywang/WxJava
|
微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,视频号,公众号等的后端开发
| false
|
https://api.github.com/repos/binarywang/WxJava
|
https://api.github.com/repos/binarywang/WxJava/forks
|
https://api.github.com/repos/binarywang/WxJava/keys{/key_id}
|
https://api.github.com/repos/binarywang/WxJava/collaborators{/collaborator}
|
https://api.github.com/repos/binarywang/WxJava/teams
|
https://api.github.com/repos/binarywang/WxJava/hooks
|
https://api.github.com/repos/binarywang/WxJava/issues/events{/number}
|
https://api.github.com/repos/binarywang/WxJava/events
|
https://api.github.com/repos/binarywang/WxJava/assignees{/user}
|
https://api.github.com/repos/binarywang/WxJava/branches{/branch}
|
https://api.github.com/repos/binarywang/WxJava/tags
|
https://api.github.com/repos/binarywang/WxJava/git/blobs{/sha}
|
https://api.github.com/repos/binarywang/WxJava/git/tags{/sha}
|
https://api.github.com/repos/binarywang/WxJava/git/refs{/sha}
|
https://api.github.com/repos/binarywang/WxJava/git/trees{/sha}
|
https://api.github.com/repos/binarywang/WxJava/statuses/{sha}
|
https://api.github.com/repos/binarywang/WxJava/languages
|
https://api.github.com/repos/binarywang/WxJava/stargazers
|
https://api.github.com/repos/binarywang/WxJava/contributors
|
https://api.github.com/repos/binarywang/WxJava/subscribers
|
https://api.github.com/repos/binarywang/WxJava/subscription
|
https://api.github.com/repos/binarywang/WxJava/commits{/sha}
|
https://api.github.com/repos/binarywang/WxJava/git/commits{/sha}
|
https://api.github.com/repos/binarywang/WxJava/comments{/number}
|
https://api.github.com/repos/binarywang/WxJava/issues/comments{/number}
|
https://api.github.com/repos/binarywang/WxJava/contents/{+path}
|
https://api.github.com/repos/binarywang/WxJava/compare/{base}...{head}
|
https://api.github.com/repos/binarywang/WxJava/merges
|
https://api.github.com/repos/binarywang/WxJava/{archive_format}{/ref}
|
https://api.github.com/repos/binarywang/WxJava/downloads
|
https://api.github.com/repos/binarywang/WxJava/issues{/number}
|
https://api.github.com/repos/binarywang/WxJava/pulls{/number}
|
https://api.github.com/repos/binarywang/WxJava/milestones{/number}
|
https://api.github.com/repos/binarywang/WxJava/notifications{?since,all,participating}
|
https://api.github.com/repos/binarywang/WxJava/labels{/name}
|
https://api.github.com/repos/binarywang/WxJava/releases{/id}
|
https://api.github.com/repos/binarywang/WxJava/deployments
| 2016-01-06T08:24:05
| 2026-01-21T05:48:56
| 2026-01-20T05:39:46
|
git://github.com/binarywang/WxJava.git
|
git@github.com:binarywang/WxJava.git
|
https://github.com/binarywang/WxJava.git
|
https://github.com/binarywang/WxJava
| 20,018
| 32,487
| 32,487
|
Java
| true
| false
| true
| true
| false
| true
| 9,043
| null | false
| false
| 12
|
{
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
}
| true
| false
| false
|
[
"cp",
"hacktoberfest",
"java",
"miniapp",
"miniprogram",
"mp",
"open",
"sdk",
"weapp",
"wechat",
"wechat-sdk",
"weixin",
"weixin-sdk",
"wxjava",
"wxpay"
] |
public
| 9,043
| 12
| 32,487
|
develop
|
{
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
| 1
|
End of preview.
No dataset card yet
- Downloads last month
- 23