summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1950 from pikazlou/scala-flow-control-fixven2016-01-25-6/+7
|\ | | | | fix docs for Flow Control
| * removed controversial performance info, fixed recursion info and typosPavel Kazlou2015-10-31-6/+7
| |
* | Merge pull request #2064 from Grinnz/patch-1ven2016-01-25-6/+139
|\ \ | | | | | | [perl/en] Add info on references, modules, and objects
| * | add missing use lineDan Book2015-12-13-0/+1
| | |
| * | use strict and warnings in example modulesDan Book2015-12-13-1/+5
| | |
| * | Add blurb about strict and warningsDan Book2015-12-13-0/+10
| | |
| * | Add info on references, modules, and objectsDan Book2015-12-13-7/+125
| | | | | | | | | These topics are central to modern usage of Perl.
* | | Merge pull request #2101 from nemild/solidityven2016-01-25-0/+795
|\ \ \ | | | | | | | | Added Solidity, Ethereum's Contract Programing Language
| * | | Fixed error in nameNemil Dalal2016-01-14-2/+2
| | | |
| * | | Added observer pattern, per barkthin's feedbackNemil Dalal2016-01-14-3/+42
| | | |
| * | | Minor wording changes, typosNemil Dalal2015-12-29-3/+3
| | | |
| * | | Reorganizing later sectionsNemil Dalal2015-12-29-10/+12
| | | |
| * | | Merge branch 'solidity' of github.com:nemild/learnxinyminutes-docs into solidityNemil Dalal2015-12-29-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'solidity' of github.com:nemild/learnxinyminutes-docs: update links to docs and Gitter
| | * \ \ Merge pull request #2 from ethers/patch-2Nemil Dalal2015-12-29-3/+3
| | |\ \ \ | | | | | | | | | | | | update links to docs and Gitter
| | | * | | update links to docs and Gitterethers2015-12-28-3/+3
| | |/ / /
| * / / / Cleaned up data typesNemil Dalal2015-12-29-3/+3
| |/ / /
| * | | WordingNemil Dalal2015-12-28-2/+2
| | | |
| * | | Minor editsNemil Dalal2015-12-28-3/+6
| | | |
| * | | Added Joseph Chow as contributorNemil Dalal2015-12-28-2/+3
| | | |
| * | | Merge branch 'solidity' of github.com:nemild/learnxinyminutes-docs into solidityNemil Dalal2015-12-28-8/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'solidity' of github.com:nemild/learnxinyminutes-docs: fixes in withdraw() and msg
| | * \ \ Merge pull request #1 from ethers/patch-1Nemil Dalal2015-12-28-8/+8
| | |\ \ \ | | | | | | | | | | | | fixes in withdraw() and msg
| | | * | | fixes in withdraw() and msgethers2015-12-28-8/+8
| | |/ / /
| * / / / Fixed mappingNemil Dalal2015-12-28-1/+1
| |/ / /
| * | | SpacingNemil Dalal2015-12-28-1/+7
| | | |
| * | | Many editsNemil Dalal2015-12-28-240/+499
| | | |
| * | | Few minor fixesNemil Dalal2015-12-11-10/+13
| | | |
| * | | Minor updatesNemil Dalal2015-11-30-7/+13
| | | |
| * | | Add exposition around example bankNemil Dalal2015-11-30-8/+12
| | | |
| * | | Added sample contractsNemil Dalal2015-11-30-0/+4
| | | |
| * | | Spelling and grammarNemil Dalal2015-11-30-5/+5
| | | |
| * | | FormattingNemil Dalal2015-11-30-3/+13
| | | |
| * | | Many minor updatesNemil Dalal2015-11-30-81/+145
| | | |
| * | | Several fixes per Andreas's feedbackNemil Dalal2015-11-24-10/+15
| | | |
| * | | Added remove functionNemil Dalal2015-11-23-4/+9
| | | |
| * | | Fixed withdrawal checkNemil Dalal2015-11-23-1/+4
| | | |
| * | | Added solidityNemil Dalal2015-11-23-0/+381
| | | |
* | | | Merge pull request #2105 from altaris/masterven2016-01-25-0/+167
|\ \ \ \ | | | | | | | | | | [wolfram/fr] Translated Wolfram tutorial to french
| * | | | Some improvments in commentsCedric HT2016-01-23-9/+8
| | | | |
| * | | | Corrected code results in commentsCedric HT2016-01-23-2/+2
| | | | | | | | | | | | | | | | | | | | In subsection on hash tables.
| * | | | Transleted code variables and strings to frenchCedric HT2016-01-23-58/+58
| | | | |
| * | | | Corrected typos in wolfram-frCédric2016-01-19-2/+2
| | | | |
| * | | | Corrected headerCedric HT2016-01-18-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added muself as translator; - set lang field; - corrected filename field.
| * | | | Translated Wolfram tutorial to frenchCedric HT2016-01-17-0/+166
| | | | |
* | | | | Merge pull request #2106 from altaris/makeven2016-01-25-0/+268
|\ \ \ \ \ | | | | | | | | | | | | [make/fr] Translated make tutorial to french
| * | | | | Changed indentation to tabsCedric HT2016-01-19-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | They were converted to spaces by error in previous commit. oups.
| * | | | | More typosCedric HT2016-01-19-55/+55
| | | | | |
| * | | | | Corrected headerCedric HT2016-01-18-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Added myself as translator.
| * | | | | Corrections to make-frCedric HT2016-01-18-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... according to pull request comments: - completed header; - some typos; - finished translating target names.
| * | | | | Removed tabs in headerCedric HT2016-01-17-2/+2
| | | | | |
| * | | | | Translated make tutorial to frenchCedric HT2016-01-17-0/+266
| |/ / / /