{"id":20340688,"url":"https://github.com/chanmenglin/notebook","last_synced_at":"2026-04-10T07:17:34.758Z","repository":{"id":171593552,"uuid":"142240432","full_name":"ChanMenglin/NoteBook","owner":"ChanMenglin","description":"NoteBook","archived":false,"fork":false,"pushed_at":"2021-08-03T06:35:25.000Z","size":2334,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T18:35:12.318Z","etag":null,"topics":["ds-cheatsheets","editorconfig","git","gitattributes","gitignore","markdown","note","notebook","python","regex","website"],"latest_commit_sha":null,"homepage":"https://chanmenglin.github.io/NoteBook/","language":"Shell","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/ChanMenglin.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-25T03:05:48.000Z","updated_at":"2022-10-03T08:41:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"70f4b7f8-6551-4441-8112-d5bfd88d9a3d","html_url":"https://github.com/ChanMenglin/NoteBook","commit_stats":null,"previous_names":["chanmenglin/notebook"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMenglin%2FNoteBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMenglin%2FNoteBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMenglin%2FNoteBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMenglin%2FNoteBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanMenglin","download_url":"https://codeload.github.com/ChanMenglin/NoteBook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241867691,"owners_count":20033816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":["ds-cheatsheets","editorconfig","git","gitattributes","gitignore","markdown","note","notebook","python","regex","website"],"created_at":"2024-11-14T21:23:07.974Z","updated_at":"2026-04-10T07:17:34.719Z","avatar_url":"https://github.com/ChanMenglin.png","language":"Shell","readme":"# NoteBook\n\nMy NoteBook\n\n**本仓库包含本人平时的一些学习笔记及摘抄**  \n\n## 目录\n\n2018-08-29 - [Markdown 语法](Markdown/Markdown.md)  \n\n2018-09-01 - [Git](Git/Git.md) | \n[Pro Git](http://iissnan.com/progit/) | \n[Git 常用命令速查手册](Git/Git-常用命令速查手册.md) | [Git CheatSheet](https://github.com/Mist-Of-Doomsday-Magic-Cabal/git-cheatsheet)  \n**.gitignore** - [Page](https://www.gitignore.io) | \n[Github](https://github.com/joeblau/gitignore.io) | \n[.gitignore](https://github.com/github/gitignore) | [.gitignore templates](https://github.com/dvcs/gitignore)  \n**.gitattributes** - [Page](https://gitattributes.io) | \n[Github](https://github.com/gitattributes/gitattributes.io) | \n[.gitattributes](https://github.com/alexkaratarakis/gitattributes) | \n[.gitattributes templates](https://github.com/alexkaratarakis/gitattributes)  \n**.editorconfig** - [Page](https://editorconfig.org) | \n[@editconfig](https://github.com/editorconfig) | \n[EditorConfig](https://github.com/RehanSaeed/EditorConfig)  一个非常通用的.editorconfig文件  \n\n```editorconfig\nindent_style = space\nindent_size = 2\nend_of_line = lf\ntrim_trailing_whitespace = true\ninsert_final_newline = true\nmax_line_length = 100\n```\n\n**.browserslistrc** - [Page](https://www.browserstack.com/) | \n[Github](https://github.com/browserslist/browserslist) | \n[Twitter](https://twitter.com/browserslist) (web 开发)浏览器兼容性设置\n\n2018-09-17 - [NPM](Node\u0026NPM/NPM/NPM.md) | \n[官网](https://www.npmjs.com) | \n[中文社区](https://npm.community)  \n搜索：\n[UNPKG](https://unpkg.com/#/) | \n[npms](https://npms.io) | \n[nodemodules](http://node-modules.com) | \n[npmsearch](https://npmsearch.com) | \n[精选npm包](https://segmentfault.com/a/1190000017461602)  \n\n2018-09-14 - [learn regex](https://github.com/ziishaned/learn-regex) | \n[常用正则表达式](Regex(正则表达式)/常用正则表达式.md) | \n[语法速查手册](Regex(正则表达式)/正则表达式语法速查手册.md) | \n[在线练习](https://regex101.com/r/dmRygT/1) | \n[regexr](https://regexr.com/) | \n[Regulex](https://jex.im/regulex)  \n\n2018-09-29 - [webpack](https://github.com/ChanMenglin/webpack-demo) | \n[官网](https://www.webpackjs.com)  \n\n2018-10-17 - [PandasVersusExcel(Python)](https://chanmenglin.github.io/PandasVersusExcel/) | \n[Github](https://github.com/ChanMenglin/PandasVersusExcel)  \n\n2018-11-06 - [es6-passport(ES6)](https://github.com/ChanMenglin/es6-passport)  \n\n2018-11-20 - [Web-Security(Web 安全)](https://github.com/ChanMenglin/WebSecurity)  \n\n2018-12-03 - [DataScience(基础)](https://chanmenglin.github.io/DataScience/) | [Github](https://github.com/ChanMenglin/DataScience)  \n\n2018-12-15 - [WebOptimize(Web 优化)](https://chanmenglin.github.io/WebOptimize/) | [Github](https://github.com/ChanMenglin/WebOptimize)\n\n2018-12-25 - [WebBase](https://chanmenglin.github.io/WebBase/) | [Github](https://github.com/ChanMenglin/WebBase)  \n\n2019-01-10 - [Database](Database/README.md)  \n\n2019-01-24 - [Docker](Docker/README.md)  \n\n2019-05-01 - [HTML5\u0026CSS3 basic (HTML5 和 CSS3 基础)](https://chanmenglin.github.io/HTML5-CSS3-basic/) | \n[Github](https://github.com/ChanMenglin/HTML5-CSS3-basic)  \n\n2020-05-27 - [HTML5 Canvas](https://chanmenglin.github.io/Canvas/) | \n[Github](https://github.com/ChanMenglin/Canvas)  \n\n---\n\n## Python  \n\n[python3-tips](https://github.com/ChanMenglin/python3-tips)\n\n---\n\n书籍：  \n各类编程书籍：[studyFiles](https://github.com/ChanMenglin/studyFiles) | [threerocks/studyFiles](https://github.com/threerocks/studyFiles)  \n免费编程书籍：[free-programming-books](https://github.com/stormzhang/free-programming-books)  \n数据科学相关速查表：[ds-cheatsheets](https://github.com/ChanMenglin/ds-cheatsheets) | \n[FavioVazquez/ds-cheatsheets](https://github.com/FavioVazquez/ds-cheatsheets)  \n中国科学技术大学计算机学院课程资源：[USTC-CS-Courses-Resource](https://github.com/mbinary/USTC-CS-Courses-Resource) | \n[Page1](https://mbinary.xyz/ustc-cs/) | \n[Page2](https://mbinary.xyz/ustc-cs/)  \n渗透攻击(Micro8)：[Micro8](https://github.com/Micropoor/Micro8) | \n[wiki](https://github.com/Micropoor/Micro8/wiki)  \n\n命令行：\n[命令行](命令行/命令行.md) | \n[Apple 终端](https://support.apple.com/zh-cn/guide/terminal/welcome/mac) | \n[Microsoft PowerShell](https://docs.microsoft.com/zh-cn/powershell/) | \n[PowerShell kit](https://github.com/ktaranov/powershell-kit)  \n\n代码编辑器：\n[VSCode](VSCode/VSCode插件.md) | [Visual Studio](https://visualstudio.microsoft.com/zh-hans/)  \n\n学习：\n[NodeSchool](https://nodeschool.io/zh-cn/) | \n[菜鸟教程](http://www.runoob.com)  \n\n在线工具：\n[脚本之家在线工具](http://tools.jb51.net/) | \n[在线工具网址导航](http://tool.oschina.net/) | \n[程默的博客-工具](http://ipblock.chacuo.net) | \n[在线工具](https://tool.lu) | \n[开发工具箱](http://www.box3.cn/index.html) | \n[不白搜工具站](http://www.bubaiso.com) | \n[在线开发工具](https://www.bejson.com)\n\nGithub Pages：\n[部署](https://juejin.im/post/5b14b2f06fb9a01e5e3d3121)\n\n在线文档：\n[在线API文档](http://tool.oschina.net/apidocs)  \n\n---\n联系方式：\u003cchanmenglin@icloud.com\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmenglin%2Fnotebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanmenglin%2Fnotebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmenglin%2Fnotebook/lists"}