Geoff Liu
8a43f93d58
Merge pull request #986 from Jakehp/master
...
Renamed Big-Oh to more prevalent name, Big-O.
2015-03-04 17:00:12 -07:00
Geoff Liu
081deac4b1
Add logical operators to Ruby tutorial
2015-03-04 16:56:23 -07:00
Jake Prather
60cd26e48b
Renamed Big-Oh to more prevalent notation, Big-O.
2015-03-04 17:48:10 -06:00
Geoff Liu
4dc193d347
Merge pull request #985 from awalGarg/patch-1
...
[git/en] Added the handy -a switch
2015-03-04 11:49:01 -07:00
awalGarg
84ac5877f3
Added the handy -a switch
2015-03-04 22:00:00 +05:30
TheDmitry
979aa45558
[swift/ru] Added contributor
2015-03-04 11:07:48 +03:00
TheDmitry
755f4bb1bd
[swift/ru] Updating Swift guide
2015-03-04 10:59:54 +03:00
Wincent Balin
79170764a1
Update python-de.html.markdown
...
Fixed typos.
2015-03-03 12:20:57 +01:00
Geoff Liu
d2d3efead4
Merge pull request #978 from kamidox/master
...
Add two swift feature and make a full translation for swift to zh-cn
2015-03-02 19:17:24 -07:00
Joey Huang
be4d069c58
correct typo
2015-03-03 09:26:58 +08:00
Joey Huang
d05baf5bd0
correct typo
2015-03-03 01:04:19 +08:00
Joey Huang
cf65d3c084
correct more typo
2015-03-02 23:28:35 +08:00
Joey Huang
4ca7856bc7
correct typo
2015-03-02 22:47:02 +08:00
ven
bf2917e4ab
Merge pull request #982 from bwiklund/patch-1
...
Fixed spelling
2015-03-02 09:22:04 +01:00
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