Commit Graph

8458 Commits

Author SHA1 Message Date
ThesllaDev
1670518461
[css/pt-br] Fix: translation and typos in links (#4252) 2021-10-23 18:42:37 +02:00
Dan Book
fa5048634d
[perl/en] Add example of iterating through file (#4238) 2021-10-23 00:52:28 +02:00
Adam Bard
9b69738861
Merge pull request #3895 from haritonch/ocaml-greek-translation
[ocaml/el-gr] Add greek translation for OCaml
2021-10-21 14:36:51 -07:00
Haden Wasserbaech
1fb1ad6b5f
Fixes multidimensional array (#4239) 2021-10-10 19:32:14 +02:00
Valentin Baca
7e5abe2aaf
[crystal/en] Update to Crystal 1.0 (#4235)
Crystal 1.0 was released this year (currently at 1.1.1 actually), which solidified the language. Updating based on language changes.
2021-09-25 17:03:53 +02:00
Adam Bard
7f5d9b460a
Merge pull request #4234 from DiddiLeija/c++-spanish-2
[c++/es-es] Fix more typos
2021-09-18 07:24:21 -07:00
Diego Ramirez
cdc3b0cc27
[c++/es-es] Fix more typos
- Grammar errors
- Unecessary capital letters

I also added myself as a "translator".
2021-09-18 07:59:40 -05:00
Adam Bard
fda425bc9f
Merge pull request #4233 from DiddiLeija/c++-spanish-typo
[c++/es-es] Fix some typos for the C++ article (Spanish)
2021-09-17 17:30:33 -07:00
Diego Ramirez
5fe2787092
Fix some typos for the C++ article (Spanish)
The Spanish translation has some typos, so I have been fixing them.
2021-09-17 13:01:27 -05:00
kieutrang1729
01365b6f47
[tcl/en] Fix typo (#4225)
Removed unnecessary "string".
2021-08-27 20:56:43 +02:00
Andinus
624c13d18d
[Raku/en] Fix typo & grammar, Remove trailing whitespace, Update IRC (#4224)
#raku has moved to irc.libera.chat
2021-08-26 19:38:23 +02:00
Flopsey
1524547b4d
[mips/en] Fix uncommented comment line (#4223) 2021-08-26 16:48:24 +02:00
awschult002
99ddf8fec6
[c/en] mostly word clarification and extra descriptions (#4222)
* Adds extra clarity to enum value assignment.

The previous statement shows only 1 way to declare enums, and it happens
that they specify a starting value. I clarify that a starting value is
not necessary and that all enum value could contain user specified
values.

* Added clarity to `includes` section.

specified that angle brackets are for system libraries and not just
standard libs. I also added an example of relative paths in the local
include statements.

* Added more clarity for function prototyping and main return vals.

I cleaned up some formatting; then added some clarity to how function
prototyping works, as well as recommend techniques.

* Fixed the mention of character sizes. they are not always 1 byte

* Added clarity about floating point arithmetic.

The previous comments on floating points made it feel like there was
something broken with doing comparison and arithmetics with floating
point types. I added clarity about how floats are stored in memory and
why they seem to behave strangly when used in arithmetic expressions.

* reworded boolean stuff for better clarity on _Bool type in C99

* Adds not about binary assignment

* Added clarity for value roll over

* Added section on multiple return values.

C doesnt allow returning of multiple values, so i added a section on
returning multiple values through pointers.

* added section break for printing special characters

* fix typo

Co-authored-by: Andre Polykanine <ap@oire.me>

* fix typos

Co-authored-by: Andre Polykanine <ap@oire.me>

* fix markdown syntax

Co-authored-by: Andre Polykanine <ap@oire.me>

* fix markdown syntax

Co-authored-by: Andre Polykanine <ap@oire.me>

* fix markdown syntax

Co-authored-by: Andre Polykanine <ap@oire.me>

* reword with better english

Co-authored-by: Andre Polykanine <ap@oire.me>

* reword with better english

Co-authored-by: Andre Polykanine <ap@oire.me>

Co-authored-by: Andre Polykanine <ap@oire.me>
2021-08-24 21:57:49 +02:00
Jeff Hale
5e53b2aca9
[toml/en] fix code not rendering (#4221)
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.
2021-08-23 10:54:29 +02:00
Anastasiia Bondarenko
ed5f7694fd
[c/uk-ua] Add ukrainian translation for Clang (#3762)
* [c/uk-ua] Add ukrainian translation for Clang

* Apply suggestions from code review

Co-authored-by: Andre Polykanine <ap@oire.me>
2021-08-22 21:30:29 +02:00
EgorBobrov
757ed9b49b
[java/en] Added more info about Collections initialization (#4200) 2021-08-22 20:21:01 +02:00
MarkGrimwood
4eaafe0839
[bash/en] Update bash.html.markdown (#4202)
Additional info on arguments and return values for functions
2021-08-22 20:15:03 +02:00
Aleksei Trifonov
68f016d886
[toml/en] Fix JSON code blocks in TOML (#4204)
It will correctly show structured, formatted JSON to give a better understanding
2021-08-22 20:11:16 +02:00
RogueArt
848a80d87f
[MongoDB/en] Add Learn MongoDB in Y Minutes (#4214)
* [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
2021-08-22 17:51:43 +02:00
Rohit Goswami
3dc6c1e362
[fortran/en] Add new resource (#4213) 2021-08-22 17:24:09 +02:00
Nic
1854d9d9b1
[elixir/en] Update description of an Atom. (#4216)
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.
2021-08-22 17:21:22 +02:00
Adam Bard
cdbdf70809
Merge pull request #4220 from Menelion/fix-4211
[wim/gr] Try fixing display bug
2021-08-22 07:51:39 -07:00
Andre Polykanine
57c91c96ad Fix #4211 2021-08-22 11:17:35 +02:00
Samantha McVey
406b103164
[Raku/en] Fix runaway comment for syntax highlighter (#4215)
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).
2021-08-21 23:46:05 +02:00
Petru Madar
0086b92f09
[ruby/all] Replace tryruby.org with the proper link (#4217)
* Replace tryruby.org with the proper link

* Replace tryruby.org with the proper link
2021-08-21 23:08:42 +02:00
Liu Yihua
9a76ba9d83
[asciidoc/zh-cn] Add translation (#4210) 2021-08-09 18:34:56 +08:00
谭九鼎
dc8a200809
CODEOWNERS: add imba-tjd 2021-08-09 18:31:48 +08:00
谭九鼎
4d6fd978cf
Merge pull request #4002 from wuyudi/master 2021-08-08 16:42:53 +08:00
wuyudi
e59be08368 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 zh-cn/wolfram-cn.html.markdown

Co-authored-by: 谭九鼎 <109224573@qq.com>

Update wolfram-cn.html.markdown
2021-08-08 15:25:18 +08:00
谭九鼎
d1ea98e62b
Merge pull request #3928 from tx23/Cmake_zh_cn
[CMake/zh-cn]Translation CMake
2021-08-08 13:28:38 +08:00
谭九鼎
ce4d6fdd22
Merge pull request #3948 from perltaiwan/zh-tw-translation 2021-08-08 13:27:34 +08:00
谭九鼎
d9ef04d164
Merge pull request #4077 from yihuajack/yihuajack/mips-zh-cn 2021-08-08 13:25:22 +08:00
谭九鼎
db518cc946
Merge pull request #4171 from bkbncn/patch-1
[perl/zh-cn]fix indent
2021-08-08 13:21:37 +08:00
谭九鼎
743be97622
Merge pull request #4180 from lo0b0o/dev 2021-08-08 13:13:28 +08:00
谭九鼎
1c2e5a5716
delete some empty lines 2021-08-08 13:12:35 +08:00
谭九鼎
8982bdd305
fix some issue
Co-authored-by: woclass <wo@wo-class.cn>
2021-08-08 13:09:40 +08:00
kieutrang1729
a1286822de
[set-theory/fr] Added French translation for Set theory (#4168)
* 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
2021-07-11 16:28:54 +02:00
tobihans
e4d92f0a65
[asymptotic-notation/fr] fix small typos (#4186) 2021-07-03 14:54:44 +02:00
lo0b0o
a838d22da8 add header 2021-06-18 23:09:36 +08:00
lo0b0o
2a279a6602 add Chinese translation to set-theory.html.md 2021-06-18 22:54:03 +08:00
Adam Bard
d270b07a1f
Merge pull request #4145 from emiel/emiel-fixup
[purescript/en] Updates for latest PureScript
2021-06-07 08:42:11 -07:00
Xiangyu Xu
e59b19da9c
fix indent 2021-05-28 18:38:30 -05:00
Adam Bard
2a6a54835f
Merge pull request #4156 from kato-k/master
[vim/ja-jp]Add translate for vim in ja-jp
2021-05-26 15:16:04 -07:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Vincent Kosciuszko
f4c12e4f11
[java/fr] Fix typo (#4165)
* Fixing typo in java-fr

jours de la semaine = day of the week.
jours de l'année = day of the year.

* Update java-fr.html.markdown

* Update java-fr.html.markdown
2021-05-13 16:23:16 +02:00
Uwe Krause
468dc26fe3
[elixir/de-de] add hint to numeric underscore for better readabilityt 2021-05-12 21:33:43 +02:00
Kota Kato
ca3246f7f8
[vim/ja] Fix mistake 2021-04-16 08:24:34 +09:00
KotaKato
56151049a7 [vim/ja-jp]Add translate for vim in ja-jp 2021-04-15 23:01:43 +09:00
Adam Bard
04d2a01f80
Merge pull request #4146 from PatrickAlphaC/v0.6-update-solidity
[solidity/en]
2021-03-26 08:35:06 -07:00
PatrickAlphaC
b2d02a50f4 updated for v0.6 with fewer oracle details 2021-03-26 08:05:58 -04:00