Commit Graph

3411 Commits

Author SHA1 Message Date
Tanmay Arora
aaba4c0987 Explanation.md (#30081)
Explained and simplified a few core concepts
2019-02-20 18:50:29 -05:00
Rachel Irene Lunan
fe37a0a998 Update index.md (#29850)
made some mild proofreading edits to the text
2019-02-20 16:33:18 -07:00
Kaunaj Banerjee
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
Agnes Brettl
43daf92211 Update the text to make clear the main definition (#27237) 2019-02-20 18:16:44 -05:00
carsandparties
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
Gabriel Hoverman
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
Harikrishnan
463acd85e8 Detailed article on Pandas-Series (#31661) 2019-02-20 11:35:49 -05:00
Rajiv Ranjan Singh
739eefa9d2 Update index.md (#35212) 2019-02-20 08:35:21 -08:00
Harikrishnan
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
Harikrishnan
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
Daniele Pedone
4bd426500f Added info for stdClass (#31363)
* Update index.md

* fix: changed strClass to stdClass
2019-02-20 07:03:27 -08:00
Matt Christensen
b0edf27c8a updated index by adding explode() function (#33621) 2019-02-20 06:40:01 -08:00
Papun Charan
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
Juan D Frias
f2b3e2091a Minor code corrections and text clarification (#30123) 2019-02-20 00:11:11 -05:00
Connor
2424f7892b Small edits (#29888) 2019-02-19 23:24:41 -05:00
Kaustubh J
359a776425 Update index.md (#32427)
Explained the space and time complexity of counting sort
2019-02-19 19:24:29 -08:00
Ankit Sharma
6994353c99 docs: Update guide of counting sort implementation heading add specific language(#26859) (#29407) 2019-02-19 18:50:50 -08:00
ngutierrez31
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
Yizhou Sun
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
Andrew Rohde
228807ec63 Added additional references (#31728) 2019-02-19 17:38:37 -08:00
Sudhakar Kumar
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
Sacha DeAngeli
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
Harikrishnan
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
Tankica
d6f8ddfdb3 Add strtolower function (#31351) 2019-02-19 10:40:21 -08:00
okiwoki
341327281d added two additional attacks (#33881) 2019-02-19 06:50:30 -05:00
ananya
a0992342d2 Add text (#29183) 2019-02-19 06:00:19 -05:00
Garret Kemp
02ef934ce5 replaced freeCoceCamp -> freeCodecamp (#35292) 2019-02-18 23:14:19 -08:00
GentlemanlyHippo
0df20f3e79 Add hardware flaws as a way to attack (#26607)
* Add hardware flaws

* Grammar fix
2019-02-19 01:23:45 -05:00
Kuldeep Patel
a6a3b685da Add Some JavaScript History (#30089) 2019-02-18 18:25:44 -07:00
winetoys
5eb0555b5e spelling (#31203) 2019-02-18 12:49:58 -06:00
Mark Gross
0074d2a11d Add bash-configuration (#29988) 2019-02-18 12:49:20 -06:00
Kingsjo1
d53d0cf88d Add Man page (#28750) 2019-02-18 11:58:40 -06:00
Alex Dumitru
7f6fba32c0 added example with output redirect to new file (#27734) 2019-02-18 11:41:59 -06:00
Prakhar Varshney
4fd6515e1e fix the case in title (#28559)
* fix the case in title

* fix: corrected verbs' spelling
2019-02-17 19:39:41 -08:00
MariusTv
0afc6a15c6 ES6 Object destructuring - set default value (#31025) 2019-02-17 19:21:46 -08:00
Debalina
fd3fbf50e5 (chore) add mdn link for let and const (#29829)
* (chore) add mdn link for let and const

Add further reading section and included mdn link for let and const

* fix: corrected link syntax
2019-02-17 19:11:19 -08:00
MariusTv
28276ae4af ES6 desctructuring - default values (#31018)
* ES6 desctructuring - default values

* fix: moved array spread operator section
2019-02-17 19:03:50 -08:00
Adi
f5ab32315f Update index.md to add the get method (#27185)
* Update index.md

Adding the Get method to the dictionary

* Grammar fix
2019-02-17 20:56:31 -05:00
Aaron Gottlieb
d5df6b1721 Links to popular boilerplate projects (#29833) 2019-02-17 19:24:15 -05:00
Craig Iturbe
70745216bd Update index.md (#27138) 2019-02-17 19:03:58 -05:00
Nathan Hannig
789746aaca fix: update React installation guide to make it shorter (#26707)
* fix: update installation guide to make it shorter

* Remove duplicate info, link sources
2019-02-17 18:43:43 -05:00
MariusTv
d6fa57cd2f Update ES6 array destructuring (#31017) 2019-02-17 14:37:56 -08:00
Nischay Hegde
c2e6329296 Fixed grammar, among other things. (#27130)
Since `#include <bits/stdc++.h>` is not a part of the C++ Standard, it was changed to more appropriate headers.
Also fixed the grammatical errors here.
Added a few helpful links.
2019-02-17 17:12:48 -05:00
KurtWayn3
e6143c7cf5 Update Props Guide to Include a Working Example (#32683) 2019-02-17 12:45:44 -05:00
KurtWayn3
23d6381828 Update JSX to Include How to Use Maps (#32698) 2019-02-17 12:44:50 -05:00
KurtWayn3
aa716b40d1 Add Information on Object Initializing in ES6 (#32835)
* Add Information on Object Initializing in ES6

* fix: added front matter block
2019-02-17 12:43:24 -05:00
RunsWithSquirrels
2f78a38885 Added Punctuation and Clarified Information (#29691)
I added a period to help make the article appear cleaner, as well as some further information with an already-established link to help clarify what the link tells the reader.
2019-02-17 09:53:04 -07:00
Sashweana
251fd0f4c1 Fixed spelling error and added new information (#28509)
* Fixed spelling error and added new information

- changed from built in to built-in
- added information for .count method

* Removed redundant construct
2019-02-17 06:25:06 -05:00
Shafrazi
6b4136c854 Added each method (#27159)
* Added each method

* Rephrasing sentence
2019-02-17 06:19:26 -05:00
Shafrazi
9988a61c56 Added include? method (#27129)
* Added include? method

* Added include? method

* Add colon for consistent formatting
2019-02-17 06:10:24 -05:00