cheatsheets

所属分类:人工智能/神经网络/深度学习
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2023-11-17 17:46:33
上 传 者sh-1993
说明:  关于编程的备忘单
(Cheatsheets about programming)

文件列表:
.idea/ (0, 2023-11-17)
.idea/cheatsheets.iml (458, 2023-11-17)
.idea/misc.xml (174, 2023-11-17)
.idea/modules.xml (274, 2023-11-17)
LICENSE (1071, 2023-11-17)
Pipfile (138, 2023-11-17)
SUMMARY.md (528, 2023-11-17)
bash/ (0, 2023-11-17)
bash/docker-compose.md (1104, 2023-11-17)
bash/index.md (5228, 2023-11-17)
bash/keybinding.md (3562, 2023-11-17)
bash/tmux.md (2116, 2023-11-17)
bash/vim/ (0, 2023-11-17)
bash/vim/mappings.md (10061, 2023-11-17)
bash/vim/vimscript.md (993, 2023-11-17)
book.json (89, 2023-11-17)
cleanCode/ (0, 2023-11-17)
cleanCode/index.md (10934, 2023-11-17)
css/ (0, 2023-11-17)
css/mac-fixes.md (104, 2023-11-17)
design/ (0, 2023-11-17)
design/index.md (1251, 2023-11-17)
design/material-ui-system.md (1497, 2023-11-17)
design/notes.md (1052, 2023-11-17)
design/plan.md (3222, 2023-11-17)
design/resources/ (0, 2023-11-17)
design/resources/button-states.png (52987, 2023-11-17)
design/resources/colors 1.png (272242, 2023-11-17)
design/resources/colors 2.png (258549, 2023-11-17)
design/resources/design process.png (198947, 2023-11-17)
design/resources/gradient.png (77672, 2023-11-17)
design/resources/informatin arquitecture.png (226966, 2023-11-17)
design/resources/personas.pdf (21364535, 2023-11-17)
design/resources/sample design proposal.pdf (188944, 2023-11-17)
... ...

# Programming Cheat-sheets [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#) [![Twitter: JordiSantamar1a](https://img.shields.io/twitter/follow/JordiSantamar1a.svg?style=social)](https://twitter.com/JordiSantamar1a) website: [website](https://jordisantamaria.github.io/cheatsheets/) Source code: https://github.com/jordisantamaria/cheatsheets # Nomenclature ``` [variable] # Obligatory variable {variable} # Optional variable ``` # How to collaborate 1. Create a folder with a topic, and a .md file 2. Update Summary.md to include the topic in the menu 3. Create a PR with a custom branch. # For update styles of webpage. Styles can be updated, using the class and tags generated by gitbook updating the styles/website.css file. # For deploy to GitHub pages ``` bash deploy.sh ``` # Run website in local ``` yarn serve ``` # How to develop a Gitbook ## Start point Start point: readme.md ## Summary Book structure index: summary.md * [section 1](section1/README.md) * [example 1](section1/example1.md) * [example 2](section1/example2.md) * [section 2](section2/README.md) * [example 1](section2/example1.md) ## GLOSSARY GLOSSARY.md Define terms and definitions ##Variables book.json ```json { "variables": { "website": "https://jordiviva.github.io/learn-docker/" } } ``` Use: `{ { book.website } }` ## Reference to other files ```{ % include "./test.md" % } ``` ## Install new plugins Add plugins to book.json: ``` "plugins": ["autocover"], ``` Then install with: ``` gitbook install ```

近期下载者

相关文件


收藏者