| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
| |
| | |
The json code block renders fine in Github Flavored Markdown on Github, but not on the learnxinyminutes.com/docs/toml page. Because there isn't any syntax highlighting for this section anyway, I switched it to vanilla code block.
|
| |
| |
| |
| |
| |
| |
| | |
* [c/uk-ua] Add ukrainian translation for Clang
* Apply suggestions from code review
Co-authored-by: Andre Polykanine <ap@oire.me>
|
| | |
|
| |
| |
| | |
Additional info on arguments and return values for functions
|
| |
| |
| | |
It will correctly show structured, formatted JSON to give a better understanding
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [mongodb/en] Write introduction and getting started
* [mongodb/en] Write code sample for CRUD operations
* [mongodb/en] Write code sample for operators and database operations
* [mongodb/en] Write further reading
* [mongodb/en] Minor fixes for Markdown
* [mongodb/en] Made each line 80 characters long
|
| | |
|
| |
| |
| | |
I really struggled to parse what was being explained, but found the wording on https://hexdocs.pm/elixir/1.12/Atom.html much easier to understand.
|
|\ \
| | |
| | | |
[wim/gr] Try fixing display bug
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The pygments highlighter does not recognize `==begin` and `==end`
without a newline before `==end`. For this reason it will never end the
comment. This resulted in 95% of the Raku document being highlighted as
a comment.
We replace most `=begin` and `=end` with standard quotes `#`. In some
places I retain `=begin` and `=end` when they are indented (this works
fine in pygments).
|
| |
| |
| |
| |
| | |
* Replace tryruby.org with the proper link
* Replace tryruby.org with the proper link
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Co-authored-by: 谭九鼎 <109224573@qq.com>
Update zh-cn/wolfram-cn.html.markdown
Co-authored-by: 谭九鼎 <109224573@qq.com>
Update zh-cn/wolfram-cn.html.markdown
Co-authored-by: 谭九鼎 <109224573@qq.com>
Update zh-cn/wolfram-cn.html.markdown
Co-authored-by: 谭九鼎 <109224573@qq.com>
Update wolfram-cn.html.markdown
|
| | | |
|
|\ \ \
| | | |
| | | | |
[CMake/zh-cn]Translation CMake
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
... and remove a residual English paragraph that was already
translated.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://twitter.com/zard1989/status/1266074437738213376
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | | |
Correct small errors
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add translation for MIPS Assembly in zh-CN
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[perl/zh-cn]fix indent
|
| | | | | | | |
|
|\ \ \ \ \ \ \ |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: woclass <wo@wo-class.cn>
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* Update set-theory.html.markdown
Fixed a minor typo.
* Add files via upload
Added a french translation for set theory.
* Add suggested changes
J'ai fait presque tous les changements suggérés.
* Fix spacing before semicolons
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[purescript/en] Updates for latest PureScript
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* `let` no longer required in PSCi
* Properly emit output, `(Just 1)` vs `Just (1)`
* Remove `sumTwo` as it is too convoluted of an example
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Multi-line mode has been replaced with past mode
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Prefer https over http
* The community has taken over the book by Phil Freeman and is now
available under the purescript.org domain.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[vim/ja-jp]Add translate for vim in ja-jp
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|