{"id":17215,"url":"https://github.com/xiaoaxe/awesome-github","name":"awesome-github","description":"超赞的开源项目列表","projects_count":79,"last_synced_at":"2026-04-13T14:00:27.638Z","repository":{"id":90928648,"uuid":"207058980","full_name":"xiaoaxe/awesome-github","owner":"xiaoaxe","description":"超赞的开源项目列表","archived":false,"fork":false,"pushed_at":"2019-09-09T05:38:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T20:03:11.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaoaxe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-08T03:57:05.000Z","updated_at":"2019-09-09T05:38:36.000Z","dependencies_parsed_at":"2024-01-27T23:03:25.984Z","dependency_job_id":"3e8e9ce8-95f3-4524-b4c2-d0fa0f46ea04","html_url":"https://github.com/xiaoaxe/awesome-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaoaxe/awesome-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoaxe%2Fawesome-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoaxe%2Fawesome-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoaxe%2Fawesome-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoaxe%2Fawesome-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaoaxe","download_url":"https://codeload.github.com/xiaoaxe/awesome-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoaxe%2Fawesome-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31755536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# 超赞的开源项目列表\n\n\n## 编程\n\n### 编程基础\n1. [系统设计指南](https://github.com/donnemartin/system-design-primer)\n1. [全栈工程师必备技能](https://github.com/charlax/professional-programming)\n1. [所有计算机基础相关](https://github.com/CyC2018/CS-Notes)\n1. [所有后端相关技术](https://github.com/xingshaocheng/architect-awesome)\n1. [高可用后端](https://github.com/binhnguyennus/awesome-scalability)\n1. [编程设计准则](https://github.com/DovAmir/awesome-design-patterns)\n\n### 命令行工具\n1. [文件内容搜索-ag](https://github.com/ggreer/the_silver_searcher)\n1. [简短命令介绍](https://github.com/tldr-pages/tldr)\n1. [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)\n1. [命令模糊搜索-fzf](https://github.com/junegunn/fzf)\n1. [常见的点文件配置](https://github.com/mathiasbynens/dotfiles)\n1. [vim配置文件](https://github.com/amix/vimrc)\n1. [json格式化](https://github.com/stedolan/jq)\n1. [命令行修正工具](https://github.com/nvbn/thefuck)\n1. [源码转好看的图片](https://github.com/carbon-app/carbon)\n1. [源码转好看的图片命令行](https://github.com/mixn/carbon-now-cli)\n1. [命令行的艺术](https://github.com/jlevy/the-art-of-command-line)\n1. [录制终端成gif](https://github.com/faressoft/terminalizer)\n1. [录制终端成svg](https://github.com/nbedos/termtosvg)\n1. [bash圣经](https://github.com/dylanaraps/pure-bash-bible)\n1. [终端仪表盘](https://github.com/wtfutil/wtf)\n\n### 面试\n1. [C++面试集合](https://github.com/huihut/interview)\n1. [所有面试相关](https://github.com/kdn251/interviews)\n1. [前端面试图谱](https://github.com/InterviewMap/CS-Interview-Knowledge-Map)\n\n## 机器学习\n\n### 算法相关\n1. [python实现的算法](https://github.com/keon/algorithms)\n1. [python实现的算法](https://github.com/TheAlgorithms/Python)\n1. [算法面试笔记](https://github.com/imhuay/Algorithm_Interview_Notes-Chinese)\n1. [算法面试指南](https://github.com/apachecn/Interview)\n\n### NLP\n1. [java自然语言处理](https://github.com/hankcs/HanLP)\n1. [jieba分词](https://github.com/fxsjy/jieba)\n1. [py分词器](https://github.com/lancopku/pkuseg-python)\n1. [nlp常见数据集](https://github.com/fighting41love/funNLP)\n1. [nlp相关资源](https://github.com/sebastianruder/NLP-progress)\n1. [tensorflow入门](https://github.com/easy-tensorflow/easy-tensorflow)\n\n### 机器学习\n1. [最简单的人脸识别](https://github.com/ageitgey/face_recognition)\n1. [深度学习500问](https://github.com/scutan90/DeepLearning-500-questions)\n1. [机器学习居家手册](https://github.com/trekhleb/homemade-machine-learning)\n1. [机器学习100天](https://github.com/Avik-Jain/100-Days-Of-ML-Code)\n\n## 工具集\n\n### 程序应用\n1. [实现一些简单的应用](https://github.com/danistefanovic/build-your-own-x)\n1. [百度网盘命令行客户端](https://github.com/iikira/BaiduPCS-Go)\n1. [12306抢票助手](https://github.com/testerSunshine/12306)\n1. [you-get视频下载](https://github.com/soimort/you-get)\n1. [youtube-dl视频下载](https://github.com/ytdl-org/youtube-dl)\n1. [下载工具](https://github.com/aria2/aria2)\n1. [爬虫的列表资源集合](https://github.com/facert/awesome-spider)\n1. [图床上传工具](https://github.com/Molunerfinn/PicGo)\n1. [看国内主流视频网站视频](https://github.com/phobal/ivideo)\n\n### 计算机基础-java\n1. [java大全](https://github.com/Snailclimb/JavaGuide)\n1. [java工具集](https://github.com/google/guava)\n1. [java设计大全](https://github.com/iluwatar/java-design-patterns)\n1. [java大全](https://github.com/crossoverJie/JCSprout)\n\n### 代码工具-py\n1. [python的http请求库](https://github.com/psf/requests)\n1. [python微信公众号接口](https://github.com/littlecodersh/ItChat)\n1. [程序调度](https://github.com/spotify/luigi)\n1. [服务器部署和运维](https://github.com/fabric/fabric)\n1. [python进度条](https://github.com/tqdm/tqdm)\n1. [py框架flask](https://github.com/pallets/flask)\n1. [python-100天](https://github.com/jackfrued/Python-100-Days)\n1. [爬虫代理池](https://github.com/imWildCat/scylla)\n\n### mac工具\n1. [brew安装文件](https://github.com/Homebrew/brew)\n1. [mac软件大全](https://github.com/jaywcjlove/awesome-mac)\n1. [优秀软件列表](https://github.com/hzlzh/Best-App)\n1. [chrome插件列表](https://github.com/zhaoolee/ChromeAppHeroes)\n\n### Git指南\n1. [Git常用必备规则](https://github.com/k88hudson/git-flight-rules)\n1. [Git常用菜单](https://github.com/geeeeeeeeek/git-recipes)\n\n### 其他\n\n### 小工具集\n1. [网页转pdf](https://github.com/danburzo/percollate)\n1. [两台电脑文件传输](https://github.com/schollz/croc)\n\n### 集合整理\n1. [列表的列表](https://github.com/jnv/lists)\n1. [awesome的列表](https://github.com/t3chnoboy/awesome-awesome-awesome)\n1. [中华诗词库](https://github.com/chinese-poetry/chinese-poetry)\n1. [500行实现一个项目](https://github.com/aosabook/500lines)\n1. [新华字典数据库](https://github.com/pwxcoo/chinese-xinhua)\n1. [一些好看的图标](https://github.com/akveo/eva-icons)\n1. [如何学习数学](https://github.com/llSourcell/learn_math_fast)\n1. [vscode插件集合](https://github.com/viatsko/awesome-vscode)\n\n### 一些资源\n1. [如何挣钱](https://github.com/easychen/howto-make-more-money)\n1. [好看的hexo主题](https://github.com/ppoffice/hexo-theme-icarus)\n1. [如何写出不可维护的代码](https://github.com/Droogans/unmaintainable-code)\n\n\u003e REF\n1. [开源工厂](https://openingsource.org/)\n","created_at":"2024-01-13T12:54:29.810Z","updated_at":"2026-04-13T14:00:27.638Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["工具集","编程","机器学习"],"sub_categories":["mac工具","集合整理","计算机基础-java","一些资源","命令行工具","小工具集","面试","Git指南","编程基础","算法相关","代码工具-py","NLP","机器学习","程序应用"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/xiaoaxe%2Fawesome-github/projects"}