summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of https://github.com/torgeek/learnxinyminutes-docsDmitrii Kuznetsov2021-02-22-17736/+110009
|\
| * Merge pull request #1 from adambard/masterDmitrii Kuznetsov2021-02-22-17736/+110009
| |\ | | | | | | Merge from original adambard
| | * Merge pull request #4104 from tentacleuno/patch-1Andre Polykanine2021-02-06-1/+1
| | |\ | | | | | | | | [kotlin/en] Typo in comment
| | | * Update kotlin.html.markdownTentacles2021-02-04-1/+1
| | |/
| | * Merge pull request #4099 from Menelion/codeownersAdam Bard2021-02-02-0/+5
| | |\ | | | | | | | | [xx/xx] Add Code Owners file
| | | * [xx/xx] Add Code Owners fileAndre Polykanine2021-01-31-0/+5
| | | |
| | * | Merge pull request #4091 from Naereen/patch-3Andre Polykanine2021-02-01-31/+34
| | |\ \ | | | | | | | | | | [julia/en] Small update on julia.html.markdown, typos and comments
| | | * | Small update on julia.html.markdown, typos and commentsLilian Besson2021-01-28-31/+34
| | | | | | | | | | | | | | | Small update on julia.html.markdown, typos and comments
| | * | | Merge pull request #4092 from Naereen/patch-4Andre Polykanine2021-01-31-4/+37
| | |\ \ \ | | | | | | | | | | | | [latex/en] Add some explanations for: floats, tables, and non-ASCII input
| | | * | | input which are => inputs which areLilian Besson2021-01-31-3/+3
| | | | | | | | | | | | | | | | | | And also change on more http:// link to https://
| | | * | | Update latex.html.markdownLilian Besson2021-01-31-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Andre Polykanine <ap@oire.me>
| | | * | | Update latex.html.markdownLilian Besson2021-01-31-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Andre Polykanine <ap@oire.me>
| | | * | | Update latex.html.markdown, columns > columnLilian Besson2021-01-31-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Andre Polykanine <ap@oire.me>
| | | * | | Add some explanations for: floats, tables, and non-ASCII inputLilian Besson2021-01-28-3/+36
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It bothered me that the document contained - I definitely have to lookup the placement options each time. - % Again, I have to look these up. Each. And. Every. Time. So I added a few lines to explain the most basic options of float positions and tables layout. It's really not that magical, at least for the basic options (and they are enough, [I wrote a 300 page thesis](https://perso.crans.org/besson/phd.pdf) with almost no need for any other options except the one introduced here) I also added a last short section about using LaTeX to display non-ASCII symbols (like French ç with \,c) or writing in non-ASCII input. I think it's mandatory to include this, as most LaTeX users are *not* native English speakers. I mentioned LuaTeX and XeLaTeX, just to give their names.
| | * | | Merge pull request #4100 from Naereen/patch-8Andre Polykanine2021-01-31-10/+11
| | |\ \ \ | | | | | | | | | | | | [c++/en] just force http links to be https
| | | * | | Update c++.html.markdownLilian Besson2021-01-31-10/+11
| | |/ / / | | | | | | | | | | | | | | | | | | | | Just forcing http:// links to be https:// when possible. I also read everything carefully and didn't find any mistake or easy improvements I could add (but I'm not that familiar with C++)
| | * | | Merge pull request #4098 from chasets/patch-1Andre Polykanine2021-01-31-1/+1
| | |\ \ \ | | | |_|/ | | |/| | [lua/en] - Fixed dead link for: Lua for programmers
| | | * | Fixed dead link for Lua for programmerschasets2021-01-31-1/+1
| | |/ /
| | * | Merge pull request #4096 from Naereen/patch-6Andre Polykanine2021-01-31-1/+1
| | |\ \ | | | | | | | | | | Update PULL_REQUEST_TEMPLATE.md
| | | * | Update PULL_REQUEST_TEMPLATE.mdLilian Besson2021-01-30-1/+1
| | |/ / | | | | | | | | | | | | I added two examples for the title `[language/lang-code]`, it always confuses me to know if it should be python/fr-fr or fr-fr/python: both are languages and lang-code! It can only be useful to add examples :ok_hand: !
| | * | Merge pull request #4095 from alecks/masterAndre Polykanine2021-01-30-1/+1
| | |\ \ | | | | | | | | | | [kotlin/en] fooData was mistaken for fooCopy in a comment
| | | * | fix: use fooData's values, not fooCopy'sAlex P2021-01-29-1/+1
| | | |/
| | * | Merge pull request #4094 from Naereen/patch-5Andre Polykanine2021-01-30-7/+20
| | |\ \ | | | |/ | | |/| [bash/en] Small updates
| | | * [bash/en] Small updatesLilian Besson2021-01-29-7/+20
| | |/ | | | | | | | | | | | | | | | | | | - I added https:// for the links, it's 2021, http:// is dead - fixed two comments which where `#text` => `# text` for consistency - added a link to `trash-cli` Python package which provides `trash` as a "safe" alternative to `rm` - add warning that `sed -i` erase (replace) the input file - add `...` around fgrep and grep -F, for consistency too
| | * Merge pull request #4090 from andreytemn/patch-2Andre Polykanine2021-01-25-1/+1
| | |\ | | | | | | | | [c/ru] Fix typo in the string definition
| | | * Fix typo in the string definitionandreytemn2021-01-24-1/+1
| | |/
| | * Remove negative and inaccurate translation (#4087)An Long2021-01-15-1/+1
| | |
| | * Fix typo in data item definition (#4076)andreytemn2021-01-15-1/+1
| | | | | | | | | Change "with start with a level number" to "starts with a level number"
| | * Fix the as-> macro exemple (#4054)Mathieu Gemard2021-01-15-2/+2
| | |
| | * Remove binary gender example from R (#4082)Hank Hester2021-01-15-7/+7
| | |
| | * Merge pull request #4072 from Wingman4l7/patch-1Divay Prakash2020-12-16-1/+1
| | |\ | | | | | | | | [jsonnet/en] typo and grammar fix
| | | * typo and grammar fixWingman4l72020-12-15-1/+1
| | |/
| | * Merge pull request #4068 from bkbncn/patch-1Max Schumacher2020-12-11-1/+1
| | |\ | | | | | | | | [tcl]fix typo
| | | * fix typoXiangyu Xu2020-12-11-1/+1
| | | | | | | | | | | | We already have item 4, this should be number 5.
| | * | Merge pull request #4066 from bdavs3/patch-1Max Schumacher2020-12-11-1/+1
| | |\ \ | | | | | | | | | | go/en - Fix typo in build tag description
| | | * | Fix typo in build tag descriptionBen Davis2020-12-03-1/+1
| | | |/
| | * | Merge pull request #4067 from GabLeRoux/patch-1Max Schumacher2020-12-11-3/+3
| | |\ \ | | | |/ | | |/| Fix a small french typo
| | | * Fix yet another french typo :)Gabriel Le Breton2020-12-06-1/+1
| | | |
| | | * Fix another small french typoGabriel Le Breton2020-12-06-1/+1
| | | |
| | | * Fix a small french typoGabriel Le Breton2020-12-06-1/+1
| | |/
| | * Merge pull request #4046 from imba-tjd/patch-5Max Schumacher2020-10-20-16/+16
| | |\ | | | | | | | | [python/en] some clean up, add a Modulo example
| | | * Update links谭九鼎2020-10-20-7/+7
| | | |
| | | * [python/en] some clean up, add a Modulo example谭九鼎2020-10-20-9/+9
| | | |
| | * | Merge pull request #4040 from mofarajmandi/patch-1Max Schumacher2020-10-20-0/+11
| | |\ \ | | | | | | | | | | Add a short note about `final` keyword
| | | * | Add a short note about `final` keywordmofarajmandi2020-10-17-0/+11
| | | |/ | | | | | | | | | | | | It's a general good practice to mark classes as `final` unless they are designed to be subclassed.
| | * | Merge pull request #4037 from kokkonisd/masterMax Schumacher2020-10-20-0/+339
| | |\ \ | | | | | | | | | | [rust/el-gr] Add Greek translation for Rust
| | | * | Add Greek translation of Rust articleDimitris Kokkonis2020-10-14-0/+339
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into masterDimitris Kokkonis2020-10-10-13015/+33141
| | | |\|
| | | * | Merge pull request #1 from adambard/masterDimitri Kokkonis2019-08-06-544/+4830
| | | |\ \ | | | | | | | | | | | | Update fork
| | | * | | Translate Bash to greekDimitris Kokkonis2019-08-06-8/+538
| | | | | |