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
suuuzi
37584056a0
Translating Git to pt-br
2015-02-04 13:13:13 -02:00
suuuzi
f7c84056ff
Translating brainfuck to pt-br
2015-02-04 12:13:16 -02:00
suuuzi
2532d97bca
Translating brainfuck to pt-br
2015-02-04 12:12:22 -02:00
TheDmitry
49c0548f53
Added Paren-Ru Guide draft
2015-02-04 11:04:25 +03:00
Adam Bard
24b6ed0b82
More line breaks for happy code blocks.
2015-02-04 03:33:53 +00:00
Adam Bard
885228de12
Merge pull request #954 from uvtc/patch-1
...
javascript/en: added some md formatting
2015-02-04 03:32:12 +00:00
John Gabriele
e69ca623a7
javascript/en: added some md formatting
...
Added some markdown formatting to the comments throughout to clarify meaning. Also tweaked a couple of other quote marks as well. Also shortened a couple of long lines.
More to do, but stopped here for now. :)
2015-02-03 17:31:44 -05:00
Adam
46fce8da7c
Added name to asymptotic notation article
2015-02-03 20:26:54 +00:00
ven
8208aad862
Merge pull request #951 from devinmcginty/master
...
Add more information on ranges in Haskell
2015-02-02 21:44:00 +01:00
Levi Bostian
f41adf85e0
Merge pull request #950 from Jakehp/master
...
asymptotic notation rough draft
2015-02-02 14:36:59 -06:00
Devin McGinty
5f4b9d5ba4
Merge pull request #2 from devinmcginty/haskell-requested-edits
...
Add example of string-as-list and fix punctuation
2015-02-01 16:40:10 -05:00
Devin McGinty
411b2b01d3
Add example of string-as-list and fix punctuation
2015-02-01 16:39:52 -05:00
Jake Prather
d5f4b39cce
Merge pull request #1 from shortstuffsushi/patch-1
...
More grammar fixes. Whitespace fixes for readability.
2015-02-01 13:29:55 -06:00