https://github.com/chanmenglin/notebook
NoteBook
https://github.com/chanmenglin/notebook
ds-cheatsheets editorconfig git gitattributes gitignore markdown note notebook python regex website
Last synced: 10 months ago
JSON representation
NoteBook
- Host: GitHub
- URL: https://github.com/chanmenglin/notebook
- Owner: ChanMenglin
- Created: 2018-07-25T03:05:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T06:35:25.000Z (over 4 years ago)
- Last Synced: 2025-01-14T18:35:12.318Z (12 months ago)
- Topics: ds-cheatsheets, editorconfig, git, gitattributes, gitignore, markdown, note, notebook, python, regex, website
- Language: Shell
- Homepage: https://chanmenglin.github.io/NoteBook/
- Size: 2.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteBook
My NoteBook
**本仓库包含本人平时的一些学习笔记及摘抄**
## 目录
2018-08-29 - [Markdown 语法](Markdown/Markdown.md)
2018-09-01 - [Git](Git/Git.md) |
[Pro Git](http://iissnan.com/progit/) |
[Git 常用命令速查手册](Git/Git-常用命令速查手册.md) | [Git CheatSheet](https://github.com/Mist-Of-Doomsday-Magic-Cabal/git-cheatsheet)
**.gitignore** - [Page](https://www.gitignore.io) |
[Github](https://github.com/joeblau/gitignore.io) |
[.gitignore](https://github.com/github/gitignore) | [.gitignore templates](https://github.com/dvcs/gitignore)
**.gitattributes** - [Page](https://gitattributes.io) |
[Github](https://github.com/gitattributes/gitattributes.io) |
[.gitattributes](https://github.com/alexkaratarakis/gitattributes) |
[.gitattributes templates](https://github.com/alexkaratarakis/gitattributes)
**.editorconfig** - [Page](https://editorconfig.org) |
[@editconfig](https://github.com/editorconfig) |
[EditorConfig](https://github.com/RehanSaeed/EditorConfig) 一个非常通用的.editorconfig文件
```editorconfig
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
```
**.browserslistrc** - [Page](https://www.browserstack.com/) |
[Github](https://github.com/browserslist/browserslist) |
[Twitter](https://twitter.com/browserslist) (web 开发)浏览器兼容性设置
2018-09-17 - [NPM](Node&NPM/NPM/NPM.md) |
[官网](https://www.npmjs.com) |
[中文社区](https://npm.community)
搜索:
[UNPKG](https://unpkg.com/#/) |
[npms](https://npms.io) |
[nodemodules](http://node-modules.com) |
[npmsearch](https://npmsearch.com) |
[精选npm包](https://segmentfault.com/a/1190000017461602)
2018-09-14 - [learn regex](https://github.com/ziishaned/learn-regex) |
[常用正则表达式](Regex(正则表达式)/常用正则表达式.md) |
[语法速查手册](Regex(正则表达式)/正则表达式语法速查手册.md) |
[在线练习](https://regex101.com/r/dmRygT/1) |
[regexr](https://regexr.com/) |
[Regulex](https://jex.im/regulex)
2018-09-29 - [webpack](https://github.com/ChanMenglin/webpack-demo) |
[官网](https://www.webpackjs.com)
2018-10-17 - [PandasVersusExcel(Python)](https://chanmenglin.github.io/PandasVersusExcel/) |
[Github](https://github.com/ChanMenglin/PandasVersusExcel)
2018-11-06 - [es6-passport(ES6)](https://github.com/ChanMenglin/es6-passport)
2018-11-20 - [Web-Security(Web 安全)](https://github.com/ChanMenglin/WebSecurity)
2018-12-03 - [DataScience(基础)](https://chanmenglin.github.io/DataScience/) | [Github](https://github.com/ChanMenglin/DataScience)
2018-12-15 - [WebOptimize(Web 优化)](https://chanmenglin.github.io/WebOptimize/) | [Github](https://github.com/ChanMenglin/WebOptimize)
2018-12-25 - [WebBase](https://chanmenglin.github.io/WebBase/) | [Github](https://github.com/ChanMenglin/WebBase)
2019-01-10 - [Database](Database/README.md)
2019-01-24 - [Docker](Docker/README.md)
2019-05-01 - [HTML5&CSS3 basic (HTML5 和 CSS3 基础)](https://chanmenglin.github.io/HTML5-CSS3-basic/) |
[Github](https://github.com/ChanMenglin/HTML5-CSS3-basic)
2020-05-27 - [HTML5 Canvas](https://chanmenglin.github.io/Canvas/) |
[Github](https://github.com/ChanMenglin/Canvas)
---
## Python
[python3-tips](https://github.com/ChanMenglin/python3-tips)
---
书籍:
各类编程书籍:[studyFiles](https://github.com/ChanMenglin/studyFiles) | [threerocks/studyFiles](https://github.com/threerocks/studyFiles)
免费编程书籍:[free-programming-books](https://github.com/stormzhang/free-programming-books)
数据科学相关速查表:[ds-cheatsheets](https://github.com/ChanMenglin/ds-cheatsheets) |
[FavioVazquez/ds-cheatsheets](https://github.com/FavioVazquez/ds-cheatsheets)
中国科学技术大学计算机学院课程资源:[USTC-CS-Courses-Resource](https://github.com/mbinary/USTC-CS-Courses-Resource) |
[Page1](https://mbinary.xyz/ustc-cs/) |
[Page2](https://mbinary.xyz/ustc-cs/)
渗透攻击(Micro8):[Micro8](https://github.com/Micropoor/Micro8) |
[wiki](https://github.com/Micropoor/Micro8/wiki)
命令行:
[命令行](命令行/命令行.md) |
[Apple 终端](https://support.apple.com/zh-cn/guide/terminal/welcome/mac) |
[Microsoft PowerShell](https://docs.microsoft.com/zh-cn/powershell/) |
[PowerShell kit](https://github.com/ktaranov/powershell-kit)
代码编辑器:
[VSCode](VSCode/VSCode插件.md) | [Visual Studio](https://visualstudio.microsoft.com/zh-hans/)
学习:
[NodeSchool](https://nodeschool.io/zh-cn/) |
[菜鸟教程](http://www.runoob.com)
在线工具:
[脚本之家在线工具](http://tools.jb51.net/) |
[在线工具网址导航](http://tool.oschina.net/) |
[程默的博客-工具](http://ipblock.chacuo.net) |
[在线工具](https://tool.lu) |
[开发工具箱](http://www.box3.cn/index.html) |
[不白搜工具站](http://www.bubaiso.com) |
[在线开发工具](https://www.bejson.com)
Github Pages:
[部署](https://juejin.im/post/5b14b2f06fb9a01e5e3d3121)
在线文档:
[在线API文档](http://tool.oschina.net/apidocs)
---
联系方式: