summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Fix typos.Levi Bostian2014-01-07-2/+448
|
* Removed NSLog() statements inside @implementation where not allowed.Levi Bostian2014-01-06-2/+0
|
* Add name and github page to contributors list.Levi Bostian2014-01-06-0/+1
|
* Edit code for all snippets to compile properly. Re-word some descriptions.Levi Bostian2014-01-06-22/+22
|
* Remove broken Apple website link to Learning Objective-C and replaced with ↵Levi Bostian2014-01-03-1/+1
| | | | Programming with Objective-C Apple book link.
* Move statements out of @interface that did not allow file to compile. Fix ↵Levi Bostian2014-01-03-29/+39
| | | | various typos/confusing wording.
* Add @autoreleasepool as alternative to NSAutoreleasePool object.Levi Bostian2014-01-01-1/+6
|
* Merge pull request #471 from levibostian/objective-c-memory-managementNami-Doc2013-12-31-0/+47
|\ | | | | Objective-C memory management.
| * Add automatic reference counting examples.Levi Bostian2013-12-31-0/+15
| |
| * Add memory management examples.Levi Bostian2013-12-31-0/+28
| |
| * Add simple NSSet example.Levi Bostian2013-12-31-0/+4
|/
* Merge pull request #469 from Yonaba/masterAdam Bard2013-12-31-0/+449
|\ | | | | [lua/fr-fr] French translation of The Lua tutorial
| * Typo fix, againYonaba2013-12-30-1/+1
| |
| * Fixed a lot of typos (thanks @Nami-Doc for the proofreading)Yonaba2013-12-30-20/+20
| |
| * Bit of prettificationYonaba2013-12-30-10/+9
| |
| * Added french translation for LuaYonaba2013-12-30-0/+450
| |
* | Merge pull request #470 from levibostian/objective-c-propertiesNami-Doc2013-12-30-15/+89
|\ \ | | | | | | [objective-c/en] Objective-C property examples
| * | Add instance variable definition examples.Levi Bostian2013-12-30-12/+23
| | |
| * | Add more data type examples.Levi Bostian2013-12-30-2/+9
| | | | | | | | | | | | Add NSMutableSet examples.
| * | Add examples of methods to work with NSSets.Levi Bostian2013-12-30-8/+17
| | | | | | | | | | | | | | | | | | Add note of NSSets being unordered. Remove for loop to iterate on NSSet. Moved for loop to loop section.
| * | Add data types with examples.Levi Bostian2013-12-30-9/+49
| | |
| * | Add getters and setters examples.Levi Bostian2013-12-30-2/+6
| | |
| * | Add more description to @property getters and setters.Levi Bostian2013-12-30-0/+3
|/ /
* | Merge pull request #468 from cengizIO/masterNami-Doc2013-12-30-1/+1
|\ \ | | | | | | [scala/en] Source.fromPath no longer exists
| * | Source.fromPath no longer exists ↵Cengiz Can2013-12-30-1/+1
|/ / | | | | | | (https://github.com/scala/scala/blob/master/src/library/scala/io/Source.scala) Changed example to use Source.fromFile
* | Merge pull request #467 from alexaltair/masterNami-Doc2013-12-28-3/+3
|\ \ | | | | | | [julia/en] Fix typos and indentation
| * | Fix typos and indentationAlex Altair2013-12-28-3/+3
|/ /
* | Merge pull request #465 from joelbirchler/masterAdam Bard2013-12-27-0/+31
|\ \ | | | | | | [javascript/en] Added call, apply, bind JavaScript examples
| * | Added call, apply, bind JavaScript examplesJoel Birchler2013-12-26-0/+31
| |/
* | Merge pull request #466 from kyrami/masterNami-Doc2013-12-27-10/+10
|\ \ | |/ |/| [bash/en] spelling fixes
| * spelling fixes in bash (en)kyr2013-12-27-10/+10
|/
* Merge pull request #454 from adrianlzt/feature/improve_defined_types_functionsAdam Bard2013-12-20-4/+4
|\ | | | | [julia/en] Functions with defined types parameters a little bit confusing
| * Is a little confusing naming the variable as the abstract. At first I was ↵Adrian Lopez2013-12-16-4/+4
| | | | | | | | thinking that cat::Lion means that you are waiting for a Lion type of super type Cat
* | Merge pull request #460 from rogaboru/patch-1Nami-Doc2013-12-19-1/+1
|\ \ | | | | | | Update python-ru.html.markdown
| * | Update python-ru.html.markdownRogaboru Kujimoshi2013-12-19-1/+1
|/ / | | | | Fixed comment on line 39
* | Merge pull request #459 from chappers/juliaNami-Doc2013-12-19-1/+1
|\ \ | | | | | | [julia/en] Fixed Spelling Mistake
| * | [julia/en] Fixed Spelling Mistakechappers2013-12-19-1/+1
|/ /
* | Merge pull request #458 from darh/masterNami-Doc2013-12-18-0/+5
|\ \ | | | | | | Add example for default value
| * | Add example for default valueDenis Arh2013-12-18-0/+5
| | |
* | | Merge pull request #455 from CatTail/masterNami-Doc2013-12-18-0/+0
|\ \ \ | |/ / |/| | [all/zh-cn] fix incorrect language-specific suffix
| * | [all/zh-cn] fix incorrect language-specific suffixcattail2013-12-18-0/+0
|/ / | | | | | | Also change useless executable file mode.
* | Merge pull request #456 from mut0u/masterNami-Doc2013-12-17-29/+30
|\ \ | | | | | | fix some mistake in common-lisp
| * | fix common lispsavior2013-12-17-29/+30
|/ /
* | Merge pull request #453 from sshine/masterAdam Bard2013-12-16-39/+60
|\ \ | | | | | | [standard-ml/en-en] Format fixing, variable renaming, some more about exceptions
| * | [standard-ml/en-en] Some format fixing, variable renaming, some more about ↵Simon Shine2013-12-16-39/+60
|/ / | | | | | | exceptions
* | Merge pull request #451 from adrianlzt/fix/wrong_index_in_tuplaAdam Bard2013-12-16-1/+1
|\ \ | |/ |/| Trying to set a value in index 0. Is confusing
| * Trying to set a value in index 0. Is confusingAdrian Lopez2013-12-16-1/+1
|/
* Merge pull request #450 from cubuspl42/masterNami-Doc2013-12-14-0/+2
|\ | | | | [JavaScript] Note about how declaring functions affects scope.
| * typocubuspl422013-12-14-2/+2
| |
| * Note about how declaring functions affects scope.cubuspl422013-12-14-0/+2
|/