Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [python] == doesn't coerce types; use bool() to demonstrate truthiness ↵ | Adam Brenecki | 2013-11-26 | -2/+2 |
| | | | | instead. Closes #418. | |||
* | Update css.html.markdown | Adam Bard | 2013-11-25 | -3/+6 |
| | | | Fix rendering bug. | |||
* | Merge pull request #405 from mvalipour/master | Adam Bard | 2013-11-25 | -0/+228 |
|\ | | | | | [css/en] CSS article in english | |||
| * | update css article | mvalipour | 2013-11-18 | -188/+46 |
| | | | | | | changed the format of the article to the one suggested in #405 | |||
| * | add more clarification to border and fix max 80 character line | valipour | 2013-11-10 | -23/+61 |
| | | ||||
| * | fix some issues in CSS english | valipour | 2013-11-10 | -4/+4 |
| | | ||||
| * | add css article in english | valipour | 2013-11-10 | -0/+332 |
| | | ||||
* | | Merge pull request #423 from rscnt/master | Adam Bard | 2013-11-25 | -0/+411 |
|\ \ | | | | | | | git -es | |||
| * | | last check | rscnt | 2013-11-25 | -2/+2 |
| | | | ||||
| * | | git es # -> // | rscnt | 2013-11-25 | -2/+2 |
| | | | ||||
| * | | git -es | rscnt | 2013-11-25 | -0/+411 |
|/ / | ||||
* | | Merge pull request #421 from levibostian/c-basic-additions | Nami-Doc | 2013-11-25 | -11/+136 |
|\ \ | | | | | | | Add while loop to bash. Add lots to C. | |||
| * \ | Fix conflict bash. | Levi Bostian | 2013-11-25 | -584/+14738 |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #412 from evlogii/master | Nami-Doc | 2013-11-25 | -2/+800 |
|\ \ \ | | | | | | | | | [c/ru][objc/ru] translate c and objc manuals to russian | |||
| * | | | fix top table | Andrew Popov | 2013-11-22 | -0/+1 |
| | | | | ||||
| * | | | some improves | Andrew Popov | 2013-11-22 | -3/+0 |
| | | | | ||||
| * | | | [go/ru] delete name and category from header | Andrew Popov | 2013-11-22 | -2/+0 |
| | | | | ||||
| * | | | [c/ru] some fixes | Andrew Popov | 2013-11-22 | -1/+1 |
| | | | | ||||
| * | | | [objc/ru] translate objc man to ru | Andrew Popov | 2013-11-22 | -0/+319 |
| | | | | ||||
| * | | | [c/ru] 413 line link fix | Andrew Popov | 2013-11-18 | -2/+2 |
| | | | | ||||
| * | | | [c/ru] some improves | Andrew Popov | 2013-11-18 | -18/+8 |
| | | | | ||||
| * | | | [c/ru] some fixes and improves | Andrew Popov | 2013-11-17 | -50/+37 |
| | | | | ||||
| * | | | [c/ru] translate c manual to russian | Andrew Popov | 2013-11-17 | -0/+506 |
| | | | | ||||
* | | | | Merge pull request #396 from abdala/master | Nami-Doc | 2013-11-25 | -0/+700 |
|\ \ \ \ | | | | | | | | | | | [php/pt-br] php translated to pt-br | |||
| * | | | | Adding pt-br version to php | Abdala Cerqueira | 2013-10-29 | -0/+700 |
| | | | | | ||||
* | | | | | Merge pull request #419 from lyuehh/master | Nami-Doc | 2013-11-24 | -0/+70 |
|\ \ \ \ \ | | | | | | | | | | | | | [brainfuck/zh-cn] add Chinese translate of brainfuck | |||
| * | | | | | add Chinese translate of brainfuck | lyuehh | 2013-11-24 | -0/+70 |
| | | | | | | ||||
* | | | | | | Merge pull request #417 from XuChunyang/bash-zh-cn | Nami-Doc | 2013-11-24 | -0/+148 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [bash/zh-cn] chinese bash translation | |||
| * | | | | | [bash/zh-cn] Better translation | xuchunyang | 2013-11-21 | -13/+13 |
| | | | | | | ||||
| * | | | | | [bash/zh-cn] chinese bash translation | xuchunyang | 2013-11-20 | -0/+148 |
|/ / / / / | ||||
* | | | | | Merge pull request #416 from jmromer/ruby-array | Nami-Doc | 2013-11-20 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Corrects Array#[,] entry | |||
| * | | | | | Corrects Array#[,] entry | Jake Romer | 2013-11-20 | -2/+2 |
|/ / / / / | | | | | | | | | | | The #[i,l] method returns a subarray starting at index i and continuing for length l. [source](http://ruby-doc.org/core-1.9.3/Array.html#method-i-5B-5D) | |||
* | | | | | Merge pull request #415 from stared/misc | Nami-Doc | 2013-11-19 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [python/en] a link to an online intro for scientists, in IPython Notebook | |||
| * | | | | | added an online intro into Python for scientists | Piotr Migdał | 2013-11-19 | -0/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #414 from mvalipour/patch-1 | Adam Brenecki | 2013-11-18 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [csharp/en] Fix while loop iterator incorrect count | |||
| * | | | | Fix while loop iterator incorrect count | mvalipour | 2013-11-18 | -1/+1 |
|/ / / / | | | | | | | | | The while loop is repeated 100 times not 99 times. 0~99 inclusive. | |||
* | | | | Merge pull request #411 from adambrenecki/java-errors | Adam Bard | 2013-11-16 | -15/+19 |
|\ \ \ \ | | | | | | | | | | | [java/en] Fix errors specified in #410. | |||
| * | | | | Fix errors specified in #410. | Adam Brenecki | 2013-11-16 | -15/+19 |
|/ / / / | ||||
* | | | | Merge pull request #408 from ins429/master | Adam Bard | 2013-11-14 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | [brainfuck/ko-kr] better translation | |||
| * | | | | better translation | ins429 | 2013-11-13 | -1/+2 |
|/ / / / | ||||
* | | | | Merge pull request #406 from aminbandali/pythontemp | Adam Bard | 2013-11-11 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | [python/en] reverting a list using slices | |||
| * | | | | reverting a list using slices | Amin Bandali | 2013-11-11 | -0/+3 |
|/ / / / | ||||
* | | | | Fix java pt-br frontmatter | Adam | 2013-11-10 | -2/+2 |
| | | | | ||||
* | | | | Merge pull request #401 from supernullset/julia-call-update | Adam Bard | 2013-11-10 | -17/+17 |
|\ \ \ \ | | | | | | | | | | | [Julia/en] Update syntax for `in` calls | |||
| * | | | | Update syntax for `in` calls | supernullset | 2013-11-04 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | The call was flipped from how it is in the current documentation: http://docs.julialang.org/en/latest/stdlib/base/#Base.in | |||
* | | | | | Merge pull request #404 from victormelo/master | Adam Bard | 2013-11-10 | -0/+435 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | [java/pt-br] java translated to pt-br | |||
| * | | | | [java/pt-br] java translated to pt-br | victormelo | 2013-11-10 | -0/+435 |
|/ / / / | ||||
* | | | | Merge pull request #403 from raulbrito/patch-1 | Nami-Doc | 2013-11-09 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | fix typo | |||
| * | | | fix typo | Raul Brito | 2013-11-09 | -1/+1 |
|/ / / | ||||
* | | | [javascript/en] Enforce 80-char line width | Adam Brenecki | 2013-11-05 | -5/+5 |
| | | |