summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update python3-pt.html.markdownven2016-06-26-2/+1
|
* Output example had a value more (#1876)Paulo Henrique Rodrigues Pinheiro2016-06-26-0/+747
| | | | | | * Output example had a value more * Added pt-br translation for python3
* fixup filename for #1879ven2016-06-26-1/+1
|
* Ds (#1879)Abhishek Jaisingh2016-06-26-0/+63
| | | | | | | | | | * created binary search doc started contributing * Updated binary search * Added new info
* metadata fixup for #1874ven2016-06-26-1/+2
|
* add Hungarian translation (#1874)ditam2016-06-26-0/+174
|
* Update swift.html.markdownven2016-06-26-0/+1
|
* [swift/pt-pt] Add Swift Portuguese translation (#1740)João Costa2016-06-26-0/+608
| | | | | | | | | | | | | | | | | | | | | | * Start swift pt-pt translation * Start swift pt-pt translation * Finish Collections Section * Finish Control Flow Section * Finish Functions Section * Finish Structures Section * Finish Classes Section * Finish translating Enums Section * Finish Protocols Sections translation * Finish Other Section translation
* Generator explanation for python (#1870)Prashant Khanduri2016-06-26-17/+34
| | | More details and code on the same example as before.
* [csharp/en] Add string interpolation (#1864)Shawn McGuire2016-06-26-0/+19
| | | Added example of using string interpolation
* Add a section on code sections/cells (#1855)Yi Hong Ang2016-06-26-0/+17
|
* Added main attributes of javadocs. (#1850)Harry2016-06-26-2/+11
|
* correcoes ortograficas e adicao de alguns exemplos (#1849)Caio Mariano2016-06-26-31/+35
| | | | | | | | * correcoes ortogrÃaficas e adicao de alguns exemplos * mais explicacoes no documento * somente explicacoes mais detalhadas
* Clarify sentences and fix spelling and space usage in nl-nl/yaml (#1822)Sam van Kampen2016-06-26-26/+27
|
* manually merge #1838ven2016-06-26-1/+7
|
* [git/es] updated further information (#1831)julianaortga2016-06-26-0/+10
|
* [css/es] Updated translation (#1830)julianaortga2016-06-26-4/+13
| | | | | | * updated resources and further reading [css/es] * minor fix and spellchecking
* update further reading [c/es] (#1829)julianaortga2016-06-26-2/+12
|
* Add an example of trap command (#1826)Sachin Divekar2016-06-26-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing document for PCRE Started writing learnxinyminutes document for PCRE to cover general purpose regular expressions. Added introduction and a couple of details. * Change introductory example for regex The old example was incorrect. It's replaced with a simple one. * Add some more introductory text * Add first example * Added more example and a table for proper formatting * Add few more examples * Formatting * Improve example * Edit description of character classes * Add a way to test regex Add https://regex101.com/ web application to test the regex provided in example. * Add example of trap command trap is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document. Here a simple and most common example of using trap command i.e. cleanup upon receiving signal is added. * Revert "Add example of trap command" * Add an example of trap command `trap` is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document. Here a simple and most common example of using `trap` command i.e. cleanup upon receiving signal is added.
* Create asymptoticnotation-pt.html.markdown (#1820)Carolina Knoll2016-06-26-0/+161
|
* Metadata fixups for #1673ven2016-06-26-1/+2
|
* Fixup metadata for #1673ven2016-06-26-2/+2
|
* Added Hindi amd (#1673)Vipul Sharma2016-06-26-0/+462
| | | | | | | | | | | | | | * Added Hindi amd.html.maarkdown * Added D.html.markdown * removed * Added D.html.markdown * Fixing.. * Added D.html.markup finally
* add dict.items() (#2290)Devin Soni2016-06-26-0/+3
|
* Add example of an int is divided by a double (#2284)Felipe Martins2016-06-21-0/+1
|
* Security additions + edits (#2281)Nemil Dalal2016-06-20-36/+97
| | | | | | | | | | * Edits with a focus on security risks * Modified example * Flip sign - example of the risk of Solidity code when published to an append only ledger * Fixed formatting
* [SASS] Add control directives, and misc. fixes (#1805)Keith Miyake2016-06-19-4/+149
| | | | | | * [SASS] Add control directives, other selector uses, and variables in selector names * sass: add contributor credit
* Fix yaml in #1815ven2016-06-16-1/+1
|
* fix yaml in #1815ven2016-06-16-2/+2
|
* Translated Markdown to dutch (#1815)Jeroen Deviaene2016-06-16-0/+477
| | | | | | * Translated Markdown to dutch * Translated Bash to dutch
* String length by #1742ven2016-06-16-0/+3
|
* String length by @thesourabhven2016-06-16-0/+3
|
* Fix filename for #1812ven2016-06-16-1/+1
|
* [json/sk] Slovak translation for JSON (#1812)Juraj Kostolanský2016-06-16-0/+61
|
* Change curly braces statement (#1804)Ryan2016-06-16-0/+2
| | | The '$$' before the braces was a bit confusing. I added a couple lines that show that you have options on where the '$' goes when it comes to curly braces in strings.
* Add filename to fix #1811ven2016-06-16-1/+1
|
* [coffeescript/sk] Slovak translation for CoffeeScript (#1811)Juraj Kostolanský2016-06-16-0/+108
|
* Merge pull request #2272 from Subzidion/masterAdam Bard2016-06-07-1/+2
|\ | | | | [go/en] Updated variable references
| * Updated closureCarl2016-06-04-1/+2
| | | | | | Corrected closure example that referenced assigning x to e^10, which does not happen in this iteration. Set x to a value large enough to make the comments hold true.
* | Merge pull request #2273 from felipemfp/patch-1Adam Bard2016-06-07-2/+2
|\ \ | | | | | | [c++/pt-br] Fix some typos
| * | [c++/pt-br] Fix some typosFelipe Pontes2016-06-04-2/+2
| |/
* | Merge pull request #2275 from kedaio/masterGeoff Liu2016-06-07-0/+397
|\ \ | | | | | | zfs/zh-cn add simplied Chinese translation for zfs
| * | update according to reviewer feedbackkedaio2016-06-07-38/+37
| | | | | | | | | updated translation according to reviewer's feedback
| * | Update zfs-cn.html.markdownkedaio2016-06-07-3/+3
| | | | | | | | | added remark on what is zfs clone
| * | Update zfs-cn.html.markdownkedaio2016-06-07-98/+96
| | | | | | | | | completed translation
| * | start translation for zfs - lang zh-cnkedaio2016-06-07-0/+400
|/ / | | | | first para translated. commit to see if this mess up the format.
* / tcl: fix error in no-braces example (#2274)Peter Wu2016-06-06-1/+1
|/
* tiny fixes to cmakeven2016-05-30-3/+3
|
* fix minor typoven2016-05-30-1/+1
|
* Merge pull request #1863 from Lidenburg/masterAndre Polykanine A.K.A. Menelion Elensúlë2016-05-28-0/+85
|\ | | | | [brainfuck/sv] Create swedish branch and add brainfuck