Commit Graph

3587 Commits (48eaeb953e6d7d216e3d5dea6ce23141dcc33412)

Author SHA1 Message Date
heymanpreet 2c1fbfea28 Added expansion of translation phase (#30314) 2019-02-23 14:47:25 -08:00
Praedor 61618d1e95 Corrected Grammar Mistake (#27225)
Acronyms are meant to be capitalized and (optional) periods between letters.
2019-02-23 14:44:43 -08:00
Alex 82e42bc21c Added in on good v. bad comments (#29942)
Added paragraph about best commenting practices in the introduction and relevant FreeCodeCamp link in the More Information section.
2019-02-23 16:06:57 -05:00
Shamp 06fe81b587 good practice for java doc (#29252)
good practice for java doc
2019-02-23 15:17:24 -05:00
Angelisa 132c0260c4 Added descriptions (#31641)
to Brackets and Sublime Text sections.
2019-02-23 12:31:40 -07:00
Sparsh e3b9659b00 Added "cost of js in 2018" additional resources (#30485) 2019-02-23 12:04:02 -07:00
Hadhemi 9506495042 Update index.md (#29597) 2019-02-23 11:58:16 -07:00
typinghands 3d41c07e86 Added 1 resource to the blogs area (#28570)
Added a specific medium article where they collected the most mentioned javascript books. Medium describes the list as, quote "Google’s BigQuery analysed top mentioned books of Hacker news , Stack Overflow and Reddit."
2019-02-23 11:57:30 -07:00
LOHare 6e2d7b0a7e Added 4 addition websites to the Tutorial SubHeader (#28488)
*   [Udacity Intro to JavaScript](https://eu.udacity.com/course/intro-to-javascript--ud803)
*   [Tutorial to React](https://reactjs.org/tutorial/tutorial.html)
*   [Introduction to Babel](https://flaviocopes.com/babel/)
*   [Khan Academy - Intro to JS](https://www.khanacademy.org/computing/computer-programming/programming)
2019-02-23 11:56:54 -07:00
Rajiv Ranjan Singh 04421a979c Update index.md (#35373) 2019-02-23 13:43:31 -05:00
Oliver Eyton-Williams 36bad642c2 Add variable declaration (#34702)
* Declare variable

* Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array/index.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-02-22 14:03:34 -08:00
marcosetm c835c4485a add align properties and code samples (#31396) 2019-02-22 10:39:02 -08:00
Kristina Gern fad914550f Edit for clarity (#32927) 2019-02-22 10:35:21 -08:00
a-Daley 635000c646 Added "the" to line 17 and comma to line 33 (#30754) 2019-02-22 10:34:10 -08:00
Ethan 4398114837 Added a CSS line-height page to the guides (#33288) 2019-02-22 10:29:26 -08:00
Blake Lambert dd9ce2bc2a Added information on inheritance in Python (#26572)
* Added information on inheritance in Python

* Formatting changes
2019-02-22 03:33:16 -05:00
KartikSoneji 9389c7342c Added the diamond operator (<>) (#31291)
* Added the diamond operator (<>)

* Update guide/english/java/generics/index.md

Co-Authored-By: KartikSoneji <kartiksoneji@rocketmail.com>

* Changed <> to &lt; and &gt;

* Changed &lt; and &gt; to be escaped by `. Fixed Code Style to be Consistent.

* Formatting changes
2019-02-21 21:03:52 -05:00
Harkirat Singh e202b917d6 Update index.md (#35323)
* Update index.md

Completion of solution code.

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>
2019-02-21 09:32:41 -08:00
dsb4343 5cb5c11df9 Added tutorial video for Java. (#33338) 2019-02-21 03:29:22 -05:00
Rodrigo Araujo f366b32d92 Changed wording (#33085) 2019-02-21 03:10:57 -05:00
S R 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
Kelsey Edelstein 8448e71299 Add two CSS multi-column properties to index.md (#33054) 2019-02-20 23:06:21 -08:00
Cameron Behdani 1817e12c15 Added additional improve CSS performance tip (#32930) 2019-02-20 22:00:49 -08:00
Gabriel Hoverman 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
Prajwal Bhatia 26b8e46af7 Add "Asynchronous nature" to the article (#33366) 2019-02-20 17:02:37 -07:00
deathwarden150 2c10d23ac3 Update index.md (#30265)
Added a point in Disadvantages.
2019-02-20 16:59:17 -07:00
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
Ayushman9454 93537670c0 added color input (#27096)
* added color input

* Added further details and formatting
2019-02-17 06:01:20 -05:00
Jonathan Lawrence 8c0d082b05 Make Definition Clearer (#35178)
* Make Definition Clearer

* readability update

Co-Authored-By: lawrencejon <lawrencejon97@gmail.com>
2019-02-17 05:13:02 -05:00
Sean ef369d5241 Fixed formatting for SQL RIGHT JOIN (English) (#26328)
Used consistent formatting for table results
2019-02-16 23:36:33 -05:00
Zach Zhao f9ffbe305c Prototype Chain Cycles (#25980)
* Prototype Chain Cycles

* Fix error message
2019-02-16 23:28:39 -05:00
hkRho 86caa14ead Added comma to line 48 (#31604) 2019-02-16 23:23:16 -05:00
gourabk121 0ced2546ec add the lines (#25846)
* add the lines

* Grammar and formatting fix
2019-02-16 23:21:42 -05:00
Ratnesh Jasiwal 96bfcfd654 Installation of latest laravel commands added (#34181) 2019-02-16 12:43:29 -07:00
Michael Piekutowski c68f606c03 Readability Fix (#28000)
I attempted to smooth out the readability of the second sentence of the second paragraph in the "JavaScript" section of the article without changing its meaning to enhance the user experience.
2019-02-16 12:21:53 -07:00
Andonov Florijan 5025882f7e I have added Latest Version (#33002)
Latest Version section added to the file. I want to continue developing the laravel portion of the repo.
2019-02-16 11:51:29 -07:00
Rachel Irene Lunan cafbe33cc7 mild proofreading edits (#29854)
removed repeated words and unnecessary punctuation
2019-02-16 10:41:49 -07:00
Genevieve L'Oreal cf0ebc2846 Added Quickstart Tutorial and formatting changes (#29412) 2019-02-16 10:12:23 -07:00
Debalina 7bd476c232 add code snippet: logical operator (#29842)
add code snippet for logical operator short-circuit evaluation
2019-02-16 10:02:27 -07:00
Chris Bassey d66d92b8df Added get laravel (#28860)
Added some description for Laravel installation
2019-02-15 19:23:45 -07:00
Tim Sparks 7872dda58b change conceling to concealing (#35237) 2019-02-15 17:10:59 -08:00
Sarah Hasnain 63d31ba61e Added info about Mozilla Accessibility tool (#33758) 2019-02-15 17:57:32 -06:00
Alya Syahirah b1372bba15 Add info about Valet to article (#25124) 2019-02-15 15:28:06 -07:00
Sarah Hasnain 150d655306 Info about creating and verifying accessible PDFs (#33743)
* Info about creating and verifying accessible PDFs

* markdownize link, add space
2019-02-15 15:58:18 -06:00
Kelsey S d17bfe4abf Added Link to The A11y Project Website (#33557)
Added a resource to link to The A11y Project website, along with a short description of what the site offers.
2019-02-15 15:22:14 -06:00
Kelsey S 4381bd1b29 Add New Color Contrast Resource (#33543)
Linked to a new color contrast resource website that is good for Developers and Designers.
2019-02-15 15:06:16 -06:00
Praveen Kaushik 6b375206cf Added more Accessibility tools for web developers (#31040)
* Added more Accessibility tools for web developers

Added Screen Reader tools useful for accessibility development

* markdownize links

change & to 'and'
2019-02-15 12:35:42 -06:00
AnonProgrammer007 ec013401bb Update index.md Add 'please' & comma (#33015) 2019-02-15 12:12:32 -06:00
chelseybuttrey 521871ab8f Update index.md (#29856)
I added the WAVE Extention Tool for Google Chrome
2019-02-15 12:10:04 -06:00
Tom 25a6f0441f Update javascript comments guide [english] (#33456)
convert links + lists to markdown
remove redundant information
make it more readable
2019-02-15 13:33:20 +03:00
N-Gohel f70bf00b7e added two helpful tips (#26949)
* added two helpful tips

* Grammar cleanup and formatting changes
2019-02-14 23:55:37 -05:00
OLOGUNOWA Samuel ce17020fed Added a missing opening bracket (#34447)
There was a missing opening bracket for the array `romans`
2019-02-14 19:45:57 -08:00
SpeedX 5f228f9b44 Added rules (#32459)
* Added rules

Rules For naming variables added and checked the document

* fixed: made resources header smaller one size
2019-02-14 14:21:09 -08:00
Aaditree fadfbca63c Types of variables (#29670)
Types of variables specified in a class.
2019-02-14 13:20:07 -08:00
Linda Zanchi 59f490e22e edit for punctuation and capitalization (#30161)
Removed multiple unnecessary commas, added one necessary comma, added one capital in a title.
2019-02-14 14:03:39 -07:00
deathwarden150 6dd5960f40 update index.md (#31278)
Made comment better
2019-02-14 12:56:58 -08:00
Jeremy Nofs 9d39c5c384 Remove reference to using sudo for make files (#29674)
"For make file executable you should call this command under sudo chmod +x "filename"." Doesn't belong in this overview of bash scripts.
2019-02-14 12:45:43 -08:00
Varian Caesar c900cec85e edit(guide): simplify cost function (#29668)
Simplify the cost function for logistic regression
2019-02-14 12:45:14 -08:00
Jeremy Nofs 91684b8bf8 Change Byte to byte (#29667) 2019-02-14 11:11:24 -08:00
czakarian ec3e5df3b9 Update index.md examples with more detail (#26176) 2019-02-14 10:52:55 -08:00
Anna Tyrrell 0ddbda2c78 Add updating and destructuring examples. (#27628) 2019-02-14 08:09:20 -08:00
Lipis 5818b277c4 Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery

* JQuery

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>
2019-02-14 06:59:19 -08:00
tinkerinthevoid 0b32358936 fix(guide): add warning about a potential security issue (#33221) 2019-02-14 19:31:21 +05:30
Carys Mills 28b92c31a7 Add caution to Any Type documentation (#30412) 2019-02-13 21:15:29 -07:00
CodeStrike f86f39a97e -**Cost Reduction**- It's a very early phase in software testing so e… (#32352)
* -**Cost Reduction**- It's a very early phase in software testing so eventually it reduces cost of Testing as defects are captured in the early stage.

* fix: bullet formatting
2019-02-13 21:14:15 -07:00
Jozef Maloch 26bc83d9ed Reusability (#30317) 2019-02-13 21:00:55 -07:00
ianmoura a39b27cfa9 Fixed spelling and grammar issues (#32678)
Edited spelling and grammar
Added to description of OR
Edited capitalization of "True" and "False" for consistency
2019-02-13 20:57:26 -07:00
Rajiv Ranjan Singh af75d47594 Fixed Typographical Error in guide/english/react/index.md (#35187)
* Update index.md

* Update index.md
2019-02-13 20:48:33 -07:00
King Josaphat Chewa e360c8d627 Fix typo, line 46 (#32806) 2019-02-13 19:37:35 -08:00
kellyhuang21 0aa4d109d0 Added sentence on comparisons (#30208) 2019-02-13 19:36:54 -08:00
mkoument 4b7230001a Update index.md (#30306) 2019-02-13 20:13:53 -07:00
Mansour Fall b9227d0d99 added React maintainers info (#31341) 2019-02-13 19:57:28 -07:00
ReinyLegit 00f473ed97 Standardized and corrected truth tables (#29203)
Improved the truth tables by capitalization of truth values and standard order.
Changed "A" and "B" to "P" and "Q" (the standard abbreviations in propositional logic).
Corrected an explicit error in the truth table for Conjunction (one of the values for "P&&Q" was incorrect).
2019-02-13 19:56:54 -07:00
Shubhamjainagrawal 0be5360a93 described return 0. (#32117)
described use of return 0 in function.
2019-02-13 20:46:36 -06:00
superTO e719c154f6 Add "ng add" to Angular-CLI (#31561) 2019-02-13 18:45:06 -08:00
Shubhamjainagrawal 58e10048a6 Explained int main() (#32051)
Return value of main function explained
2019-02-13 20:26:42 -06:00
AKASH JAIN ed816b8266 Extra information (#31621) 2019-02-13 20:02:05 -06:00
Aditya K Kamath c5e7a9aa78 Fix comparison between sorting and search (#31149)
* Fix comparison between sorting and search

* fix: changed much to very
2019-02-13 16:21:13 -08:00
Kabir Hossain 2620693b20 example in php added (#26864)
* example in php added

php example of linear search added

* exmaple in php modified (#4)

exmaple in php modified

* example in php modified (#6)
2019-02-13 16:20:15 -08:00
ngutierrez31 e0d97ea3e1 C implementation of linear search (#26629)
* C implementation of linear search

C implementation of linear search using pointers vs array indexing

* fix: replaced existing c solution
2019-02-13 16:19:21 -08:00
codefreak_123 87bbbeee8d Added C code of GCD (#26779)
* Added C code of GCD

* fix: correct code format syntax
2019-02-13 15:40:56 -08:00
ankur 5181843c25 Add a gif showing binary search and linear search (#32384) 2019-02-13 15:39:07 -08:00
Nitin Chauhan ee9920fbb8 Avoiding overflow in getting mid index in Java (#25211)
* Avoiding overflow in getting mid index in Java

start + (end - start)/2 is preferable over (start + end)/2 to avoid overflow errors

* Update index.md
2019-02-13 15:37:30 -08:00
Juan D Frias 7d30fdbe3a Formating changes and clarified text. (#30093) 2019-02-13 17:15:01 -06:00
rish9898 99f25ca627 Add C++ code (#25437)
* Add C++ code

* fix: removed recursive version
2019-02-13 15:03:42 -08:00
Nitin Chauhan 36e356e6fd GCD function using Recursion in Python and Java (#25226)
function in Python and method in Java to perform gcd using recursion
2019-02-13 14:41:55 -08:00
hariom Choudhary f4e264e49d Extended Euclidean algorithm (#25148)
* Extended Euclidean algorithm

* fix: made header smaller
2019-02-13 13:34:52 -08:00
S.Hale f606d9cc6d Add GraphQL stub and opening paragraph for guide (#34992)
* Add GraphQL opening paragraph for guide

* Update guide/english/graphql/index.md

Co-Authored-By: s-Hale <aithne@homeport.org.uk>
2019-02-13 09:38:51 -07:00
Papun Charan fc8261d625 Corrected a misspelled a word and added the return (#30091)
The "printf()" was misspelled as "print()", so i corrected that and also added the part which describes what does printf() return,, and also added a sample code to clear the concept.
2019-02-13 09:37:16 -06:00
Ashley Woodall Clark bb70a07acd Add graphql (#26552) 2019-02-13 08:30:35 -07:00
John Folder 260426f3e2 Groovy hello world (#26908)
* Groovy hello world

* Added code formatting
2019-02-13 04:57:30 -05:00
jaceclowdus ed2d5f09ab Fix punctuation in line 46 (#27206)
* Fix punctuation in line 46

* Fix W3C Link
2019-02-13 04:51:12 -05:00
Himanshu Ladia feb713192d add markdown example using vscode (#26902) 2019-02-13 04:44:02 -05:00
lizantell 2c5ed5686d Added detail to semantic tags section (#24204)
Improved sentence structure
2019-02-13 04:39:06 -05:00
Jesper Brinch Korsbakke fdfe03e66a Added info to styling of margins (#26932)
* Update index.md

Added an explanation of how you can style the sides by themselves

* Replace 'sides' with 'margins'
2019-02-13 04:38:20 -05:00
v01d3tr 7705e1a805 fix: syntax update (#26895) 2019-02-13 04:31:16 -05:00
Nathan-Abegaz 3b9ae3d786 Best/Average/Worst Case Details (#23956)
* Best/Average/Worst Case Details

* Added list formatting
2019-02-13 02:46:58 -05:00
Chris Todd 90263a4916 To add a introductory Paragraph about .net core (#24200)
* To add a introductory Paragraph about .net core

Just thought as a beginner, it is really good to have a basic intro on .net core as i really struggled to understand the .net eco-system when I started out!

* Fix typos, add ref link, clean up sentence
2019-02-13 02:46:22 -05:00
ghukahr dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Sidak Singh Aulakh c9a4c901d4 Added Solution in Guide to while sass problem (#35172)
* Guide: added solution @while sass

Added proper Solution to the Guide for the problem Apply a Style Until a Condition is Met with @while, this is no longer a stub

* fix: used 2-space indentation and removed verbiage

* Removed images with broken links

* Added back the images previously removed.
2019-02-12 13:32:07 -08:00
Lipis 3e4bcf00b5 Replace Github -> GitHub (English) (#35168) 2019-02-12 09:00:17 -08:00
Derek Lane 15b14afe53 Add links to tools, grammar fixes. (#33765)
* Add links to tools, grammar fixes.

Added links to tools mentioned (Node.js, Chromium, etc.). Also fixed a few grammar issues.

* fix: removed link
2019-02-12 08:59:36 -08:00
Carys Mills cd8ce2dd93 Clean up React docs (#30431) 2019-02-12 08:28:47 -08:00
Stefan 25730a92ac Edited copy for grammar/flow (#26155)
I went through the text to fix some minor grammatical issues (eg, it's/its) and make the text descriptions flow better. I also added some extra code sections to clearly mark where there is code that will be typed into the editor.
2019-02-12 08:07:45 -08:00
Lipis 86b8cee810 Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
Muktesh cd31f06c4b fix: explain terms dynamic and interpreted in ruby guide's index.md. (#34769)
* fix: explain terms dynamic and interpreted.

* fix: corrected several spelling and grammar errors
2019-02-12 00:26:22 -08:00
smokiebacon bb339c2204 update index.md: explained a bit more about Gatsby (#32333) 2019-02-12 00:07:00 -08:00
Josh Wiegand 6360fed235 updated `ls` description to better match man pages (#30767) 2019-02-11 18:05:06 -08:00
Christian Coffey cdbd7dba3b Fixed a typo where 'ls' was 'cat' (#30629)
* Fixed a typo where 'ls' was 'cat'

'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example.

* Update index.md
2019-02-11 17:48:11 -08:00
grbagrbic 7041581a04 Add -d argument description (#28785) 2019-02-11 17:33:35 -08:00
Jared Scott 4d8b2ed063 fixed typo on bash-ls - removed master (#28387)
I fixed a typo where the usage showed cat rather than ls.
I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that).
2019-02-11 17:20:55 -08:00
andakawa 4c40b0de6c Update index.md (#31053)
Added additional information
2019-02-11 17:12:23 -08:00
anthonyjvoss 8bcd9b7334 Added ls -la example for file details. (#28130) 2019-02-11 17:07:18 -08:00
okiwoki 82d4496325 Added additional information on bug bounty prizes (#33887) 2019-02-11 16:30:29 -08:00
kavurivk bddc99e66d Added spark official logo (#30775)
* Added spark official logo

* Update index.md
2019-02-11 16:29:57 -08:00
m4eD c58af731f3 Add the text line 27 (#30820)
* Add the text line 27

add autoclose plugin

* fix: corrected typo
2019-02-11 16:09:51 -08:00
andakawa 6633cdb148 Update index.md (#31050)
Added technical features
2019-02-11 15:50:40 -08:00
agrygo c7b75a42eb added breaks to list (#28904)
* added breaks to list

added breaks to Data Sources section for readability

* fix: properly formatted ordered list
2019-02-11 15:43:18 -08:00
CL Mason ad96c3b71e fixed(guide): grammar flow issue (#29100)
* fixed(guide): grammar flow issue

Grammar flow issue in opening paragraph

* fix: corrected sentence structure
2019-02-11 15:42:12 -08:00
Nextheory Labs 527c9cd28e fixed typos (#32748)
* fixed typos

* Update index.md
2019-02-11 15:29:44 -08:00
mdhaq001 7b5161f2e4 Fixing minor punctuation issue 01 (#31268)
Added a full-stop "." at the end of the last line under "What is Electron, exactly?" paragraph.
2019-02-11 15:01:14 -08:00
Mo Aalabou 0b883427d8 Fixed spelling mistake "compatability" (#29926)
Fixed spelling mistake "compatibility" to "compatibility" in 3rd paragraph
2019-02-11 15:00:46 -08:00
ayagrwl c0605249cd Added More applications of electron. (#28604)
* Added More applications of electron.

Whatsapp Desktop , Twitch.tv , Wire and Light Table are some popular apps among the many others developed by electron.

* Update index.md
2019-02-11 14:59:17 -08:00
JawnsenTrain 444fcbd578 Created a file for the insert method (#26496)
* Created a file for the insert method

I tried to adopt your style of making these files in order to retain consistency.

* Rename list-insert-method to list-insert-method.md

* Rename guide/english/python/lists/list-insert-method.md to guide/english/python/lists/list-insert-method/index.md

* Added code formatting, changed more info link
2019-02-11 16:39:33 -05:00
Suzanne Ito 84324e704b Add article by The Nielsen Norman Group (#26524)
* Add article by The Nielsen Norman Group

* Add link formatting
2019-02-11 16:39:01 -05:00
Tom 469b6595b8 Fill in stub for "Install and require helmet" (#34100) 2019-02-11 13:27:33 -07:00
Tom 42f274b665 Fill in stub for infosec "helmet.hidePoweredBy()" (#34102) 2019-02-11 13:26:26 -07:00
Tom e74fcb2108 [guide] [english] Fill in stubs for helmet lessons (#34332)
* fill in stub for helmet lesson on noSniff()

* fill in stub for helmet lesson ieNoOpen()

* fill in helmet hsts() stub

* fill in stub for helmetjs lesson-DNS prefetching

* fill in stub for helmet lesson on noCache()

* fill in stub for helmetjs lesson on XSS

* fill in stub for helmet lesson 'parent'

* fill in stub for lesson on bcrypt

* fix type `is` to `it` on line 11

* fill in stub for bcrypt hash lesson

* fill in stub for bcrypt hash sync

* fill stub for helmet lessons overview

* fix spacing

* fix typo
2019-02-11 13:25:59 -07:00
Tom 723ef28ad1 Update index.md (#34108) 2019-02-11 13:25:35 -07:00
Tom aedcfad1c0 Fill in stub for infosec "helmet.xssFilter()" (#34109) 2019-02-11 13:24:55 -07:00
Mark Evans 75978cf818 Grammatical fixes (#30624)
Fixed a variety of grammatical inconsistencies
2019-02-11 10:31:49 -08:00
Dami 53104462a1 Added line 'Since Gatsby is Built on React' (#27503)
Outlining more reason to consider giving Gatsby a trial.....
2019-02-11 10:13:05 -08:00
Iva fcfbb61f27 Add section od querying data (#25182)
* Add section od querying data

* fix: corrected spacing in sentences
2019-02-11 10:12:06 -08:00
Julia Benton 14182b740f Added comma to line 26 (#31595) 2019-02-11 12:07:39 -06:00
Dan Keefe f93234d6dc Update/ Expand guide article on Godot from stub (#24649)
* Expand guide article on Godot from stub

* fix: made some headings smaller
2019-02-11 10:05:36 -08:00
John Albritton be0c8e064d Adds localhost:8000 to gatsby develop command (#24912)
Adds reference to localhost:8000 to gatsby develop command
2019-02-11 09:54:09 -08:00
Christopher McCormack 96c7188def fix: fixed merge conflict (#35147) 2019-02-11 11:25:52 -06:00
Dylan Rainwater 13115bfb4e Add block comment example and remove whitespace (#28816)
* Add block comment example and remove whitespace

* fix: capitalized string to match output

* fix: removed >
2019-02-11 21:48:16 +05:30
Mukesh Dasari 0de4ebb010 Added NPM description (#28473)
* Added NPM description

* fix: removed unnecessary sentence
2019-02-11 21:43:35 +05:30
hennesseehosting a65603cfc0 Add link to the "card" class for bootstrap 4 (#28293)
Panels have been replaced in the newest version of bootstrap. I added a link for the details.
2019-02-11 07:42:27 -08:00
Sudhakar Kumar 4e9cfa9404 Fix spelling and punctuation (#34348) 2019-02-11 07:41:44 -08:00
Nadeem Bhati 0563faf6e7 added hybrid blockchain type (#30885) 2019-02-11 08:09:15 -07:00
hennesseehosting 06f29ea112 Added "panel-footer" to code examples (#28271) 2019-02-11 08:04:03 -07:00
Alen Garibović da9ddc882c added different types of variables used in Swift 4 (#26877)
* added different types of variables used in Swift 4

* updated index.md

removed unnecessary prefix Swift
2019-02-11 06:38:37 -05:00
Kenny Zhou 342d8657a5 guide: add code explanations to algorithm (#25816)
Added a code explanation for the beginner and intermediate code solutions of the 'convert-html-entities' algorithm, from the js certification
2019-02-11 06:17:34 -05:00
KurtWayn3 95e541882c Add Keys with Examples (#32942)
* Add Keys with Examples

* fix: added front matter block
2019-02-10 19:32:24 -08:00
KurtWayn3 4d2c268cd6 Add Information on Hot Module Replacement (#32875)
* Create index.md

* fix: added front matter block
2019-02-10 19:29:55 -08:00
Terho 8debdfd2bc Added basic random examples (#32568)
* Added basic random examples

Python random library examples

* Rename guide/english/python/Random/index.md to guide/english/python/random/index.md
2019-02-10 19:23:42 -08:00
Mayank Khare ea464a0ca4 update index.md (#27221) 2019-02-10 19:16:59 -08:00
Adam Shaffer 44799d60de Create complex-number-plane (#28280)
* Create complex-number-plane

* Change Title to complex-plane

* Rename complex-plane to complex-plane.md

* Rename guide/english/mathematics/complex-plane.md to guide/english/mathematics/complex-plane/index.md
2019-02-10 19:15:21 -08:00
anthonyjvoss 70a2afef90 Created powershell-version file. (#28184)
* Created powershell-version file.

* fix: added front matter block
2019-02-10 17:24:53 -08:00