Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Typos | James Scott-Brown | 2013-09-15 | -3/+3 |
| | ||||
* | Comment explaining LU decomposition | James Scott-Brown | 2013-09-15 | -1/+1 |
| | ||||
* | Relabel a section to 'Matrix Factorisations | James Scott-Brown | 2013-09-15 | -1/+1 |
| | ||||
* | Matlab: more plotting functions, anonymous functions, matrix factorisations, ↵ | James Scott-Brown | 2013-09-15 | -20/+97 |
| | | | | and other features. Fix some typos. | |||
* | Extend and improve MATLAB article | James Scott-Brown | 2013-09-14 | -54/+144 |
| | ||||
* | Fixed a bunch of headers | Adam | 2013-09-13 | -3/+8 |
| | ||||
* | Merge pull request #316 from aesptux/master | Adam Bard | 2013-09-13 | -1/+303 |
|\ | | | | | [c/en][go/es-es] Update C doc to fix a long line. / [go/es] translation | |||
| * | Spanish translation fix. | Adrian Espinosa | 2013-09-10 | -1/+2 |
| | | ||||
| * | Go spanish translation. | Adrian Espinosa | 2013-09-10 | -61/+61 |
| | | ||||
| * | Half done through the translation | Adrian Espinosa | 2013-09-09 | -44/+45 |
| | | | | | | I need moar time gosh >.< | |||
| * | Working on spanish translation | Adrian Espinosa | 2013-09-08 | -0/+299 |
| | | ||||
| * | Fix long line | Adrian Espinosa | 2013-09-04 | -1/+2 |
| | | ||||
* | | Merge pull request #339 from armed/master | Adam Bard | 2013-09-13 | -0/+305 |
|\ \ | | | | | | | [go/ru-ru] russian translation for Go language | |||
| * | | [go/ru-ru] russian translation for Go language | Artem Medeusheyev | 2013-09-12 | -0/+305 |
| | | | ||||
* | | | Merge pull request #340 from JohnYangSam/patch-1 | Adam Bard | 2013-09-13 | -1/+1 |
|\ \ \ | | | | | | | | | [bash/en] Correct bash for...in loop example | |||
| * | | | Correct bash for...in loop example | JohnYangSam | 2013-09-12 | -1/+1 |
| |/ / | | | | | | | Removed the $ in the variable declaration of the for...in bash loop to correct the code. | |||
* | | | Merge pull request #343 from mix3d/patch-3 | Adam Bard | 2013-09-13 | -0/+8 |
|\ \ \ | | | | | | | | | Added '?' conditional logic example | |||
| * | | | Added '?' conditional logic example | Madison Dickson | 2013-09-13 | -0/+8 |
| | | | | | | | | | | | | Also added myself as a contributor. | |||
* | | | | Merge pull request #342 from mix3d/patch-2 | Adam Bard | 2013-09-13 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | fixing language tag | |||
| * | | | fixing language tag | Madison Dickson | 2013-09-13 | -0/+1 |
|/ / / | | | | | | | was also displaying incorrectly on the main site | |||
* | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam Brenecki | 2013-09-13 | -0/+1 |
|\ \ \ | ||||
| * | | | Fix c# es | Adam | 2013-09-12 | -0/+1 |
| |/ / | ||||
* | | | Wrapped setTimeout note to 80 chars | Adam Brenecki | 2013-09-13 | -1/+2 |
| | | | ||||
* | | | Note aboute setTimeout | jeroenransijn | 2013-09-11 | -0/+1 |
|/ / | ||||
* | | Fixed up so it builds | Adam | 2013-09-08 | -14/+11 |
| | | ||||
* | | Updated new contributions | Adam | 2013-09-08 | -12/+14 |
| | | ||||
* | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-09-08 | -27/+2471 |
|\ \ | ||||
| * \ | Merge pull request #313 from mix3d/patch-1 | Adam Bard | 2013-09-08 | -1/+13 |
| |\ \ | | | | | | | | | Including for each loop example | |||
| | * | | Including for each loop example | Madison Dickson | 2013-09-04 | -1/+13 |
| | | | | ||||
| * | | | Merge pull request #323 from ntns/go-portuguese | Adam Bard | 2013-09-08 | -0/+308 |
| |\ \ \ | | | | | | | | | | | Add Portuguese translation of go.html.markdown | |||
| | * | | | Add Portuguese translation of go.html.markdown | Nuno Antunes | 2013-09-05 | -0/+308 |
| | | |/ | | |/| | ||||
| * | | | Merge pull request #312 from nathan-hoad/master | Adam Bard | 2013-09-08 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fixed typo in c.html.markdown | |||
| | * | | | Fixed typo in c.html.markdown that I introduced | Nathan Hoad | 2013-09-05 | -1/+1 |
| | | | | | ||||
| | * | | | Fixed typo in c.html.markdown | Nathan Hoad | 2013-09-05 | -1/+1 |
| | | |/ | | |/| | ||||
| * | | | Merge pull request #314 from tomhebbron/patch-1 | Adam Bard | 2013-09-08 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Update r.html.markdown | |||
| | * | | | Update r.html.markdown | Tom Hebbron | 2013-09-04 | -1/+1 |
| | | |/ | | |/| | | | | | | | | | | | | | Fixed a problem with the jiggle function - variable x wasn't being updated before being returned, and the rnorm function was being asked to return x output values, rather than one. After testing, the values given the documentation are now correct. | |||
| * | | | Merge pull request #319 from MattyDub/master | Adam Bard | 2013-09-08 | -4/+5 |
| |\ \ \ | | | | | | | | | | | Added links to source and package documentation for go.html.markdown | |||
| | * | | | Added links to source and package documentation. | Matthew Wyatt | 2013-09-04 | -4/+5 |
| | |/ / | | | | | | | | | | | | | Also reformatted line lengths to accommdate links. | |||
| * | | | Merge pull request #321 from yadongwen/master | Adam Bard | 2013-09-08 | -0/+151 |
| |\ \ \ | | | | | | | | | | | added Chinese translation of perl.html.markdown | |||
| | * | | | add Chinese translation of perl.html.markdown | Yadong Wen | 2013-09-05 | -0/+151 |
| | |/ / | ||||
| * | | | Merge pull request #322 from ggb/elixir-de | Adam Bard | 2013-09-08 | -0/+417 |
| |\ \ \ | | | | | | | | | | | [elixir/de]: German translation of elixir.html.markdown | |||
| | * | | | elixir: german translation | ggb | 2013-09-05 | -0/+417 |
| | |/ / | ||||
| * | | | Merge pull request #329 from FeepingCreature/master | Adam Bard | 2013-09-08 | -0/+299 |
| |\ \ \ | | | | | | | | | | | [neat/en] Document Neat language | |||
| | * | | | Document appender arrays and scope guards | FeepingCreature | 2013-09-08 | -0/+24 |
| | | | | | ||||
| | * | | | Fix small syntax bug | FeepingCreature | 2013-09-08 | -1/+1 |
| | | | | | ||||
| | * | | | Amend cast doc to account for dynamic class casts | FeepingCreature | 2013-09-08 | -1/+1 |
| | | | | | ||||
| | * | | | Fix module filename; I misunderstood the directory layout there | FeepingCreature | 2013-09-08 | -1/+1 |
| | | | | | ||||
| | * | | | Add documentation for Neat, my D1-lite. | FeepingCreature | 2013-09-08 | -0/+275 |
| | | | | | ||||
| * | | | | Merge pull request #326 from rafaeljegundo/master | Adam Bard | 2013-09-08 | -0/+414 |
| |\ \ \ \ | | | | | | | | | | | | | Adding transalation of git for pt-pt | |||
| | * | | | | added first version of git in PT-PT | Rafael Jegundo | 2013-09-07 | -0/+414 |
| | |/ / / |