summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Remove junk string `450635425`can2016-01-28-2/+2
|
* Merge pull request #2103 from kazu9su/translate-phpven2016-01-26-0/+777
|\ | | | | [php/ja] Translated PHP tutorial to japanese
| * update filenameTomy2016-01-26-1/+1
| |
| * feedbackTomy2016-01-26-0/+1
| |
| * fix typoTomy2016-01-17-1/+1
| |
| * translate allTomy2016-01-17-57/+61
| |
| * translate to 487Tomy2016-01-17-31/+33
| |
| * translate to 328Tomy2016-01-16-41/+44
| |
| * translate 100 to 150 linesTomy2016-01-14-17/+18
| |
| * translate until line 100Tomy2016-01-14-20/+21
| |
| * translate first blockTomy2015-10-18-14/+12
| |
| * begin translateTomy2015-10-18-0/+767
| |
* | Merge pull request #2115 from ryanplant-au/masterven2016-01-26-1/+23
|\ \ | | | | | | [Ruby] Naming conventions and destructuring assignment
| * | Fix formatting on commentsRyan Plant2016-01-26-2/+2
| | |
| * | Add note on method naming conventionsRyan Plant2016-01-26-0/+13
| | |
| * | Add note on destructuring assignmentRyan Plant2016-01-26-0/+9
| | |
| * | Fix typoRyan Plant2016-01-26-1/+1
| | |
* | | Merge pull request #2114 from sarthfrey/masterven2016-01-26-0/+2
|\ \ \ | |/ / |/| | Added Python Resources
| * | removed merge stuffsarthfrey2016-01-25-3/+0
| | |
| * | Merge remote-tracking branch 'adambard/master'sarthfrey2016-01-25-287/+5522
| |\ \ | |/ / |/| | | | | | | | # Conflicts: # python.html.markdown
* | | Merge pull request #1266 from janisz/Polish_translations_for_XMLven2016-01-25-0/+137
|\ \ \ | | | | | | | | Add Polish translations for XML
| * | | Add Polish translations for XMLTomasz Janiszewski2015-10-01-0/+137
| | | |
* | | | Merge pull request #1232 from jeanmatheussouto/ruby-pt-br-updateven2016-01-25-3/+9
|\ \ \ \ | | | | | | | | | | [ruby/pt-br] - Update Ruby Resources
| * | | | Add more resources, add me to contributorsJean Matheus Souto2015-10-24-3/+9
| | | | |
* | | | | Merge pull request #1890 from jmeinke/masterven2016-01-25-25/+25
|\ \ \ \ \ | | | | | | | | | | | | [go/de] More infos, reformulation and typo fixes for Go.
| * | | | | Fix a typo introduced in the previous commit.meinkej2015-10-29-5/+7
| | | | | | | | | | | | | | | | | | Reformatted some lines.
| * | | | | [go/de] More infos, reformulation and typo fixes for Go.meinkej2015-10-29-21/+19
| | | | | |
* | | | | | Merge pull request #1946 from xou/haskell-operatorsven2016-01-25-3/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | [haskell/en] Extended section on GHCi (discussion?)
| * | | | | | [haskell/en] Extended section on GHCiNiko Weh2015-10-31-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added the :i command, as i feel that it is as useful as :t. - Added another example for :t, hopefully showcasing it's flexibility - For consistency, changed the name of (.) from function to operator (as is already the case with ($)), and added a short remark in the GHCi section that (most) operators are also functions.
* | | | | | | 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