Commit Graph

7596 Commits

Author SHA1 Message Date
Divay Prakash
ffb9c5f909
Merge pull request #3616 from candeira/nixify
Nixify so it can be easily developed on Nix
2019-09-02 18:53:33 +05:30
Divay Prakash
dce4da295d
Merge pull request #3615 from candeira/fix_nix
[nix/en] Updates for Nix 2.2.0
2019-09-02 18:53:10 +05:30
Emerentius
fdd278fde1 rust: update explanation of borrow system
With the introduction of non-lexical lifetimes, borrows no longer last
until the end of scope. This has always been active in the 2018 edition
and is now also true in the 2015 edition as of Rust 1.36
2019-09-01 11:54:40 +02:00
Emerentius
c5f6427b60 rust: improve explanation of string slices 2019-09-01 11:54:15 +02:00
Volodymyr Korniichuk
10405c42fd Added translation for [Rust/uk-ua] (#3613)
* Added uk-ua tranlation for Rust

* fixed lang

* fixed "80-symbols per line" limit

* Fix filename
2019-09-01 13:25:27 +05:30
Divay Prakash
f766c0aed3
Merge pull request #3617 from madebyollin/master
[C++/en] Minor fixes to Smart Pointer section
2019-09-01 13:22:37 +05:30
Javier Candeira
efcd37612d [nix/en] Updates for Nix 2.2.0
- nix-repl now deprecated, Nix 2 has `nix repl`
- nix language now has floats, and type-preserving arithmetic
- add note about immutable sets' attributes being un-redefinable
- descendant sets can now have attributes added to them
- fix editing loose ene in the Impurity section
2019-09-01 04:03:11 +10:00
Ollin Boer Bohan
43fc3289dc
Minor fixes to C++ Smart Pointer section
* Fix minor spelling / grammar problems ("tp de-allocate", "refences", "dont"...)
* Remove filler words ("Basically", "As a matter of fact"...)
* Remove spaces before parens in smart pointer initialization code sample (consistent with the other sections, e.g. the `Tuples` section)
* Clarify `std::weak_ptr` use case
2019-08-31 08:11:27 -07:00
Javier Candeira
5e7c4f2f78 Nixify so it can be easily developed on Nix 2019-08-31 23:59:33 +10:00
Divay Prakash
4e8e92eb0e
Merge pull request #3614 from SMUsamaShah/patch-1
Optional parameters in methods
2019-08-30 21:36:36 +05:30
Muhammad Usama
ec1090d7a8
Optional parameters in methods 2019-08-30 19:58:06 +05:00
Amans Tofu
f0f161981f [Perl6/en]Modify an error about the Range constructor (#3612)
[Perl6/en] Modify an error about the Range constructor
2019-08-30 14:52:27 +05:30
Divay Prakash
88223544ce
Merge pull request #3610 from Blandry1/master
[Python3/en] Added write to and read from a file syntax
2019-08-25 00:15:14 +05:30
Ben Landry
77ab89a4b3 Added write to and read from a file syntax 2019-08-21 21:14:03 -04:00
Divay Prakash
f035528ceb
Merge pull request #3481 from shaltaev/master
[sql/ru] SQL full translate
2019-08-21 12:23:52 +05:30
Divay Prakash
6f3c29b606
Update sql-ru.html.markdown 2019-08-21 12:17:17 +05:30
Divay Prakash
c9d430ee09
Merge pull request #3609 from mtnylnky/master
Sql file added for Turkish
2019-08-21 12:14:46 +05:30
Seçkin Kükrer
c257831c3a [Edn/tr-tr] (#3607)
* Added EDN documentation in Turkish

* Contribution field added. Translation field added. Fixed file name.

* Contributor field fixed, again. Added lang meta information.
2019-08-21 12:04:19 +05:30
Seçkin Kükrer
8f32618224 [Clojure/tr-tr] Fix on Contributors field. (#3608)
* Added myself as a Contributor because this documentation is not just
translation. Thank you for notice!

* Same old pit-fall. 🤦
2019-08-20 12:15:22 +05:30
Profpatsch
ec3d3f91ea [dhall/de]: add German translation (#3600)
* [dhall/en] Typo & highlight terms

Template and package are referencing concepts from other languages, so
let’s highlight them to clarify.

* [dhall/de] Translate to German

The translation leaves (most) of the code as-is, only changing the
comments and some string contents.

The `philadelphia` and `john` fields are changed to `augsburg` and
`bernd` respectively, as an in-joke for German programmers.
2019-08-19 18:27:50 +05:30
SimonDei
92d9ba9b61 [directx9/en, opengl/en] Add basic DirectX 9 and rename OpenGL (#3599)
* Add files via upload

* Rename learnopengl.html.markdown to opengl.html.markdown

* Fix broken links and change category

* Update opengl.html.markdown

* Fixed some typos

* Replace tab by spaces

* Update opengl.html.markdown

* Update opengl.html.markdown

- More uniforms info
- Handling VBO's
- Better description of Functions

* Update opengl.html.markdown

* Added Matrix Transformation section

* Update opengl.html.markdown

* Update opengl.html.markdown

* Added geometry shader section

* Update opengl.html.markdown

Fix newline issues

* Fix typo

* Create directx9.html.markdown

* Update directx9.html.markdown

* Update directx9.html.markdown

* Update directx9.html.markdown

* Update directx9.html.markdown

* Vertex declarations and shaders

* Update directx9.html.markdown

* Basic texturing

* Update directx9.html.markdown

- Fix site rendering issues with newlines as required
- Fix YAML frontmatter issues
2019-08-19 18:24:31 +05:30
Divay Prakash
b201fbf1de
Merge pull request #3598 from jrfondren/add-mercury
[mercury/en] Added Mercury
2019-08-19 17:52:02 +05:30
Metin Yalçınkaya
75d207ce17
Sql file added for Turkish
Sql file created and added for Turkish language
2019-08-17 16:06:03 +03:00
Julian Fondren
ed63ebcd61 use Prolog syntax highlighting for Mercury code 2019-08-16 14:10:39 -05:00
Adam Bard
db7bb77e72
Merge pull request #3604 from Jedt3D/typescript-th
[typescript/th] finish and up to date for TypeScript's Thai translation
2019-08-15 23:12:00 -02:30
Divay Prakash
72f0ad72c2
[reason/en] Apply some spelling and ordering suggested (#3605)
[reason/en] Apply some spelling and ordering suggested
2019-08-14 23:59:54 +05:30
Seth Corker
91f1f4f936 Apply some spelling and ordering suggested by @amartincolby 2019-08-13 22:55:18 +01:00
Worajedt Sitthidumrong
65ab14ca41 fix file name per request 'learntypescript-th.ts' 2019-08-14 02:34:53 +07:00
Ben Landry
0b5245e2d8 [python3/en] Added enumerate function (#3601)
* Added enumerate function

* adjusted spacing
2019-08-13 16:05:13 +05:30
Divay Prakash
555495e4e9
Merge pull request #3603 from Fasermaler/patch-1
[mercurial/en] Fix mercurial workflow link
2019-08-13 16:04:32 +05:30
Worajedt Sitthidumrong
7e06e77a44 additional translation for Iterators, Generators 2019-08-13 16:22:32 +07:00
Fasermaler
55ec5c5414
[mercurial/en] Fix mercurial workflow link 2019-08-13 17:22:11 +08:00
Worajedt Sitthidumrong
121627522d finish translate TypeScript to Thai language 2019-08-13 16:02:01 +07:00
Worajedt Sitthidumrong
e616d43963 translate to Thai up to interface topic 2019-08-13 14:44:19 +07:00
Worajedt Sitthidumrong
b1f25adeb5 translate all paragraphs to Thai. 2019-08-13 14:21:09 +07:00
Divay Prakash
7f4e099293
Merge pull request #3594 from Sadrak/master
[perl6/en] Object Model example mixed old/new code/comments
2019-08-10 23:27:12 +05:30
Dimitri Kokkonis
e8dd50b85e [bash/gr] Translate Bash to greek (#3595)
* Add greek translation for the HTML language

* Correct typo in source file name

* Translate Bash to greek
2019-08-10 23:26:02 +05:30
Julian Fondren
d03bbc1820 Added Mercury 2019-08-09 03:39:43 -05:00
Divay Prakash
745a2ce9a0
Merge pull request #3596 from Aldaschwede/master
[solidity/en] added qualifier payable hence it's not compilable, [python/de] correction
2019-08-08 23:14:39 +05:30
Divay Prakash
fd050df838
Merge pull request #3597 from samebchase/patch-1
[tmux/en] Fix keybinding
2019-08-08 23:11:53 +05:30
Samuel Chase
2f8df4fd14
Fix keybinding
To enter copy mode we use `[` and not `]`.
2019-08-08 22:16:37 +05:30
Aldaschwede
4132daa9e5
Update python3-de.html.markdown
spelling mistake
2019-08-06 17:34:48 +02:00
Aldaschwede
e7a2c6d888
Update solidity.html.markdown
added qualifier payable to the function Info, hence without it's not compileable
2019-08-06 17:29:19 +02:00
Felix Ostmann
c709f1dcbb Object Model example mixed old/new code/comments 2019-08-06 10:44:37 +02:00
Divay Prakash
2f0b904f6f
[sql/zh-cn] Update Chinese version of SQL (#3589)
[sql/zh-cn] Update Chinese version of SQL
2019-08-05 20:23:02 +05:30
Divay Prakash
87ea429179
Merge pull request #3593 from ashraf-patel/feature/ashraf/kotlin-enum
[Kotlin/en] Kotlin enum
2019-08-05 17:44:37 +05:30
ashraf-patel
99bab9d9e9 Kotlin enum 2019-08-05 14:31:01 +05:30
Divay Prakash
11885877e7
Merge pull request #3508 from vinniec/master
[javascript/it-it] Create javascript-it.html.markdown
2019-08-04 14:24:44 +05:30
Divay Prakash
84886fad29
Update javascript-it.html.markdown
Fix YAML frontmatter
2019-08-04 14:22:44 +05:30
Divay Prakash
fc83fda46a
Merge pull request #3569 from dean-shaff/master
[webassembly/en] added WebAssembly tutorial
2019-08-04 14:21:03 +05:30