https://github.com/adambard/learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
https://github.com/adambard/learnxinyminutes-docs
Last synced: 6 months ago
JSON representation
Code documentation written as code! How novel and totally my idea!
- Host: GitHub
- URL: https://github.com/adambard/learnxinyminutes-docs
- Owner: adambard
- License: other
- Created: 2013-06-26T17:58:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T04:02:34.000Z (7 months ago)
- Last Synced: 2025-05-06T16:14:04.158Z (6 months ago)
- Language: Markdown
- Homepage: https://learnxinyminutes.com/
- Size: 29.7 MB
- Stars: 11,826
- Watchers: 263
- Forks: 3,429
- Open Issues: 186
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- fucking-lists - learnxinyminutes-docs
- awesomelist - learnxinyminutes-docs
- my-awesome-github-stars - adambard/learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea! (Markdown)
- awesome-github-repos - adambard/learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea! (Markdown)
- awesome-starred - learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea! (JavaScript)
- awesome-github-star - learnxinyminutes-docs
- awesome - adambard/learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea! (Markdown)
- collection - learnxinyminutes-docs
- lists - learnxinyminutes-docs
- Linux-Bash-Commands - adambard/learnxinyminutes-docs - anon/adambard/learnxinyminutes-docs?label=%F0%9F%91%A5&labelColor=white)||Jun 23, 2013 | (Vim (text editor) / Conditional Statements)
- awesome - adambard/learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea! (Markdown)
- StarryDivineSky - adambard/learnxinyminutes-docs - docs,其特色是完全以代码形式编写的文档,提供了一种独特的编程语言学习方法。它采用一种简单的格式,每种语言的文档都存储在以该语言命名的单独文件中。其结构遵循一致的模式,易于阅读和理解。内容简洁易懂,适合初学者,能够快速提供重要信息。通过将文档视为代码,该项目鼓励交互式学习和实验。用户可以在线访问文档,或从 GitHub 克隆代码库。该项目支持多种编程语言,每种语言都有其专属文件。其目标是让学习新语言变得更容易、更具吸引力。文件通常以 Markdown 格式编写,确保清晰简洁。这种方法允许学习者同时查看代码和文档,从而加深理解。该项目是开源的,欢迎社区贡献。它为希望了解新语言基础知识的开发人员提供了快速参考。其设计理念优先考虑极简主义和实用性,专注于核心概念,避免不必要的细节。 (计算机编程_数据结构与算法 / 资源传输下载)
- my-awesome - adambard/learnxinyminutes-docs - 10 star:12.1k fork:3.5k Code documentation written as code! How novel and totally my idea! (Markdown)
README
# [Learn X in Y minutes][1]
Whirlwind tours of (several, hopefully many someday) popular and
ought-to-be-more-popular programming languages, presented as valid, commented
code and explained as they go.
## We need YOU!...
... to write more inline code tutorials. Just grab an existing file from this
repo and copy the formatting (don't worry, it's all very simple). Make a new
file, send a pull request, and if it passes muster I'll get it up pronto.
Remember to fill in the "contributors" fields so you get credited properly!
## Contributing
All contributions are welcome, from the tiniest typo to a brand new article.
Translations in all languages are welcome (or, for that matter, original
articles in any language). Send a pull request or open an issue any time of day
or night.
**Please prepend the tag `[language/lang-code]` to your issues and pull
requests.** For example, `[python/en]` for English Python. This will help
everyone pick out things they care about.
We're happy for any contribution in any form, but if you're making more than one
major change (i.e. translations for two different languages) it would be super
cool of you to make a separate pull request for each one so that someone can
review them more effectively and/or individually.
For a detailed style guide, please review the full [CONTRIBUTING][2] guidelines.
## License
Contributors retain copyright to their work, and can request removal at any
time. By uploading a doc here, you agree to publish your work under the default
[Creative Commons Attribution-ShareAlike 3.0 Unported][3] licensing included on
each doc page.
Anything not covered by the above -- basically, this README -- you can use as
you wish, I guess.
[1]: https://learnxinyminutes.com
[2]: /CONTRIBUTING.md
[3]: http://creativecommons.org/licenses/by-sa/3.0/deed.en_US