summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Fixed erroneous output and added a little clarity on the matterLouis Christopher2015-11-21-2/+2
| | | | | list.index(argument) would return the index of the item in the list that first matched the argument It will not return the value stored at the index of the argument as it was prior. Added some more clarity to the subject as well.
* Fixed erroneous output stated in a commentLouis Christopher2015-11-21-1/+0
| | | | range( start = lower limit, End is < Upper limit , Step) The upper limit is never printed. Fixed the error.
* Merge pull request #2033 from kirbyfan64/kirbyfan64-patch-1ven2015-11-20-1/+1
|\ | | | | Fix typo in Perl 6 example (closes #2025)
| * Fix typo in Perl 6 example (closes #2025)Ryan Gonzalez2015-11-19-1/+1
|/
* Merge pull request #2028 from zoffixznet/catch-varven2015-11-17-1/+1
|\ | | | | Perl6: $! is not available inside the CATCH{} (Possibly)
| * $! is not available inside the CATCH{}Zoffix Znet2015-11-17-1/+1
| |
* | Merge pull request #2023 from hperreault/masterven2015-11-14-1/+2
|\ \ | | | | | | "lang: hu-hu" line was missing in hungarian coffeescript
| * | "lang: hu-hu" line was missingHughes Perreault2015-11-14-1/+2
| | | | | | | | | | | | trying to fix issue #2013
* | | Merge pull request #2018 from hperreault/masterven2015-11-13-0/+180
|\| | | | | | | | [hy/fr]
| * | ressemble -> ressemblentHughes Perreault2015-11-13-1/+1
| | |
| * | nam -> nom, pré-construit -> natif, un -> aHughes Perreault2015-11-13-4/+4
| | |
| * | UTF-8 -> l'UTF-8, données conteneur -> conteneursHughes Perreault2015-11-12-2/+2
| | |
| * | Add "-fr" before filename extansion, Replace "facile" with "simple"Hughes Perreault2015-11-12-2/+2
| | |
| * | [hy/fr]Hughes Perreault2015-11-11-0/+180
|/ / | | | | | | A translation of Hy in french.
* | Merge pull request #2011 from zygimantus/masterven2015-11-11-0/+81
|\ \ | | | | | | lithuanian translation of json
| * | small fixZygimantus2015-11-11-1/+1
| | |
| * | lang addedZygimantus2015-11-11-80/+1
| | |
| * | -lt to filename addedZygimantus2015-11-11-0/+80
| | |
| * | lithuanian translation of jsonzygimantus2015-11-07-0/+80
| | |
* | | Merge pull request #2012 from cbess/masterven2015-11-11-43/+72
|\ \ \ | | | | | | | | [swift/en] Update examples to Swift 2.1
| * | | - add where and guard examplesC. Bess2015-11-10-2/+21
| | | |
| * | | - update Swift examplesC. Bess2015-11-09-43/+38
| | | | | | | | | | | | | | | | | | | | - update to upgrade to Swift 2.1 - code cleanup
| * | | Merge remote-tracking branch 'adambard/master'C. Bess2015-11-09-4689/+45309
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: swift.html.markdown
| * | | | - update examplesC. Bess2015-11-09-1/+16
| | | | | | | | | | | | | | | | | | | | - add examples for labeled tuples and computed properties
* | | | | Merge pull request #1995 from ramananbalakrishnan/masterven2015-11-10-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | | [latex/en] Explain how to setup a bibliography section
| * | | | add output of latex fileRamanan Balakrishnan2015-11-09-0/+0
| | | | |
| * | | | [latex/en] Explain how to setup a bibliography sectionRamanan Balakrishnan2015-10-31-0/+9
| | | | |
* | | | | Merge pull request #1971 from ComSecNinja/masterven2015-11-09-0/+441
|\ \ \ \ \ | | | | | | | | | | | | [go/fi] Translate go/en to Finnish
| * | | | | Revert "Translate markdown/en to Finnish"ComSecNinja2015-10-31-259/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d59c326fe0d90e01f31ff10d89d7fe37a2f654e6.
| * | | | | Translate markdown/en to FinnishComSecNinja2015-10-31-0/+259
| | | | | |
| * | | | | More style guide abiding changesComSecNinja2015-10-31-0/+1
| | | | | |
| * | | | | Changes to follow style guideComSecNinja2015-10-31-682/+254
| | | | | |
| * | | | | Translate Go-tutorial to FinnishComSecNinja2015-10-31-0/+868
| | | | | |
* | | | | | Merge pull request #2001 from Serg-Maximchuk/patch-2Adam Bard2015-11-09-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename ua-ua/javascript-ua.html.markdown to uk-ua/javascript-ua.html.markdown
| * | | | | | Rename ua-ua/javascript-ua.html.markdown to uk-ua/javascript-ua.html.markdownSerg2015-11-02-0/+0
| | | | | | | | | | | | | | | | | | | | | Please, change lang to uk-ua.
* | | | | | | Merge pull request #2007 from pranitbauva1997/newven2015-11-09-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Strings can be lexicographically compared with comparison operators
| * | | | | | | Remove the extra 'compared' in julia.html.markdownPranit Bauva2015-11-09-1/+1
| | | | | | | |
| * | | | | | | Add description about multiple return valuesPranit Bauva2015-11-04-0/+4
| | | | | | | |
| * | | | | | | Add description about compact assignment of functionsPranit Bauva2015-11-04-0/+4
| | | | | | | |
| * | | | | | | Add description that strings can be lexicographically compared with ↵Pranit Bauva2015-11-04-0/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | comparison operators
* | | | | | | Merge pull request #2004 from ioab/masterven2015-11-08-49/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [vb/en] typos correction. type inconsistencies fix. Improvements
| * | | | | | | correctionioab2015-11-08-2/+2
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master'ioab2015-11-07-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'ioab2015-11-04-0/+596
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | [vb/en] remove unnecessary lines. Improve conditions (8 and 9) subs.ioab2015-11-04-10/+8
| | | | | | | | |
| * | | | | | | | [vb/en] fix type inconsistencies for calculator subsioab2015-11-04-14/+14
| | | | | | | | |
| * | | | | | | | [vb/en] typos correctionioab2015-11-04-32/+32
| | | | | | | | |
* | | | | | | | | Address #1390ven2015-11-08-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | @Zoffixnet, awaiting your review
* | | | | | | | | Merge pull request #1973 from pranitbauva1997/typosven2015-11-08-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [julia/en] Fix a typo is julia.html.markdown
| * | | | | | | | | Add Pranit Bauva to the contributors list of julia.html.markdownPranit Bauva2015-11-01-0/+1
| | | | | | | | | |