Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [FIX] Typing Errors In The Second Part | Yannick | 2014-01-24 | -28/+35 |
| | ||||
* | [FIX] Typing Errors In The First Part | Yannick | 2014-01-24 | -87/+87 |
| | ||||
* | [FIX] Objective-C French Translation Filename | Yannick | 2014-01-24 | -0/+0 |
| | ||||
* | [UPDATE] French Translation | Yannick | 2014-01-24 | -22/+24 |
| | ||||
* | [UPDATE] MRC section | Yannick | 2014-01-20 | -22/+22 |
| | ||||
* | [NEW] french translation | Yannick | 2014-01-12 | -37/+36 |
| | ||||
* | [ADD] Translation in french of the first part | Yannick | 2014-01-11 | -0/+509 |
| | ||||
* | Merge branch 'master' of https://github.com/YannickL/learnxinyminutes-docs | Yannick | 2014-01-11 | -0/+0 |
|\ | | | | | | | | | Conflicts: objective-c.html.markdown | |||
| * | [UPDATE] Import Details | Yannick | 2014-01-11 | -1/+7 |
| | | ||||
* | | [REMOVE] dots at the end of the comments | Yannick | 2014-01-11 | -65/+65 |
| | | ||||
* | | [UPDATE] Import Details | Yannick | 2014-01-11 | -1/+7 |
|/ | ||||
* | Merge pull request #488 from theanalyst/f/hylang | Nami-Doc | 2014-01-11 | -0/+174 |
|\ | | | | | [hy/en] Introductory tutorial to hy language | |||
| * | [hy/en] Introductory tutorial to hy language | Abhishek L | 2014-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-1 | Nami-Doc | 2014-01-10 | -2/+2 |
|\ | | | | | Added verb/comma where missing | |||
| * | Added missing comma in printf | Joseph Adams | 2014-01-10 | -1/+1 |
| | | ||||
| * | Added verb ("is") where it was missing | Joseph Adams | 2014-01-10 | -1/+1 |
|/ | ||||
* | Merge pull request #477 from lidashuang/master | Adam Bard | 2014-01-08 | -2/+0 |
|\ | | | | | Update javascript-cn.html.markdown | |||
| * | Update javascript-cn.html.markdown | lidashuang | 2014-01-05 | -2/+0 |
| | | ||||
* | | Merge pull request #483 from levibostian/objective-c-methods | Adam Bard | 2014-01-08 | -9/+69 |
|\ \ | | | | | | | Objective-C method examples. | |||
| * | | Organize branch changes. | Levi Bostian | 2014-01-08 | -20/+22 |
| | | | ||||
| * | | Add selector and @synthesize examples. | Levi Bostian | 2014-01-08 | -0/+16 |
| | | | ||||
| * | | Add more examples of methods available to objects. | Levi Bostian | 2014-01-08 | -8/+41 |
| | | | ||||
| * | | Add example of calling instance and class methods. | Levi Bostian | 2014-01-08 | -2/+11 |
|/ / | ||||
* | | Merge pull request #481 from levibostian/remove-conflict-file | Nami-Doc | 2014-01-07 | -446/+0 |
|\ \ | | | | | | | Remove unwanted Dropbox conflict file. Sorry. | |||
| * | | Remove unwanted Dropbox conflict file. Sorry. | Levi Bostian | 2014-01-07 | -446/+0 |
|/ / | ||||
* | | Merge pull request #479 from levibostian/objective-c-refactor | Nami-Doc | 2014-01-07 | -50/+510 |
|\ \ | | | | | | | Objective-C refactor | |||
| * | | Fix typos. | Levi Bostian | 2014-01-07 | -2/+448 |
| | | | ||||
| * | | Removed NSLog() statements inside @implementation where not allowed. | Levi Bostian | 2014-01-06 | -2/+0 |
| | | | ||||
| * | | Add name and github page to contributors list. | Levi Bostian | 2014-01-06 | -0/+1 |
| | | | ||||
| * | | Edit code for all snippets to compile properly. Re-word some descriptions. | Levi Bostian | 2014-01-06 | -22/+22 |
| | | | ||||
| * | | Remove broken Apple website link to Learning Objective-C and replaced with ↵ | Levi Bostian | 2014-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 Bostian | 2014-01-03 | -29/+39 |
| | | | | | | | | | | | | various typos/confusing wording. | |||
| * | | Add @autoreleasepool as alternative to NSAutoreleasePool object. | Levi Bostian | 2014-01-01 | -1/+6 |
| | | | ||||
* | | | Merge pull request #478 from jingege/master | Adam Bard | 2014-01-05 | -6/+10 |
|\ \ \ | | | | | | | | | [clojure/cn]Wrap some lines to fit the view. | |||
| * | | | [clojure/cn]Wrap some lines to fit the view. | jingege | 2014-01-06 | -6/+10 |
| | | | | ||||
* | | | | Merge pull request #476 from cmpitg/master | Nami-Doc | 2014-01-05 | -0/+40 |
|\ \ \ \ | | | | | | | | | | | [racket/en] Add input/output section for Racket | |||
| * | | | | Improve language usage in Racket guide | Duong H. Nguyen | 2014-01-05 | -2/+2 |
| | | | | | ||||
| * | | | | Fix Racket style | Duong H. Nguyen | 2014-01-05 | -1/+1 |
| | | | | | ||||
| * | | | | Add input/output section for Racket | Duong H. Nguyen | 2014-01-05 | -0/+40 |
|/ / / / | ||||
* | | | | Updated git-es to us lang:, not language: | Adam | 2014-01-04 | -1/+1 |
| | | | | ||||
* | | | | Merge pull request #475 from lidashuang/patch-2 | Adam Bard | 2014-01-04 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Update ruby-cn.html.markdown | |||
| * | | | | Update ruby-cn.html.markdown | lidashuang | 2014-01-05 | -1/+2 |
|/ / / / | ||||
* | | | | Merge pull request #474 from lidashuang/patch-1 | Nami-Doc | 2014-01-04 | -7/+9 |
|\ \ \ \ | |_|_|/ |/| | | | Update go-cn.html.markdown | |||
| * | | | Update go-cn.html.markdown | lidashuang | 2014-01-05 | -7/+9 |
|/ / / | ||||
* | | | Merge pull request #473 from jingege/master | Nami-Doc | 2014-01-04 | -0/+362 |
|\| | | | | | | | | [clojure/cn]Commit the clojure-cn doc. | |||
| * | | [clojure/cn]Commit the clojure-cn doc. | jingege | 2014-01-04 | -0/+362 |
|/ / | ||||
* | | Merge pull request #472 from kyrami/master | Nami-Doc | 2014-01-02 | -0/+230 |
|\ \ | |/ |/| | [css/de] translation to german | |||
| * | spelling, punctuation and more translation | kyr | 2014-01-02 | -10/+10 |
| | | ||||
| * | translated css to german | kyr | 2014-01-02 | -75/+77 |
| | | ||||
| * | spelling fixes | kyr | 2013-12-28 | -1/+3 |
| | |