summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Edit variable-length array exampleJody Leonard2015-10-26-7/+2
| | | | | | | | | The current example seems to be trying to set a size for a char buffer, use fgets to populate that buffer, and then use strtoul to convert the char content to an unsigned integer. However, this doesn't work as intended (in fact, it results in printing "sizeof array = 0"), and so adapt to a simpler fscanf example. Also remove some ambiguous language in the example output.
* Merge pull request #1783 from diegowifi/patch-1ven2015-10-25-3/+3
|\ | | | | Fix typos markdown-es.html.markdown
| * Fix typosDiego Ponce2015-10-25-3/+3
| |
* | Merge pull request #1784 from Jefftree/latexven2015-10-25-0/+3
|\ \ | |/ |/| [latex/en] Added alternative way to enter math mode
| * Added alternative way to enter math mode for latexJefftree2015-10-25-0/+3
|/
* Merge pull request #1778 from Brodan/masterAdam Bard2015-10-25-11/+12
|\ | | | | update Scala Data Structures section to show outputs
| * update Data Structures section to show outputschris-hranj2015-10-24-11/+12
|/
* Merge pull request #1756 from Retoc/masterven2015-10-24-10/+10
|\ | | | | [go/de] fixed some typos
| * [go/de] fixed some typosunknown2015-10-23-10/+10
| |
* | Merge pull request #1769 from retbrown/goven2015-10-24-1/+2
|\ \ | | | | | | correct minor grammar and formatting to improve readability
| * | correct minor grammar and formatting to improve readabilityRobert Brown2015-10-24-1/+2
|/ /
* | Merge pull request #1767 from SaurabhSandav/luaven2015-10-24-1/+1
|\ \ | |/ |/| [lua/en] Fix typo
| * [lua/en] Fix typoSaurabh Sandav2015-10-24-1/+1
| |
* | Merge pull request #1752 from onebree/rm-extraven2015-10-23-24/+24
|\ \ | | | | | | [js/en] Remove "feedback", fix link markdown
| * | Remove "feedback", fix link markdownHunter Stevens2015-10-23-24/+24
|/ /
* | Merge pull request #1736 from labrack/masterven2015-10-22-1/+1
|\ \ | |/ |/| [php/en] Un-beef a comment block closing
| * [php/en] Un-beef a comment block closinglabrack2015-10-22-1/+1
| | | | | | Somebody beefed a closing on the 'Late Static Binding' Comment block, causing the next 18 or so lines to be included in the comment instead of parsed for syntax properly.
* | Merge pull request #1732 from hack1m/coffeescript-my-translationven2015-10-22-0/+105
|\ \ | | | | | | [CoffeeScript/ms-my] Added Malay (Malaysia) translation for CoffeeScript
| * | Added ms for filenamehack1m2015-10-22-1/+1
| | |
| * | [CoffeeScript/ms-my] Added Malay (Malaysia) translation for CoffeeScripthack1m2015-10-22-0/+105
| | |
* | | fix #1726, thanks @fisktechven2015-10-21-1/+1
| | |
* | | Merge pull request #1716 from payet-s/python-fix-python3-linkven2015-10-21-2/+1
|\ \ \ | | | | | | | | [python/fr] Fix python3 link
| * | | [python/fr] Fix python3 linkpayet-s2015-10-21-2/+1
|/ / /
* | | Merge pull request #1713 from perlilja/masterAdam Bard2015-10-21-0/+11
|\ \ \ | | | | | | | | [java/en] Static code block
| * | | Added text about static code block.Per Lilja2015-10-21-0/+11
| | | |
| * | | Merge pull request #1 from adambard/masterPer Lilja2015-10-21-1711/+14526
| |\ \ \ | | | | | | | | | | Update fork
* | | | | Update xml-id.html.markdownAdam Bard2015-10-21-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1705 from kalinn/masterven2015-10-20-3/+101
|\ \ \ \ | | | | | | | | | | [r/en] Add statistical analysis section with lm and glm
| * | | | fix spaces at end-of-lines againKristin Linn2015-10-20-2/+5
| | | | |
| * | | | fix spaces at end-of-linesKristin Linn2015-10-20-21/+20
| | | | |
| * | | | add statistical analysis section with general linear modelsKristin Linn2015-10-20-22/+21
| | | | |
| * | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsKristin Linn2015-10-20-1845/+17441
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1453 from guntbert/issue1452ven2015-10-20-30/+223
|\ \ \ \ \ | | | | | | | | | | | | [bash/de] #1452 Several sections need to be translated
| * | | | | Improve the translationG. Reiter2015-10-17-30/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several characters were wrong, additionally German spelling/grammar is now correct (German is my primary language).
* | | | | | Merge pull request #1703 from Gregly/function_compositionven2015-10-20-4/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Modify the function composition example to avoid two 5's
| * | | | | really update the commentGreg Yang2015-10-20-1/+1
| | | | | |
| * | | | | update the comment in as wellGreg Yang2015-10-20-1/+1
| | | | | |
| * | | | | modify function composition exampleGreg Yang2015-10-20-4/+4
|/ / / / /
* | | | | Merge pull request #1659 from xssc/patch-2ven2015-10-19-5/+8
|\ \ \ \ \ | | | | | | | | | | | | [javascript/en] Added setInterval
| * | | | | Fixed bracket placementSawyer Charles2015-10-19-5/+2
| | | | | |
| * | | | | removed ()Sawyer Charles2015-10-19-1/+1
| | | | | |
| * | | | | [javascript/en] Added setIntervalSawyer Charles2015-10-19-0/+6
| | | | | | | | | | | | | | | | | | Added the setInterval function provided by most browsers
* | | | | | Merge pull request #1662 from denniskeller/masterven2015-10-19-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [go/de] typo fix
| * | | | | typo fixDennis Keller2015-10-19-1/+2
|/ / / / /
* | | | | Merge pull request #1654 from claudsonm/matlabAdam Bard2015-10-19-3/+544
|\ \ \ \ \ | | | | | | | | | | | | [matlab-en] Figure handle and some text issues fixed
| * | | | | Figure handle and some text issues fixedClaudson Martins2015-10-19-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - File name added to the header; - Fixed figure handle letter; - Unnecessary extra word removed.
| * | | | | Revert "Figure handle and some text issues fixed"Claudson Martins2015-10-19-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5f7a161f44e683d15d85126db78a6de5f1e0bfab.
| * | | | | Figure handle and some text issues fixedClaudson Martins2015-10-19-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - File name added to the header; - Fixed figure handle letter; - Unnecessary extra word removed;
| * | | | | Adding filename markdownClaudson Martins2015-10-18-0/+1
| | | | | |
| * | | | | Rename matlab.html.markdown to matlab-pt.html.markdownClaudson Martins2015-10-18-0/+0
| | | | | |