5cb5c11df9
Added tutorial video for Java. ( #33338 )
2019-02-21 03:29:22 -05:00
a17b123510
Added curly brackets to comment in JSX element ( #34694 )
...
Added curly brackets to comment in JSX element to hide it from the rendered DOM
2019-02-21 03:24:27 -05:00
f366b32d92
Changed wording ( #33085 )
2019-02-21 03:10:57 -05:00
21b767539c
Additions to Hello World guidance. ( #27929 )
...
Mention about .class files and not using .class extension while running.
2019-02-21 02:41:27 -05:00
8448e71299
Add two CSS multi-column properties to index.md ( #33054 )
2019-02-20 23:06:21 -08:00
1817e12c15
Added additional improve CSS performance tip ( #32930 )
2019-02-20 22:00:49 -08:00
5f6595b7dc
fix: use correct variables for challenge ( #34935 )
...
Deleted the sentence which refers a.start.x as an object, as it is not an
object
2019-02-20 22:00:21 -08:00
9d2719e2e4
Added PHP Try Catch to Guide. ( #33840 )
...
* Added PHP Try Catch to Guide.
* fix: change tru to try
2019-02-20 20:52:08 -08:00
6e44ec362c
ADD: transform affects DIV child contents ( #35257 )
...
* ADD: transform affects DIV child contents
After spending some time figuring out how to prevent text in a div being skewed as well as the div, I think it is worth mentioning that applying a transform to a div element will also affect elements contained inside of it. Perhaps the transform challenge pages could include how to negate the effects of the transform on child elements of divs.
* Fix: moved my commit to Description
Moved my commit text into the Description section as suggested.
* Fix: Changed </div> to </code>
Changed the closing </div> tag to </code> as suggested.
* Fix: Changed markdown ** to <strong>
As advised on a previous pull request, I have removed the markdown ** ** and replaced it with HTML <strong></strong>.
2019-02-20 20:25:16 -08:00
26b8e46af7
Add "Asynchronous nature" to the article ( #33366 )
2019-02-20 17:02:37 -07:00
2c10d23ac3
Update index.md ( #30265 )
...
Added a point in Disadvantages.
2019-02-20 16:59:17 -07:00
aaba4c0987
Explanation.md ( #30081 )
...
Explained and simplified a few core concepts
2019-02-20 18:50:29 -05:00
fe37a0a998
Update index.md ( #29850 )
...
made some mild proofreading edits to the text
2019-02-20 16:33:18 -07:00
e580fa594c
Add an example of infinite loop ( #28627 )
...
* Add an example of infinite loop
* Update index.md
2019-02-20 18:31:40 -05:00
43daf92211
Update the text to make clear the main definition ( #27237 )
2019-02-20 18:16:44 -05:00
ca68c4e92c
Added change "counter += 1" on line 17 ( #27238 )
...
Change added ensures that the loop created will not be an endless loop since there is now a condition in the loop that will eventually make the loop false and stop.
2019-02-20 18:01:08 -05:00
2a81a0bfe8
Add to description of box-shadow ( #27192 )
...
Add that box-shadow works just like text-shadow. Also fix typo by changing "give" to "gives"
2019-02-20 17:58:44 -05:00
9526a6ed03
Added PHP Substring Function to Guide. ( #33826 )
...
* Added PHP Substring Function to Guide.
* Added PHP Substring Function to Guide.
* Fixed typo
2019-02-20 08:40:18 -08:00
463acd85e8
Detailed article on Pandas-Series ( #31661 )
2019-02-20 11:35:49 -05:00
739eefa9d2
Update index.md ( #35212 )
2019-02-20 08:35:21 -08:00
4fbc0440a2
DF Operation, follow up article on DataFrame ( #32621 )
...
* DF Operation, follow up article on DataFrame
Comprehensive article on Pandas DataFrame basic operation and methods.
* Update index.md
2019-02-20 11:35:06 -05:00
7d632a2a3a
Comprehensive article on Pandas DataFrame ( #31801 )
...
* Comprehensive article on Pandas DataFrame
I will add more operations and methods in the coming articles.
* Updated the comments on title.
reread and modified based on style guide.
2019-02-20 11:34:20 -05:00
878edd3b12
Replace auto translated words ( #21004 )
2019-02-20 12:20:45 -03:00
4bd426500f
Added info for stdClass ( #31363 )
...
* Update index.md
* fix: changed strClass to stdClass
2019-02-20 07:03:27 -08:00
6048f24340
Improve translation, replaced campers and open source. ( #20960 )
2019-02-20 11:56:41 -03:00
8b5b951e92
Added portuguese page for vagrant ( #20825 )
2019-02-20 11:55:01 -03:00
18fd2780d7
Fix bad translation (auto-translation) ( #20685 )
...
* Change Bad translation (auto-translation)
* Fix typo
2019-02-20 11:54:42 -03:00
b0edf27c8a
updated index by adding explode() function ( #33621 )
2019-02-20 06:40:01 -08:00
5bb85c3409
Translated the Add Images to Your Website ( #20587 )
2019-02-20 11:38:08 -03:00
15052dfdf8
Grammar corrections - third and forth paragraph ( #20597 )
...
Added some grammar corrections on the third paragraph, including a mistyped sentence, along with some basic grammar errors that were fixed..
2019-02-20 11:28:41 -03:00
acab326f8a
Fix text to follow portuguese language syntax ( #19077 )
...
Change the positions of some words to be in accordance with the syntax rules of the Portuguese language.
2019-02-20 11:14:53 -03:00
0e9e73e377
Correctly translated into Russian ( #28241 )
...
* Correctly translated into Russian
* Grammar errors corrected. Fixed Markdown markup.
2019-02-20 14:36:22 +04:00
59aa8a4a86
Fixed spelling 'child' ( #28697 )
2019-02-20 13:02:03 +04:00
e68e75639c
fix syntax and lexical errors in ES6 1-4 les ( #26726 )
...
* fix syntax and lexical errors
* fix syntax errors in Create an Export Fallback
* fix syntax and lexical errors in Template Literals
* fix syntax and lexical errors in es6 const declare
* Improved 'Russian' translation
2019-02-20 12:56:36 +04:00
853311c57a
Added 'difference between macros and functions'part ( #32372 )
...
I have explained the basic differences between macros and functions.
2019-02-20 01:05:00 -05:00
f2b3e2091a
Minor code corrections and text clarification ( #30123 )
2019-02-20 00:11:11 -05:00
31490d2b6a
fix(client): touching the edges on learn welcome page ( #35296 )
2019-02-20 08:06:43 +03:00
2424f7892b
Small edits ( #29888 )
2019-02-19 23:24:41 -05:00
551c97feb1
Update: Added info re uppercase and lowercase ( #35094 )
...
* Update: Added info re uppercase and lowercase
Included information to explain that lowercase and camelCase can be used for const identifiers.
* Fix: corrected mutable to immutable
I corrected the error that uppercase is used for mutable values.
* Fix: changed ** ** to <strong></strong>
I changed the markdown ** ** to <strong></strong>, as I was informed that ** didin't work.
2019-02-19 23:12:46 -05:00
359a776425
Update index.md ( #32427 )
...
Explained the space and time complexity of counting sort
2019-02-19 19:24:29 -08:00
6994353c99
docs: Update guide of counting sort implementation heading add specific language( #26859 ) ( #29407 )
2019-02-19 18:50:50 -08:00
1b4122cfef
Updated index.md: C++ implementation for count sort ( #26609 )
...
* Update index.md
Added a C++ implementation to count sort using std::vector
* fix: added code block syntax
2019-02-19 18:49:13 -08:00
4ba7381167
Remove "jQuery" from "JavaScript Frameworks" ( #32195 )
...
It is more or less inaccurate to define jQuery as a framework. Many people don't mind it, though. To see the difference between the concepts of libraries and frameworks, please refer to "inversion of control": https://stackoverflow.com/questions/3057526/framework-vs-toolkit-vs-library/3057818#3057818
2019-02-19 18:20:50 -08:00
228807ec63
Added additional references ( #31728 )
2019-02-19 17:38:37 -08:00
0b44bb7fae
Add installation help for Ubuntu ( #35305 )
...
Add a CRAN URL with the guide for installing R on Ubuntu
2019-02-19 14:47:53 -08:00
f36dd205e3
simplified and fixed grammar ( #34003 )
...
simplified text in several places
fixed grammar and typos
added a link to the reference section when it's referenced in the article text
2019-02-19 14:43:47 -08:00
4d6470c7c0
detailed article on pandas data visualization. ( #34184 )
...
* detailed article on pandas data visualization.
* Made updates as per the guide rules.
Proof read it and made the review changes.
2019-02-19 14:34:24 -05:00
46be1e2ed1
fix: React: Give Sibling Elements a Unique Key Attribute ( #34648 )
...
* feat: added additional test
Added additional test, formatted description and updated instructions and solution
* fix: removed unnecessary linebreaks
2019-02-19 14:29:06 -05:00
d6f8ddfdb3
Add strtolower function ( #31351 )
2019-02-19 10:40:21 -08:00
341327281d
added two additional attacks ( #33881 )
2019-02-19 06:50:30 -05:00