Commit Graph

2757 Commits

Author SHA1 Message Date
ven
2fc71700da Merge pull request #980 from brxfork/patch-2
Perl6, minor change in comments
2015-03-02 09:19:50 +01:00
Adam Bard
cf4bb209d6 Merge pull request #981 from munrocape/patch-1
Moved explanation of indexing into a list earlier
2015-03-01 22:19:51 +00:00
Ben Wiklund
0bb2a2ddc1 Update nim.html.markdown 2015-03-01 13:28:12 -08:00
Zach Munro-Cape
36a296de5d Moved explanation of indexing into a list earlier
This way, it is clear what [1..] !! 999 means later on.
2015-03-01 15:16:29 -04:00
Philippe Bricout
cd462d1cc5 Perl6, minor change in comments
It seems "when" should be replace by "given" at the end of the comment.
2015-03-01 18:04:05 +01:00
ven
733eced1ba Merge pull request #979 from def-/master
Fix Nim a bit
2015-03-01 15:39:15 +01:00
def
ccca29377a Fix Nim a bit 2015-03-01 15:28:37 +01:00
Levi Bostian
0bcc9c4891 Merge pull request #977 from brxfork/patch-1
Update perl6.html.markdown
2015-02-28 13:26:44 -06:00
Joey Huang
532424ee35 make full translation of swift language 2015-02-28 19:29:09 +08:00
Joey Huang
b178ac3077 add optional init and enum with associated values 2015-02-28 19:28:34 +08:00
Philippe Bricout
862d90da8f Update perl6.html.markdown
typo, wrong sub name in comment : mod => x-store
2015-02-27 16:31:15 +01:00
Levi Bostian
a8592af4e8 Merge pull request #973 from Commador/patch-1
Update java.html.markdown
2015-02-25 15:09:07 -06:00
Levi Bostian
0c146eb2ed Merge pull request #974 from qw3rtman/add-semicolon
[Javascript/en] Add semicolon to maximine consistency.
2015-02-25 15:07:48 -06:00
Geoff Liu
aae2bf7a88 Merge pull request #975 from riqpe/master
fixed some typos on C++
2015-02-25 10:24:37 -07:00
Riku-Pekka Silvola
ebdde37244 fixed some typos 2015-02-25 18:10:57 +01:00
Nimit Kalra
08b0596e45 Add semicolon to maximine consistency.
Added a semicolon to conform with statement at top of guide:

// Because those cases can cause unexpected results, we'll keep on using
// semicolons in this guide.
2015-02-25 10:03:19 -06:00
Tim Miller
82342bbe98 Update java.html.markdown
Added "Thinking In Java" by Bruce Eckel to the book list.  It's the best Java book I've ever read.
2015-02-23 10:37:56 -05:00
ven
0f8b48e977 Merge pull request #972 from AaronJan/patch-1
fixed typo, little polishing
2015-02-21 14:39:26 +01:00
AaronJan
433ad37e75 fixed typo, little polishing 2015-02-21 21:35:43 +08:00
Levi Bostian
ba88ba15ab Merge pull request #967 from stecman/hack-relative-url-fix
[hack/en] Fix link to other learnxinyminutes article
2015-02-18 13:23:12 -06:00
Levi Bostian
07661ef089 Merge pull request #966 from TheDmitry/patch-1
[lua/ru] a probable solution #957
2015-02-18 13:22:33 -06:00
Levi Bostian
5e675548c3 Merge pull request #968 from awalGarg/patch-1
[css/en] corrected definition of ~ selector, added |
2015-02-18 13:20:22 -06:00
awalGarg
e1667cc836 corrected definition of ~ selector, added |
[attr~='foo'] will not select <el attr="foobar">, it will only select <el attr="bar foo baz">

Also added definition for [attr|='pre'] style selector

Refs: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors, http://jsfiddle.net/awalGarg/72k3ptsk/
2015-02-19 00:15:12 +05:30
TheDmitry
bc73355126 #957 2015-02-18 09:30:05 +03:00
Stephen Holdaway
177b51a331 [hack/en] Fix link to other learnxinyminutes article
I had assumed a relative link to another markdown file in this project
would work, but it renders as:

    http://learnxinyminutes.com/docs/hack/php.html.markdown

instead of the desired:

    http://learnxinyminutes.com/docs/php/

I've replaced this relative link with an absolute link to where the target
page is located on the published site.

This commit also fixes a typo in markdown syntax at the end of the document.
2015-02-18 19:23:58 +13:00
Levi Bostian
a1d966618b Merge pull request #965 from stecman/add-hack-lang
[hack/en] Add english Hack language page
2015-02-17 23:26:32 -06:00
Stephen Holdaway
75f720fd34 [hack/en] Add english Hack language page 2015-02-18 16:21:58 +13:00
Andre Polykanine A.K.A. Menelion Elensúlë
a8e591fcda Merge pull request #963 from mrmlnc/master
[css/en] Fix typos
2015-02-16 14:26:27 +02:00
Denis Malinochkin
4d0c340347 [css/en] Fix typos 2015-02-16 12:44:33 +03:00
Wincent Balin
b7c25da54c Update go-de.html.markdown
More fixes.
2015-02-15 00:46:06 +01:00
Wincent Balin
8858382c04 Update go-de.html.markdown
Fixed many, many grammar mistakes.
2015-02-14 22:26:14 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
3f5eb2da6f Merge pull request #962 from TheDmitry/xml-ru
[xml/ru] Translating XML guide into Russian
2015-02-14 21:19:12 +02:00
TheDmitry
93f69048a8 [xml/ru] Typo 2015-02-14 21:48:32 +03:00
TheDmitry
c99ff7ae68 Fix 2015-02-13 17:04:33 +03:00
TheDmitry
667a38852d [xml/ru] DTD description 2015-02-13 11:08:34 +03:00
ven
126219ee81 Merge pull request #961 from duanchenggang/ocaml
[ocaml/en] Change the example of mutually recursive functions
2015-02-12 10:27:56 +01:00
TheDmitry
e3d683d8ec [xml/ru] DTD 2015-02-12 12:19:54 +03:00
Chenggang Duan
ea5c3c1f3e [ocaml/en] Fix typo 2015-02-12 17:02:16 +08:00
Chenggang Duan
8c70acc9fb [ocaml/en] Change the example of mutually recursive functions
Change the example to a meaningful and self-contained example of
mutually recursive functions.
2015-02-12 16:54:26 +08:00
TheDmitry
ebe5ab6a72 [xml/ru] Well-Formatted Document 2015-02-11 11:57:31 +03:00
TheDmitry
182699d758 XML Description 2015-02-11 09:19:07 +03:00
TheDmitry
f792b5f449 [xml/ru] Translating comment two 2015-02-10 14:43:29 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
6edf12c4d7 Merge pull request #956 from TheDmitry/paren-ru
[paren/ru] Translating Paren guide into Russian
2015-02-09 16:58:48 +02:00
TheDmitry
8a469f8b9b [paren/ru] Fix typo 2015-02-09 17:30:18 +03:00
TheDmitry
bc136b96f8 [xml/ru] XML Document 2015-02-09 11:14:16 +03:00
TheDmitry
b025dbd8cb [xml/ru] Translating First Description 2015-02-09 09:30:45 +03:00
TheDmitry
12753c9df6 [paren/ru] Translating Paren guide into Russian 2015-02-05 17:52:10 +03:00
suuuzi
22a0f44e64 Refering Python3 tutorial link 2015-02-04 15:36:20 -02:00
suuuzi
f4bd1bc8b4 Python 3: Changing 'the other tutorial' to a link refering the other tutorial 2015-02-04 15:32:55 -02:00
suuuzi
a3318599c8 Fixing some typos in Git pt-pt translation 2015-02-04 13:15:42 -02:00