{"id":2392,"url":"https://github.com/AdolphGithub/studyLogs","name":"studyLogs","description":"记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的","projects_count":30,"last_synced_at":"2026-04-03T16:00:32.834Z","repository":{"id":150506930,"uuid":"117201623","full_name":"AdolphGithub/studyLogs","owner":"AdolphGithub","description":"记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的","archived":false,"fork":false,"pushed_at":"2018-01-27T04:25:48.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T16:47:31.613Z","etag":null,"topics":["awesome","book","git","javascript","nodejs","php"],"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/AdolphGithub.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":"2018-01-12T06:22:00.000Z","updated_at":"2024-12-20T16:50:12.000Z","dependencies_parsed_at":"2023-07-29T03:30:33.244Z","dependency_job_id":null,"html_url":"https://github.com/AdolphGithub/studyLogs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdolphGithub/studyLogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdolphGithub%2FstudyLogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdolphGithub%2FstudyLogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdolphGithub%2FstudyLogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdolphGithub%2FstudyLogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdolphGithub","download_url":"https://codeload.github.com/AdolphGithub/studyLogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdolphGithub%2FstudyLogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29682748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T13:29:26.630Z","status":"ssl_error","status_checked_at":"2026-02-21T13:26:50.125Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的,同时还有自己的一些学习资源\n#### Git系列\n\n- [Flight Rules](https://github.com/k88hudson/git-flight-rules) - 介绍一些在git使用场景中,一些常见问题的处理方案,当然也有[中文版](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md).\n-  [Hello Github](https://github.com/521xueweihan/HelloGitHub) - 很奇怪,这个用来每周推荐github上的项目居然不是很火.哈哈哈哈\n#### 前端系列\n\n- [luxon](https://github.com/moment/luxon) - 一个时间插件,优雅到无法想象,你用过就知道.\n- [fks](https://github.com/JacksonTian/fks) - 一个前端技能汇总,你必须知道的.\n- [superagent](https://github.com/visionmedia/superagent) - 一个基于nodejs的http client.如果不懂http client那爬虫你应该懂了哈.\n- [cheerio](https://github.com/cheeriojs/cheerio) - 号称nodejs的jquery,jquery不说你也懂\n- [node-lessons](https://github.com/alsotang/node-lessons) - nodejs包教不包会\n- [charts](https://github.com/frappe/charts) - 一个简单的图表插件\n- [learnVue](https://github.com/answershuto/learnVue) - VueJs源码解析\n- [front-end-study-guide](https://github.com/alcat2008/front-end-study-guide) - 前端学习指南,不过没有更新了\n- [hapi](https://github.com/hapijs/hapi) - 一个基于nodejs的服务器框架.\n- [Vue](https://github.com/vuejs/vue) - 不用说你也知道\n- [wedding](https://github.com/iammapping/wedding) - 婚礼大屏互动,微信请柬一站式解决方案,打算自己结婚用.嘿嘿\n- [draggable](https://github.com/Shopify/draggable) - javascript的拖拽的插件,超好用\n- [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) - 助你面试用的,facebook大神写的.专注前端和算法\n- [AR.js](https://github.com/jeromeetienne/AR.js) - AR不说你也懂\n- [es6tutorial](https://github.com/ruanyf/es6tutorial) - ECMAScript6入门教程,软一峰所写\n- [Blog](https://github.com/mqyqingfeng/Blog) - 冴羽写博客的地方，有四个系列,JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。\n- [autoprefixer](http://autoprefixer.github.io/) - 为你的css自动弄兼容,自动加前缀.\n#### 资源推荐\n- [awesome](https://github.com/sindresorhus/awesome) - 这个系列厉害了,每天都更新一些流行的仓库,项目.如果某一天,俺的项目进去了.我就哈哈哈哈哈哈哈.如果要搜索某个单独语言的.例如php,awesome php.就可以搜索到了.\n- [glod-miner](https://github.com/xitu/gold-miner) - 掘金翻译计划.这个也厉害,看中文的最佳去处,一般我没有搜索到中文文档会来此处查看.\n- [every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know) - 每个开发人员都应该知道的规则.\n- [js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch) - 从0构建一个javascript技术堆栈,[中文版](https://github.com/yepbug/js-stack-from-scratch)\n- [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) - 免费的计算机编程类书籍\n- [fetool](https://github.com/nieweidong/fetool) - 大前端的瑞士军刀.别问我瑞士军刀是撒,就是一把刀哈.\n- [English-level-up-tips-for-Chinese](https://github.com/byoungd/English-level-up-tips-for-Chinese) - 英语学习指南.我就是拜这个所赐\n#### 人工智能\n- [tensorflow](https://github.com/tensorflow/tensorflow) 一个谷歌开源的人工只能系统\n- [tensorflow-zh](https://github.com/jikexueyuanwiki/tensorflow-zh) - 哈哈哈,这个就是上面的那个中文文档.\n- [tesseract](https://github.com/tesseract-ocr/tesseract) - 一个能识别图片的东东,有这么一句话,开源的不靠谱,收费的不划算\n#### php\n- [phpbook](https://github.com/walu/phpbook) 一个php源码学习日志\n#### 最后\n先暂时写道这里吧,哪天在来补充一下\n","created_at":"2024-01-04T20:09:15.372Z","updated_at":"2026-04-03T16:00:32.834Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/adolphgithub%2Fstudylogs/projects"}