Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdolphGithub/studyLogs
记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的
https://github.com/AdolphGithub/studyLogs
List: studyLogs
awesome book git javascript nodejs php
Last synced: 3 months ago
JSON representation
记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的
- Host: GitHub
- URL: https://github.com/AdolphGithub/studyLogs
- Owner: AdolphGithub
- Created: 2018-01-12T06:22:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T04:25:48.000Z (almost 7 years ago)
- Last Synced: 2024-05-21T20:22:42.192Z (6 months ago)
- Topics: awesome, book, git, javascript, nodejs, php
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - studyLogs - 记录我平常在GitHub上看到的一些好的开源东西,及一些在开发过程中常用到的. (Other Lists / PowerShell Lists)
README
### 简介
记录我平常在github上看到的一些好的开源东西,及一些在开发过程中常用到的,同时还有自己的一些学习资源
#### Git系列- [Flight Rules](https://github.com/k88hudson/git-flight-rules) - 介绍一些在git使用场景中,一些常见问题的处理方案,当然也有[中文版](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md).
- [Hello Github](https://github.com/521xueweihan/HelloGitHub) - 很奇怪,这个用来每周推荐github上的项目居然不是很火.哈哈哈哈
#### 前端系列- [luxon](https://github.com/moment/luxon) - 一个时间插件,优雅到无法想象,你用过就知道.
- [fks](https://github.com/JacksonTian/fks) - 一个前端技能汇总,你必须知道的.
- [superagent](https://github.com/visionmedia/superagent) - 一个基于nodejs的http client.如果不懂http client那爬虫你应该懂了哈.
- [cheerio](https://github.com/cheeriojs/cheerio) - 号称nodejs的jquery,jquery不说你也懂
- [node-lessons](https://github.com/alsotang/node-lessons) - nodejs包教不包会
- [charts](https://github.com/frappe/charts) - 一个简单的图表插件
- [learnVue](https://github.com/answershuto/learnVue) - VueJs源码解析
- [front-end-study-guide](https://github.com/alcat2008/front-end-study-guide) - 前端学习指南,不过没有更新了
- [hapi](https://github.com/hapijs/hapi) - 一个基于nodejs的服务器框架.
- [Vue](https://github.com/vuejs/vue) - 不用说你也知道
- [wedding](https://github.com/iammapping/wedding) - 婚礼大屏互动,微信请柬一站式解决方案,打算自己结婚用.嘿嘿
- [draggable](https://github.com/Shopify/draggable) - javascript的拖拽的插件,超好用
- [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) - 助你面试用的,facebook大神写的.专注前端和算法
- [AR.js](https://github.com/jeromeetienne/AR.js) - AR不说你也懂
- [es6tutorial](https://github.com/ruanyf/es6tutorial) - ECMAScript6入门教程,软一峰所写
- [Blog](https://github.com/mqyqingfeng/Blog) - 冴羽写博客的地方,有四个系列,JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
- [autoprefixer](http://autoprefixer.github.io/) - 为你的css自动弄兼容,自动加前缀.
#### 资源推荐
- [awesome](https://github.com/sindresorhus/awesome) - 这个系列厉害了,每天都更新一些流行的仓库,项目.如果某一天,俺的项目进去了.我就哈哈哈哈哈哈哈.如果要搜索某个单独语言的.例如php,awesome php.就可以搜索到了.
- [glod-miner](https://github.com/xitu/gold-miner) - 掘金翻译计划.这个也厉害,看中文的最佳去处,一般我没有搜索到中文文档会来此处查看.
- [every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know) - 每个开发人员都应该知道的规则.
- [js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch) - 从0构建一个javascript技术堆栈,[中文版](https://github.com/yepbug/js-stack-from-scratch)
- [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) - 免费的计算机编程类书籍
- [fetool](https://github.com/nieweidong/fetool) - 大前端的瑞士军刀.别问我瑞士军刀是撒,就是一把刀哈.
- [English-level-up-tips-for-Chinese](https://github.com/byoungd/English-level-up-tips-for-Chinese) - 英语学习指南.我就是拜这个所赐
#### 人工智能
- [tensorflow](https://github.com/tensorflow/tensorflow) 一个谷歌开源的人工只能系统
- [tensorflow-zh](https://github.com/jikexueyuanwiki/tensorflow-zh) - 哈哈哈,这个就是上面的那个中文文档.
- [tesseract](https://github.com/tesseract-ocr/tesseract) - 一个能识别图片的东东,有这么一句话,开源的不靠谱,收费的不划算
#### php
- [phpbook](https://github.com/walu/phpbook) 一个php源码学习日志
#### 最后
先暂时写道这里吧,哪天在来补充一下