Commit Graph

4004 Commits

Author SHA1 Message Date
Sean Corrales
7a885b86c6 Adding sections on Sass functions, import, partials, and math operations. Adding some comments regarding best practices. Adding section on compatibility. 2015-10-14 15:22:46 -05:00
ven
2315d0587d Merge pull request #1521 from mwozniczak/xml-fix
[xml/en] Superfluous spaces removed in some tags in 'XML'
2015-10-14 22:11:56 +02:00
Sean Corrales
fcc5086cfc Merge remote-tracking branch 'upstream/master' 2015-10-14 14:52:37 -05:00
Michał Woźniczak
6cdd2a9102 Superfluous spaces removed in some tags in 'XML', where no attributes were present 2015-10-14 21:31:04 +02:00
ScheRas
d2a8a7f161 Fixed typo 2015-10-14 21:11:05 +02:00
evuez
375f0c18ae Add some stuff to lists, sets and classes
This is meant to match Python 3 update.

Lists: added remove, insert and index
Sets: added ^, <=, >= operators
Classes: added propery decorator (including getter, setter, deleter)
2015-10-14 18:43:23 +02:00
Kirushan Rasendran
11a77f8b6f Translation continued
Translated content about javascript objects,arrays key value pairs
2015-10-14 21:57:13 +05:30
Ankit Aggarwal
a8b32c362b Added instructions for input operations in Python3 2015-10-14 21:16:18 +05:30
Awal Garg
f402205247 [bash/en] use $var with quotes in conditions 2015-10-14 21:10:28 +05:30
Awal Garg
4599cd319f [c/en] clarify common tripping point of newbies
int foo () {
  printf("bar\n");
  int x; // this is not valid in C89+
}
2015-10-14 20:44:45 +05:30
Awal Garg
223c8140a0 clarify that args' names are not required in proto
with obligatory conventional warning
2015-10-14 20:41:36 +05:30
Levi Bostian
8ec133b295 Merge pull request #1506 from rominirani/master
Added Go Mobile information
2015-10-14 09:48:13 -05:00
Levi Bostian
a779d9cfb6 Merge pull request #1471 from ankitaggarwal011/python27-input-operations-add
[python/en] Added instructions on how to perform input operations
2015-10-14 09:47:42 -05:00
Levi Bostian
b4535eaae3 Fix header to hopefully bring back ruby to the site. 2015-10-14 09:45:13 -05:00
Levi Bostian
ae4e4e81f4 Merge pull request #1504 from dillonjbyrne/patch-1
[python3/en] Cleaned up formatting and clarified output
2015-10-14 09:42:55 -05:00
Levi Bostian
50ef362a83 Merge pull request #1503 from Carreau/patch-2
Update Python 2 vs Python 3
2015-10-14 09:42:29 -05:00
Levi Bostian
cbba48ec1e Merge pull request #1500 from Alters/master
[csharp/en] Fix for a few spelling errors
2015-10-14 09:41:46 -05:00
Levi Bostian
18f90aaabe Merge pull request #1497 from mwozniczak/json-fix
[json/en] Fixed incorrect information about commas in JSON doc
2015-10-14 09:41:16 -05:00
Levi Bostian
67f60a5fba Merge pull request #1493 from evuez/patch-3
[python/en] Add resources to the "Free Online" section
2015-10-14 09:36:51 -05:00
Levi Bostian
9ad3243cd8 Merge pull request #1490 from volcov/add-git-tag-info
[git/en]add documentation about git tags
2015-10-14 09:33:53 -05:00
Romin Irani
da556f64f9 Added Go Mobile information 2015-10-14 12:03:05 +05:30
Ankit Aggarwal
e1d2f8c718 Updated the input() method usage and description 2015-10-14 10:27:25 +05:30
Dillon J Byrne
518a383de1 Cleaned up formatting and clarified output
Unified the formatting throughout the document, clarified the output of a few lines, and tried to make it easier to visually separate comments from code when reading.
2015-10-13 20:03:46 -05:00
Matthias Bussonnier
c05400477b Update Python 2 vs Python 3
Add fact that Python 2 is reaching end of life. 
And note that you can use `__future__` to add Python 2 and 3 compatible code.
2015-10-13 17:56:48 -07:00
Cameron Wood
ad5b0a615b [csharp/en] Fix for a few spelling errors
Fixed a few typos and spelling errors in the C# documentation
2015-10-13 17:03:26 -04:00
Michał Woźniczak
0e330607df Fixed incorrect information about commas in JSON doc 2015-10-13 22:02:06 +02:00
ven
96bb814889 Merge pull request #1495 from gkotian/master
First set of changes to the D programming page
2015-10-13 20:53:05 +02:00
ven
3b09f01f00 Merge pull request #1443 from kara-kincaid/master
[css/en] Added more pseudo-classes and pseudo-elements examples
2015-10-13 20:49:06 +02:00
ven
7f65b67a78 Merge pull request #1488 from evuez/patch-1
[haml/fr] Add lang to header
2015-10-13 20:47:20 +02:00
Cameron Wood
0ac8ac899b Merge remote-tracking branch 'refs/remotes/adambard/master' 2015-10-13 14:07:04 -04:00
Kirushan Rasendran
e583cd71d7 Javascript Tamil translation 2015-10-13 22:41:02 +05:30
Gautam Kotian
4be1044a64 Improve code comments 2015-10-13 18:17:11 +02:00
Gautam Kotian
064b82eab4 Add wikipedia page links
Link to the wikipedia pages of Walter Bright and Andrei Alexandrescu in
an attempt to at least partially establish their credibility.
2015-10-13 18:16:30 +02:00
Gautam Kotian
a4d9115dec Clarify that not just two people develop D
The present construction seems to imply that only Walter and Andrei and
involved in the development of D. This is nowhere close to being true!
2015-10-13 18:15:49 +02:00
Kirushan Rasendran
800f1dbd08 [javascript/ta]JavaScript Translation
javascript Tamil Translation
2015-10-13 21:35:55 +05:30
Kirushan Rasendran
9774575ad8 [ta/json]Added Contributors and a Translator
Added Contributors and a Translator
2015-10-13 21:17:23 +05:30
evuez
8166438016 Add PEP8 to "Free Online" 2015-10-13 17:11:40 +02:00
Zachary Ferguson
79ced08e09 Added Header title
+ Added a header file title
* Changed ```c to ```h
2015-10-13 11:05:20 -04:00
evuez
46ef132ce6 Add resources to the "Free Online" section
These have been valuable resources to me, but I'm not sure
whether it fits this section or not.
2015-10-13 17:05:18 +02:00
evuez
ed4fbb6aa4 Add property to Classes
This adds the property decorator (getter, setter, deleter) to the class example.
Also update scopes functions to fit PEP8.
2015-10-13 16:53:48 +02:00
Kirushan Rasendran
37c629d43e Delete java.html.markdown 2015-10-13 20:23:06 +05:30
Kirushan Rasendran
a657965ed2 Tamil Translation
Tamil Translation  for JSON
2015-10-13 20:21:53 +05:30
Sean Corrales
c357be714f Fixing formatting. Writing section about imports and partials. 2015-10-13 09:51:26 -05:00
Bruno Volcov
93ced538e3 add documentation about git tags 2015-10-13 11:26:26 -03:00
Kara Kincaid
45a5a9ed5b fix merge conflict in css.html.markdown 2015-10-13 10:06:11 -04:00
evuez
df5d2adbfe Update contributors 2015-10-13 16:04:02 +02:00
Kirushan Rasendran
9e9bfdbd1e Translation from English to Tamil
Language - Java
Translation -Tamil
2015-10-13 19:03:02 +05:30
evuez
f77199b780 Add some stuff to lists, tuples, dicts and sets
Lists: added `remove`, `insert` and `index`
Tuples: added extended unpacking
Dictionaries: added new unpacking from Python 3.5
Sets: added ^, <=, >= operators
2015-10-13 15:09:38 +02:00
evuez
dff456bb6d Add lang to header
Header configuration was missing `lang` field.
2015-10-13 13:42:29 +02:00
thimoteus
c2f15ffd87 readded haskell syntax highlighting, added line about running examples in psci, removed >'s 2015-10-13 01:25:56 -07:00