Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | | | | [haskell/en] Extended section on GHCi | Niko Weh | 2015-10-31 | -3/+18 | |
* | | | | | | | | | | | | | | Merge pull request #1950 from pikazlou/scala-flow-control-fix | ven | 2016-01-25 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | removed controversial performance info, fixed recursion info and typos | Pavel Kazlou | 2015-10-31 | -6/+7 | |
* | | | | | | | | | | | | | | | Merge pull request #2064 from Grinnz/patch-1 | ven | 2016-01-25 | -6/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | add missing use line | Dan Book | 2015-12-13 | -0/+1 | |
| * | | | | | | | | | | | | | | | use strict and warnings in example modules | Dan Book | 2015-12-13 | -1/+5 | |
| * | | | | | | | | | | | | | | | Add blurb about strict and warnings | Dan Book | 2015-12-13 | -0/+10 | |
| * | | | | | | | | | | | | | | | Add info on references, modules, and objects | Dan Book | 2015-12-13 | -7/+125 | |
* | | | | | | | | | | | | | | | | Merge pull request #2101 from nemild/solidity | ven | 2016-01-25 | -0/+795 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Fixed error in name | Nemil Dalal | 2016-01-14 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Added observer pattern, per barkthin's feedback | Nemil Dalal | 2016-01-14 | -3/+42 | |
| * | | | | | | | | | | | | | | | | Minor wording changes, typos | Nemil Dalal | 2015-12-29 | -3/+3 | |
| * | | | | | | | | | | | | | | | | Reorganizing later sections | Nemil Dalal | 2015-12-29 | -10/+12 | |
| * | | | | | | | | | | | | | | | | Merge branch 'solidity' of github.com:nemild/learnxinyminutes-docs into solidity | Nemil Dalal | 2015-12-29 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2 from ethers/patch-2 | Nemil Dalal | 2015-12-29 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | update links to docs and Gitter | ethers | 2015-12-28 | -3/+3 | |
| | |/ / / / / / / / / / / / / / / / | |||||
| * / / / / / / / / / / / / / / / / | Cleaned up data types | Nemil Dalal | 2015-12-29 | -3/+3 | |
| |/ / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Wording | Nemil Dalal | 2015-12-28 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Minor edits | Nemil Dalal | 2015-12-28 | -3/+6 | |
| * | | | | | | | | | | | | | | | | Added Joseph Chow as contributor | Nemil Dalal | 2015-12-28 | -2/+3 | |
| * | | | | | | | | | | | | | | | | Merge branch 'solidity' of github.com:nemild/learnxinyminutes-docs into solidity | Nemil Dalal | 2015-12-28 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1 from ethers/patch-1 | Nemil Dalal | 2015-12-28 | -8/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | fixes in withdraw() and msg | ethers | 2015-12-28 | -8/+8 | |
| | |/ / / / / / / / / / / / / / / / | |||||
| * / / / / / / / / / / / / / / / / | Fixed mapping | Nemil Dalal | 2015-12-28 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Spacing | Nemil Dalal | 2015-12-28 | -1/+7 | |
| * | | | | | | | | | | | | | | | | Many edits | Nemil Dalal | 2015-12-28 | -240/+499 | |
| * | | | | | | | | | | | | | | | | Few minor fixes | Nemil Dalal | 2015-12-11 | -10/+13 | |
| * | | | | | | | | | | | | | | | | Minor updates | Nemil Dalal | 2015-11-30 | -7/+13 | |
| * | | | | | | | | | | | | | | | | Add exposition around example bank | Nemil Dalal | 2015-11-30 | -8/+12 | |
| * | | | | | | | | | | | | | | | | Added sample contracts | Nemil Dalal | 2015-11-30 | -0/+4 | |
| * | | | | | | | | | | | | | | | | Spelling and grammar | Nemil Dalal | 2015-11-30 | -5/+5 | |
| * | | | | | | | | | | | | | | | | Formatting | Nemil Dalal | 2015-11-30 | -3/+13 | |
| * | | | | | | | | | | | | | | | | Many minor updates | Nemil Dalal | 2015-11-30 | -81/+145 | |
| * | | | | | | | | | | | | | | | | Several fixes per Andreas's feedback | Nemil Dalal | 2015-11-24 | -10/+15 | |
| * | | | | | | | | | | | | | | | | Added remove function | Nemil Dalal | 2015-11-23 | -4/+9 | |
| * | | | | | | | | | | | | | | | | Fixed withdrawal check | Nemil Dalal | 2015-11-23 | -1/+4 | |
| * | | | | | | | | | | | | | | | | Added solidity | Nemil Dalal | 2015-11-23 | -0/+381 | |
* | | | | | | | | | | | | | | | | | Merge pull request #2105 from altaris/master | ven | 2016-01-25 | -0/+167 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Some improvments in comments | Cedric HT | 2016-01-23 | -9/+8 | |
| * | | | | | | | | | | | | | | | | | Corrected code results in comments | Cedric HT | 2016-01-23 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | Transleted code variables and strings to french | Cedric HT | 2016-01-23 | -58/+58 | |
| * | | | | | | | | | | | | | | | | | Corrected typos in wolfram-fr | Cédric | 2016-01-19 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | Corrected header | Cedric HT | 2016-01-18 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | Translated Wolfram tutorial to french | Cedric HT | 2016-01-17 | -0/+166 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #2106 from altaris/make | ven | 2016-01-25 | -0/+268 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | Changed indentation to tabs | Cedric HT | 2016-01-19 | -50/+50 | |
| * | | | | | | | | | | | | | | | | | | More typos | Cedric HT | 2016-01-19 | -55/+55 | |
| * | | | | | | | | | | | | | | | | | | Corrected header | Cedric HT | 2016-01-18 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Corrections to make-fr | Cedric HT | 2016-01-18 | -10/+11 | |
| * | | | | | | | | | | | | | | | | | | Removed tabs in header | Cedric HT | 2016-01-17 | -2/+2 |