summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | php: typoJakukyo Friel2014-01-17-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'patch-2' of github.com:weakish/learnxinyminutes-docsJakukyo Friel2014-01-17-1/+1
| |\ \ \ \ \ \
| | * | | | | | php: typoJakukyo Friel2014-01-17-1/+1
| | |/ / / / /
| * / / / / / php: typoJakukyo Friel2014-01-17-1/+1
| |/ / / / /
* | | | | | Merge pull request #490 from YannickL/masterAdam Bard2014-01-23-66/+72
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Minor changes for the objective-c file
| * | | | | Merge branch 'master' of https://github.com/YannickL/learnxinyminutes-docsYannick2014-01-11-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: objective-c.html.markdown
| | * | | | | [UPDATE] Import DetailsYannick2014-01-11-1/+7
| | | | | | |
| * | | | | | [REMOVE] dots at the end of the commentsYannick2014-01-11-65/+65
| | | | | | |
| * | | | | | [UPDATE] Import DetailsYannick2014-01-11-1/+7
| |/ / / / /
* | | | | | Merge pull request #499 from renjithgr/masterAdam Brenecki2014-01-21-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix capitalization in the word JavaScript
| * | | | | | Fix capitalization in the word JavaScriptRenjith G R2014-01-22-3/+3
| | | | | | | | | | | | | | | | | | | | | There were two more other places where JavaScript was written as Javascript.
* | | | | | | Merge pull request #498 from renjithgr/masterAdam Brenecki2014-01-21-1/+1
|\| | | | | | | | | | | | | | | | | | | | Fixed capitalization in the word JavaScript
| * | | | | | Fixed capitalization in the word JavaScriptRenjith G R2014-01-22-1/+1
|/ / / / / / | | | | | | | | | | | | Changed Javascript to JavaScript in the first paragraph.
* | | | | | Added Clojure macrosAdam2014-01-19-0/+152
| | | | | |
* | | | | | Fixed `) {` vs `){` inconsistencyAdam Brenecki2014-01-19-3/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #482 from atomaths/masterNami-Doc2014-01-13-0/+314
|\ \ \ \ \ | |/ / / / |/| | | | Added Go translation in Korean
| * | | | Complete Korean translationJongmin Kim2014-01-08-57/+53
| | | | |
| * | | | Added Go translation in KoreanJongmin Kim2014-01-08-0/+318
| | | | |
* | | | | Merge pull request #488 from theanalyst/f/hylangNami-Doc2014-01-11-0/+174
|\ \ \ \ \ | | | | | | | | | | | | [hy/en] Introductory tutorial to hy language
| * | | | | [hy/en] Introductory tutorial to hy languageAbhishek L2014-01-11-0/+174
|/ / / / / | | | | | | | | | | | | | | | | | | | | * hy.html.markdown: This is an introductory tutorial to hy language, http://hylang.org which is a dialect of lisp built on top of python
* | | | | Merge pull request #487 from jcla1/patch-1Nami-Doc2014-01-10-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Added verb/comma where missing
| * | | | Added missing comma in printfJoseph Adams2014-01-10-1/+1
| | | | |
| * | | | Added verb ("is") where it was missingJoseph Adams2014-01-10-1/+1
|/ / / /
* | | | Merge pull request #477 from lidashuang/masterAdam Bard2014-01-08-2/+0
|\ \ \ \ | | | | | | | | | | Update javascript-cn.html.markdown
| * | | | Update javascript-cn.html.markdownlidashuang2014-01-05-2/+0
| | | | |
* | | | | Merge pull request #483 from levibostian/objective-c-methodsAdam Bard2014-01-08-9/+69
|\ \ \ \ \ | |_|/ / / |/| | | | Objective-C method examples.
| * | | | Organize branch changes.Levi Bostian2014-01-08-20/+22
| | | | |
| * | | | Add selector and @synthesize examples.Levi Bostian2014-01-08-0/+16
| | | | |
| * | | | Add more examples of methods available to objects.Levi Bostian2014-01-08-8/+41
| | | | |
| * | | | Add example of calling instance and class methods.Levi Bostian2014-01-08-2/+11
|/ / / /
* | | | Merge pull request #481 from levibostian/remove-conflict-fileNami-Doc2014-01-07-446/+0
|\ \ \ \ | | | | | | | | | | Remove unwanted Dropbox conflict file. Sorry.
| * | | | Remove unwanted Dropbox conflict file. Sorry.Levi Bostian2014-01-07-446/+0
|/ / / /
* | | | Merge pull request #479 from levibostian/objective-c-refactorNami-Doc2014-01-07-50/+510
|\ \ \ \ | | | | | | | | | | Objective-C refactor
| * | | | 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 #478 from jingege/masterAdam Bard2014-01-05-6/+10
|\ \ \ \ \ | | | | | | | | | | | | [clojure/cn]Wrap some lines to fit the view.
| * | | | | [clojure/cn]Wrap some lines to fit the view.jingege2014-01-06-6/+10
| | | | | |
* | | | | | Merge pull request #476 from cmpitg/masterNami-Doc2014-01-05-0/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | [racket/en] Add input/output section for Racket
| * | | | | | Improve language usage in Racket guideDuong H. Nguyen2014-01-05-2/+2
| | | | | | |
| * | | | | | Fix Racket styleDuong H. Nguyen2014-01-05-1/+1
| | | | | | |
| * | | | | | Add input/output section for RacketDuong H. Nguyen2014-01-05-0/+40
|/ / / / / /
* | | | | | Updated git-es to us lang:, not language:Adam2014-01-04-1/+1
| | | | | |
* | | | | | Merge pull request #475 from lidashuang/patch-2Adam Bard2014-01-04-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update ruby-cn.html.markdown
| * | | | | | Update ruby-cn.html.markdownlidashuang2014-01-05-1/+2
|/ / / / / /
* | | | | | Merge pull request #474 from lidashuang/patch-1Nami-Doc2014-01-04-7/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update go-cn.html.markdown