Fernando Valverde
|
9530122a1c
|
Include MARK style and two collection declarations
Added MARK with separator and a couple of mutable explicit declarations of empty Array/Dictionary
|
2015-10-30 22:43:44 +01:00 |
|
Andrew
|
a484276709
|
Adds documentation for revert command
Also mentions graph flag for the log command
|
2015-10-30 19:58:33 +00:00 |
|
IvanEh
|
55101d6ca7
|
Add Ukrainian translation to javascript guide
|
2015-10-30 17:53:40 +02:00 |
|
Jacob Ward
|
08b43e21f1
|
Changed headers to headings
Relabeled the section called “headers” to “headings” because a header
is a specific tag separate from the h1-h6 ‘heading’ tags.
|
2015-10-30 09:32:51 -06:00 |
|
Liam Demafelix
|
5afca01bdf
|
[php/en]
Line 159 - echo isn't a function, print() is
Line 337 - unneeded semicolon (it's a pre-test loop)
|
2015-10-30 23:26:49 +08:00 |
|
Jacob Ward
|
9a152c0490
|
Revert "easier to read?"
This reverts commit 71ee28e132 .
|
2015-10-30 09:24:49 -06:00 |
|
Anton Pastukhoff
|
8aff0a65dc
|
Update d-ru.html.markdown
|
2015-10-30 20:10:22 +05:00 |
|
Jacob Ward
|
71ee28e132
|
easier to read?
|
2015-10-30 08:32:32 -06:00 |
|
Jake Faris
|
33337d045d
|
Adds bitwise operators (AND, OR, XOR)
|
2015-10-30 10:22:23 -04:00 |
|
Jake Faris
|
ec601c168a
|
Adds combined comparison operator to Ruby
|
2015-10-30 10:17:15 -04:00 |
|
Jacob Ward
|
bb006a51c1
|
Merge remote-tracking branch 'adambard/master'
|
2015-10-30 07:39:58 -06:00 |
|
Nasgul
|
3c43328a89
|
Delete unused double quote.
Delete unused double quote.
|
2015-10-30 14:52:23 +02:00 |
|
Elizabeth "Lizzie" Siegle
|
bc91d2ce92
|
Update make.html.markdown
|
2015-10-30 01:20:12 -04:00 |
|
Victor Caldas
|
76bf016f82
|
translating java to pt-br
|
2015-10-30 00:12:29 -02:00 |
|
Cássio Böck
|
762af2de24
|
Fixing typos
Fixing pt-br typos
|
2015-10-29 23:29:46 -02:00 |
|
Cássio Böck
|
c013b2c957
|
English content removed
The pt-br file had english content after translation. That content is
now removed.
|
2015-10-29 23:17:09 -02:00 |
|
Victor
|
d35663f175
|
fixing selector(color) name that was improperly translated
|
2015-10-29 22:09:43 -02:00 |
|
yihong
|
14c85ba0ff
|
add more details on truthiness
|
2015-10-30 05:04:41 +08:00 |
|
Nasgul
|
7e90054b5c
|
Fix typo.
Fix typo.
|
2015-10-29 22:57:17 +02:00 |
|
Nasgul
|
36c551affb
|
Edit Title for 5 part.
Edit Title for 5 part.
|
2015-10-29 22:38:04 +02:00 |
|
Nasgul
|
eef69b0d09
|
Edit translate for creating object.
Edit translate for creating new object of class using new.
|
2015-10-29 22:25:00 +02:00 |
|
Nasgul
|
fe1c5e86ed
|
Edit descriptions for function setdefault.
Edit descriptions for function setdefault.
|
2015-10-29 22:15:40 +02:00 |
|
meinkej
|
e5a0205722
|
Fix a typo introduced in the previous commit.
Reformatted some lines.
|
2015-10-29 19:50:17 +01:00 |
|
meinkej
|
b27ddf1bd6
|
[go/de] More infos, reformulation and typo fixes for Go.
|
2015-10-29 19:44:21 +01:00 |
|
Michal Martinek
|
d94d88cd20
|
Czech translation for Sass
|
2015-10-29 19:21:48 +01:00 |
|
ven
|
f0a4c88acf
|
Merge pull request #1867 from ditam/coffee_hun
[coffeescript/hu] add Hungarian translation
|
2015-10-29 17:57:00 +01:00 |
|
bk2dcradle
|
54c67dfb38
|
[c++] Added Lambda Expressions and Range for
|
2015-10-29 22:13:24 +05:30 |
|
Geoff Liu
|
1f7d7aa4d6
|
Merge pull request #1526 from raphaelbn/patch-3
[java/en] Enum Type
|
2015-10-29 23:51:14 +08:00 |
|
Raphael Nascimento
|
03ef96b2f1
|
[java/en] Enum Type
|
2015-10-29 12:46:59 -03:00 |
|
Geoff Liu
|
1f4ffc026e
|
Merge pull request #1881 from nasgul/patch-2
Delete unnecessary line on english.
|
2015-10-29 23:28:05 +08:00 |
|
Geoff Liu
|
ba4cbab87a
|
Merge pull request #1676 from vipulroxx/patch-1
Modified string format [python/en]
|
2015-10-29 23:26:59 +08:00 |
|
Kyle Mendes
|
eb5d2d6261
|
[sass/en] Cleaning up wording and formatting
|
2015-10-29 10:05:36 -04:00 |
|
Nasgul
|
7a9787755b
|
Delete unnecessary line on english.
Delete unnecessary line on english.
|
2015-10-29 16:05:27 +02:00 |
|
Vipul Sharma
|
cdd64ecee3
|
80 char and proper commenting
|
2015-10-29 15:23:37 +05:30 |
|
ditam
|
d0ab5fc772
|
add language suffix to filename
|
2015-10-28 23:47:41 +01:00 |
|
Alex Luehm
|
3b1940b9cc
|
[C/en] Added tidbit about fall-though in switch statements.
Another pitfall, as not all languages have fall-through in switches.
|
2015-10-28 17:45:31 -05:00 |
|
ditam
|
360bd6ef9b
|
add language suffix to filename
|
2015-10-28 23:45:15 +01:00 |
|
ditam
|
78dee8ef75
|
fix small typos and grammar.
|
2015-10-28 23:36:48 +01:00 |
|
Adam Brenecki
|
7119a37a4e
|
Merge pull request #1866 from Pink401k/javascript
[javascript/en] Adding a small blurb to extend upon string concatenation
|
2015-10-29 09:02:37 +10:30 |
|
ditam
|
35a1cd4eeb
|
add Hungarian translation
|
2015-10-28 23:31:15 +01:00 |
|
ditam
|
dc3c1ce2f5
|
add Hungarian translation
|
2015-10-28 22:43:07 +01:00 |
|
Kyle Mendes
|
08e6aa4e6e
|
Adding a small blurb to extend upon string concatination
|
2015-10-28 17:25:44 -04:00 |
|
ven
|
cbc2daa58d
|
Merge pull request #1848 from jodizzle/fix/c
[C/en] Fix VLA example
|
2015-10-28 20:28:22 +01:00 |
|
ven
|
80242383bc
|
Merge pull request #1846 from dotmobo/master
[livescript/fr] Correct the translator github repository
|
2015-10-28 18:25:25 +01:00 |
|
Srinivasan R
|
db903ac5b6
|
Add one more string formatting example
|
2015-10-28 16:25:54 +05:30 |
|
Morgan
|
951a51379a
|
[livescript/fr] Correct the translator github repository
|
2015-10-28 11:52:21 +01:00 |
|
Geoff Liu
|
927ac9c3e8
|
Merge pull request #1694 from jsyeo/feature-edn
[edn/en] Add a short tutorial for EDN
|
2015-10-28 17:52:09 +08:00 |
|
Jason Yeo
|
5f6d0d0300
|
Kinda -> Kind of
|
2015-10-28 17:51:18 +08:00 |
|
Jason Yeo
|
4ff79b2554
|
Fix minor typographical errors
|
2015-10-28 17:46:57 +08:00 |
|
Geoff Liu
|
5dfbce9016
|
Merge pull request #1252 from gaotongfei/master
[haskell/zh-cn]fix error
|
2015-10-28 17:29:40 +08:00 |
|