mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Compare commits
4 Commits
8315386b68
...
4d7ecfbbf7
Author | SHA1 | Date | |
---|---|---|---|
|
4d7ecfbbf7 | ||
|
612db59ae0 | ||
|
17f8208be7 | ||
|
7069599e41 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,2 +1 @@
|
|||||||
*.html.markdown linguist-language=Markdown linguist-detectable
|
*.md linguist-language=Markdown linguist-detectable
|
||||||
file.html.erb linguist-vendored
|
|
||||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -2,5 +2,5 @@
|
|||||||
- [ ] Pull request title is prepended with `[language/lang-code]` (example `[python/fr]` or `[java/en]`)
|
- [ ] Pull request title is prepended with `[language/lang-code]` (example `[python/fr]` or `[java/en]`)
|
||||||
- [ ] Pull request touches only one file (or a set of logically related files with similar changes made)
|
- [ ] Pull request touches only one file (or a set of logically related files with similar changes made)
|
||||||
- [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
|
- [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
|
||||||
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
|
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.md)
|
||||||
- [ ] Yes, I have double-checked quotes and field names!
|
- [ ] Yes, I have double-checked quotes and field names!
|
||||||
|
2
bf.md
2
bf.md
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: BF
|
name: BF
|
||||||
learn_x_in_y_name: brainfuck
|
where_x_eq_name: brainfuck
|
||||||
filename: bf.bf
|
filename: bf.bf
|
||||||
contributors:
|
contributors:
|
||||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||||
|
2
janet.md
2
janet.md
@ -331,4 +331,4 @@ the [Janet manual](https://janet-lang.org/docs/index.html) and the [Janet API
|
|||||||
docs](https://janet-lang.org/api/index.html) for more info.
|
docs](https://janet-lang.org/api/index.html) for more info.
|
||||||
|
|
||||||
Also check out [Janet for Mortals](https://janet.guide/) for an in-depth ebook
|
Also check out [Janet for Mortals](https://janet.guide/) for an in-depth ebook
|
||||||
on Janet.
|
on Janet.
|
||||||
|
Loading…
Reference in New Issue
Block a user