summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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 #2036 from fighterleslie/pr-hashven2015-11-23-2/+2
|\ | | | | [ruby/en] Replace Hash#has_key? with Hash#key?
| * Replace Hash#has_key? with Hash#key?Leslie Zhang2015-11-23-2/+2
|/ | | | 1. Replace Hash#has_key? with Hash#key? 2. Replace Hash#has_value? with Hash#value?
* Merge pull request #2030 from antoin-m/masterven2015-11-21-32/+232
|\ | | | | [javascript/fr]: Add es6 updates to javascript
| * Remove the iterator part and add for..in and for..ofMichel Antoine2015-11-18-27/+16
| |
| * Add French Javascript ES6Michel Antoine2015-11-18-32/+243
| |
* | 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