Commit Graph

4031 Commits (b83ab53047c1a8f06d5ffc82c448daa3f3efa751)

Author SHA1 Message Date
Inho Kim 265d1df540 update Spanish translation of "About Vim" (#20850) 2019-02-14 09:08:01 -08:00
Gonzalo González Mora 285732a600 Typo y errores de traducción (#20916)
Se corrigen typos y errores de traducción

Fixes typos and translation errors
2019-02-14 08:58:35 -08:00
odm275 044dffb022 Reference to module/factory pattern in redux (#20884)
Mentioned that the factory pattern is actually used in Redux.
2019-02-14 08:57:18 -08:00
Gonzalo González Mora aeb5708ecc Typo y cambio de traducción (#20873)
Dejé "Python" en lugar de Pitón ya que es el nombre del lenguaje y no se traduce (más abajo se dejó como Python). El último párrafo estaba un poco confuso así que lo traduje de nuevo basándome en el original (https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/english/nodejs/index.md).
2019-02-14 08:56:42 -08:00
Inho Kim 6bcdf305c4 fix parallelism for Spanish translation (#20864) 2019-02-14 08:56:03 -08:00
Inho Kim 4ca2081c77 fix Spanish translation, more grammatically natural (#20857) 2019-02-14 08:53:20 -08:00
Inho Kim dfb0edccb5 fix Spanish grammar errors (#20827) 2019-02-14 08:52:18 -08:00
Lipis 5f8b892b72 Typescript -> TypeScript (arabic) (#35205)
* Typescript -> TypeScript (arabic)

* Update index.md
2019-02-14 08:14:48 -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
chingchinglcc 54e6f4d6ae add image (#27424) 2019-02-13 20:37:33 -08:00
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
Lipis 0dc0edcded Replace Github -> GitHub (Portuguese) (#35166) 2019-02-13 10:39:06 -08:00
Eloísa Fróes 6dfe1eecde added info and links to translated guides (#29877)
added date of Ruby publication, additional link and information to Why's Poignant Guide to Ruby.
2019-02-13 09:35:04 -08:00
Jean Silva 7476fa1ca4 Update informations about PropTypes lib (#32256)
* Update informations about PropTypes lib

* fix: Include title and localeTitle in top

* fix: frontmatter block
2019-02-13 09:20:40 -08:00
Baesse (Pedro) 9aa1e8e490 Adicionando Lista de Aplicações em Electron (#31737)
* Adicionando Lista de Aplicações em Electron

* fix: corrected link syntax on several links

* fix: removed redundant links
2019-02-13 09:19:03 -08:00
Bruno Nash d1c35fb86e Updates current Ruby version and adds references (#28920)
* Updates the current stable Ruby version to 2.5.3 and the corresponding link (points to 'downloads' so it's always up to date)
* Adds references to RVN, rbenv
* Cleans up formatting (extra spaces, misplaced periods and commas)
2019-02-13 08:50:29 -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
Pablo Satler 3c0cf31b4c Fix locale title (#24842)
- Fix the locale title to its right form
- Replace the name "Reagir" back to English
2019-02-13 07:35:16 -08: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
Skipper 1af0a39eae fixed: fixed translating problem. (#30914)
Fixed some translating problem from a Chinese programmer's viewpoint.
2019-02-12 21:06:55 -08: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
Eduardo Gomes Martins 72db776a71 Adding some more information (#21269)
* Adding some more information

Added some explanation about the loops. Make the things a little more easy to understando if you don't have some experience background.

* fix: changed users changes to 2nd person
2019-02-12 15:49:21 -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
Weder Ribas 1bcf65dd05 Fix incorrect proper name translation and phrases with wrong meaning (#22936)
Some occurences of proper names, like "React" and "propTypes" were wrongly translated to Portuguese.
2019-02-12 19:19:23 +00:00
Lipis 2eb5683c9b Replace Github -> GitHub (Chinese) (#35167)
* Replace Github -> GitHub (Chinese)

* fix: deleted extra GitHub
2019-02-12 11:16:22 -08:00
katherinefernandes 0af45f1325 Include date (#24591) 2019-02-12 10:49:37 -08:00
Lipis 504728857f Replace Github -> GitHub (Arabic) (#35169) 2019-02-12 10:28:06 -08:00
Lipis e85a60515e Replace Github -> GitHub (Russian) (#35170) 2019-02-12 10:25:19 -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
S R a2cd8efb0d New file for Iterator pattern (#28045)
* New file for Iterator pattern

Pattern description and sample pseudocode added.
Code needs more work.

* fix: add front matter block
2019-02-10 17:24:17 -08:00
Briana Cowles 510654c040 Created documentation of calloc (#27558)
* Created documentation of calloc

this file used influence from other files in the c docs for consistency

* Rename calloc to calloc.md

* Rename guide/english/c/calloc.md to guide/english/c/calloc/index.md
2019-02-10 17:22:55 -08:00
Koustav Chowdhury d48da61e24 Add an interesting application of passing pointers to functions (#23831)
* Update index.md

* fix: added line break
2019-02-10 10:30:03 -08:00
samsm929 16ba2d7785 Noted that method 2 is named Sarrus's Rule (#33999) 2019-02-10 10:25:25 -08:00
Logan 141951f7a6 <pre> Formatting for Examples (#24814)
Adding formatting for examples to make them easier to read.
2019-02-10 10:20:50 -08:00
Jack Kang 7adf47c4b5 added definition of 3x3 determinants (#23844)
added additional info about 3x3 determinants and their meaning (geometrically) as well as the fact that they are also the volume of a parallelepiped.
2019-02-10 10:19:04 -08:00
CosmicSnowman 766d217b94 Updated Cross Multiply with definition and example (#21673) 2019-02-10 09:39:00 -08:00
Devashish Gupta b7d900eb9b Public type blockchain Added (#30440)
BlockChain
2019-02-10 09:48:47 -07:00
Johnson c47a7f0bf1 fix some translate error (#34138) 2019-02-09 22:06:59 -08:00
Gonzalo González Mora 320f4c3637 Corrige el título - Fixes title (#20958)
Small fix in title

Pequeña corrección en el título
2019-02-09 16:58:03 -08:00
Prajwal Bajracharya e0035a44a9 Add explanation for selected elements (#28044) 2019-02-09 16:51:21 -08:00
Gonzalo González Mora 11e8758d07 Typos y errores de traducción - typos and translation errors (#20931)
* Typos y errores de traducción - typos and translation errors

Socket.io is not known as Zócalo.io, so I changed it back. Also fixed some small translation errors.

Socket.io no se conoce como Zócalo.io en español, así que lo volví a cambiar. También corregí otros errores de traducción pequeños.

* fix: added localeTitle back to article
2019-02-09 16:42:06 -08:00
Shen Lim 202ca8efc2 Add inline code (#28019)
* Inline code

Add `arg()` inline code;
Minor spelling fix

* fix: removed extra frontmatter character
2019-02-09 16:55:37 -07:00
Debalina Mukherjee 2e11dcb1ea Add mdn link for map function (#29883)
Add resources section and include mdn link for map function
2019-02-09 15:02:26 -08:00
Amitkumar ddc8839e67 Doc: Adding HTML Editors Documents (#33343)
* Add new Content flex box

* add content FlexBox

* add content flexbox

* add content flexbox

* improve bootstrap doc

* improve the bootstrap doc

* improve the bootstrap doc

* Create fcc123

adding jumbotron documentation..

* adding document html editors

* fix: made Editors folder lowercase

* chore: delete unwanted file
2019-02-08 13:39:33 -08:00
Jason Yung bff8e37049 Clarify ReactDOM.render usage (#34682)
* Clarify ReactDOM.render usage

demo code misleads campers into thinking that the second arg for ReactDOM.render is a string

* Update index.md
2019-02-08 07:53:38 -08:00
Mariya 1b897a26c0 improve translation of key terms, sentences (#27805)
changed some key terms to more appropriate terms in Russian, rewrote sentence structure
2019-02-08 18:07:19 +04:00
Mariya 67477731b1 improve translation (#27787)
changed key terms on more appropriate analogues, improved sentence structure
2019-02-08 18:06:22 +04:00
Vladyslav Dvorak a4567aaa8b Update index.md (#27760)
Structure and grammatic changes
2019-02-08 18:04:29 +04:00
Vladyslav Dvorak 5ecf5431cf Update index.md (#27755)
ctructure changes
2019-02-08 18:03:42 +04:00
Mayur Garg 83ef9029fb Added "I/O types" and "equality of range objects" (#27417)
* Added "I/O types" and "equality of range objects"

Added information about the types of input and output arguments in Python 2 and 3. Added the concept of equality of range objects wrt to == operator in Python 3

* Minor formatting changes

* Minor changes

* removed extra backticks and correct front matter
2019-02-07 15:19:40 -07:00
Mike Bottom 3f36c8549d Update index.md (#35035)
Grammar, one word removed ("ever"), to reflect more typical phrasing.
2019-02-07 08:16:04 -07:00
whoandrewis 445f8ac27e Added ex C style Cast - important to recognize (#27371)
Additional note on how C-style casts are not recommended. Important for people to recognize when they come across, and modify if they wish.
2019-02-07 08:15:33 -07:00
The Coding Aviator f683a487d1 Added solution to Learn about Tertiary Colors (#34360)
Update guide/english/certifications/responsive-web-design/applied-visual-design/learn-about-tertiary-colors/index.md

Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com>
2019-02-07 16:01:58 +01:00
Nemanja Jeremic 5fbdb753a7 added full explanation and solution for the challenge (#34364)
* Update index.md

* added second solution as suggested
2019-02-07 14:08:29 +01:00
Pratik Lodha 08390807c8 Improved clarity of template literals (#29658)
* Improved clarity of template literals
2019-02-07 14:01:59 +01:00
Gerardo Blanco 3d9eac9285 Improvement for spanish translation (#29637)
Minor changes on common spanish grammar
2019-02-07 14:00:12 +01:00
Yingnan Li a8243bdf83 Add action creator description and change some improper translation. (#32860) 2019-02-06 23:26:34 -08:00
Who is my Name! 68cb8f7c5f extended the port list, add (mostly) all official ports (#33984)
from https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
2019-02-06 14:43:59 -07:00
Ulf Swedin bf585c0ae9 Some spelling corrections, is > are (#32039) 2019-02-06 14:30:10 -07:00
Straighter 5f9c497891 Added a note about nvme (#29814) 2019-02-06 14:29:23 -07:00
punit78 6b38bb4959 added new ports (#30921) 2019-02-06 14:28:33 -07:00
CarloMtzMartin 4605232212 Add basic information regarding Wordpress structure and templates. (#20475) 2019-02-06 20:01:01 +01:00
Istvan Acs 43f352d6de Add the text "(Syntactically awesome style sheets) is a preprocessor scripting language initially designed by Hampton Catlin" to the article (#27972) 2019-02-05 16:25:27 -07:00
Tri Eka Putra 666cc01175 Different types of motherboards (#29147) 2019-02-05 15:52:44 -07:00
Andrew 9b95da40e9 Updated spacing for Raspberry Pi (#27852) 2019-02-05 22:49:00 +00:00
Arno Bornman fc8f1b5a39 Add reason for using nodejs (#27323) 2019-02-05 22:34:57 +00:00
GentlemanlyHippo 7ce2fe78f2 Expanded what trojan looks like (#26613) 2019-02-05 14:46:41 -05:00
Wister 612552f47c added tools to view smart contract (#26389) 2019-02-05 14:42:52 -05:00
Eric Pfister 3c85bb9a41 Minor grammer changes and rewording (#29071)
Changed wording comparing desktops and laptops in final sentence of first paragraph. Edited wording listing manufacturers of motherboards. Add "t" to must in line 21, reworded sentence, and added "brands" to examples. Added "from the power supply." Rewording to connectors description.
2019-02-05 12:25:37 -07:00
Prajwal Bajracharya 47ccf0ff8e Explain Variables in Sass (#27112)
* Explain Variables in Sass

* Explain nesting in Sass
2019-02-05 12:15:44 -07:00
David Mc Cormack 2e0c720e8a Update line 28 and 34 (#27492)
Line 28 - added references to UEFI.
Line 34 - Syntax changes and some extra information
2019-02-05 12:04:31 -07:00
maidak95 98473c2582 Add paragraph "Two-dimensional Array" (#26347)
* Add paragraph "Two-dimensional Array"

* Fix formatting
2019-02-05 14:00:01 -05:00
Vyrza 026d73bd8b Add further references (#33540) 2019-02-05 08:27:51 -06:00
Rajiv Ranjan Singh 3b34827f1a Update index.md (#34940) 2019-02-05 07:37:59 -06:00
HRankit 8366e4e9d7 Fixed typo in the file. (#30059) 2019-02-05 07:34:44 -06:00
Jody 8165c211b4 Remove lone bullet point and change "get to" to "access" (#29161) 2019-02-05 07:32:26 -06:00
Jurica Zuanović ef1fe74b67 Fixing spelling (#27815)
Fixing spelling "percieved" to "perceived", "competative" to "competitive"
2019-02-05 07:30:40 -06:00
Manas Ojha c3ce26852a Changed some grammatical errors upto line 29 (#30607)
Line 11: removed new before technolgies//not needed
removed comma after developers
added being before invented
changed to what degree is this a good thing, 
Full stop after another time
added that after say
Removed are "dark arts" and added comma

Line 13: Rmoved all after often not //not needed
Line 15: Removed comma after user //not needed
Line 27:  Added "so" in one sense "you can say" that "your"
Line 29: changed for to by
2019-02-05 07:23:39 -06:00
Sidak Singh Aulakh fe085246c8 Use the Spread Operator to Evaluate Arrays In-Place, adding the proper solution. (Fixes #35022) (#35037)
* Adding proper solution for spread operation

Use the Spread Operator to Evaluate Arrays In-Place: adding the proper solution for the challenge

* made some more changes

* Fixed the Solution in es6 class constructor guide

Fixed the vegetable solution in Guide: Use class Syntax to Define a Constructor Function
2019-02-05 11:39:52 +03:00
Tony Tu 2baac0f8fe Update Cryptocurrency Chinese Index.md (#33243)
Correct some translations
2019-02-04 23:47:36 -08:00
Xiaojie(Aaron) Li 4d26147726 fixed articulation of introduction paragraphs (#30367) 2019-02-04 17:50:49 -07:00
Victor Alloza Visart fbaae6927e improved translation (#20258) 2019-02-04 23:33:54 +01:00
Alex Delude b2a55d4b02 Fixing spelling for "whose" and "ongoing" (#29904) 2019-02-03 16:13:34 -07:00
Dhruv Singh e71b82c7a4 [Chinese] Fix gitter href for official chat rooms link (#33232) 2019-02-02 22:56:55 -08:00
Mayur Garg 82a58dc1b8 Added "Variations of Import statements" (#27356)
* Added "Variations of Import statements"

Added detailed list of simple variations of import statements which can be used in python.

* Fixed spelling
2019-02-02 14:25:14 -05:00
Wingman J. Lee 0f94d9dcd3 added basic meta tags (#27961) 2019-02-02 09:05:16 -07:00
Varsha Margrette 5e8c958719 Update index.md (#30259) 2019-02-02 09:05:06 -07:00
Hawkings296 4a27b23027 Added description. (#27084)
Lines 25-30. Remove if unnecessary for this file.
2019-02-01 17:00:51 -07:00
j-frow 2242699f8a Add summary of commands in russian. Fix various sentences (#27318) 2019-02-01 21:58:30 +04:00
Lipis d349399e47 fix: replace Linkedin with LinkedIn (#34972) 2019-02-01 16:42:53 +05:30
Sherman 664ac2fb49 Added more information and additional links (#33933)
* Added more information and additional links

* Fixed link
2019-01-31 21:12:45 -08:00
Nischay Hegde aaf9d30677 Fixed grammar and Indentation (#27154)
Fixed grammar and corrected some ambiguous statements.
Changed some code to bring uniformity in indentation.
2019-01-31 16:39:16 -07:00
Skipper a18d7981e6 fix: fixed markdown grammar error (#30910)
There are some markdown grammar problems,I had fixed it.
Hopefully it can works.
2019-01-30 18:43:58 -08:00
Aathil Ahamed abacc3283c updated Jquery.md (#28625)
I have add more some details and some facts
2019-01-30 16:47:40 -07:00
Pratik Lodha 158b27c715 Update example explanation in detail (#29643)
* Update example explanation in detail

* Update index.md
2019-01-30 15:13:16 -08:00
Maddineni Akhil 064c649153 fixed script for file permission (#29661) 2019-01-30 14:29:51 -08:00
Sai Kiran 7ea103fbfc Extra bracket removed in syntax section (#27705) 2019-01-30 14:25:04 -08:00
Amulya Gaur 2f57c6131c added types of sockets and their comparison (#30893)
Added information about TCP and UDP protocols and their corresponding sockets ie. stream and datagram sockets.
Comparison is also added.
2019-01-30 14:22:50 -08:00
Moon4Light a2bf343c82 Python: Completed article Creating GUI's in Python 3 (#29633)
* Python: Completed article Creating GUI's in Python 3

In this file I've completed the stub article which is about Creating GUI's in Python 3.

* Update index.md
2019-01-30 14:06:03 -08:00
Briana Cowles c6d4a54a7d small grammar changes (#27575) 2019-01-30 14:05:31 -08:00
Varian Caesar 6e80bb3c79 edit(guide): restructuring the sample code (#29654)
Add some comment, edit some line of codes to make it easier to understand.
2019-01-30 13:58:17 -08:00
Lola df1eff0d9f Fixed some mistakes (literal translations) (#25906)
Some commands were translated literally. Fixed those.
2019-01-30 14:57:14 -07:00
squidnerd 3ff24a2a84 Corrected typos, grammar (#27201)
Fixed some spelling, capitalization, and punctuation errors and did minor edits for clarity
2019-01-30 13:54:35 -08:00
James Hogan 113a64b37a Outlining the concept of Heuristic Review (#28833)
* Outlining the concept of Heuristic Review

* fix: removed stub information
2019-01-30 13:46:31 -08:00
JR 0f612b8ef7 added DNS category and a resource record type subcategory w/ a stub f… (#28487)
* added DNS category and a resource record type subcategory w/ a stub for A records

* changed file named to index.md

* update: removed stub info

* Update index.md
2019-01-30 13:46:07 -08:00
Utkarsh Raghav dc27b9a4cc created data type conversions (#27645)
* Created Data Type convertions

Converting different data types to required types.

* Rename Data-type-Convertions to data-type-conversions

* Change file to .md

* Rename guide/english/python/data-structures/data-type-conversions.md to guide/english/python/data-structures/data-type-conversions/index.md
2019-01-30 13:31:01 -08:00
Francois 91c94cc4da Added File on the Basics of Simplex Method for Solving Linear Programming Problems (#27040)
* Create Basic-Simplex-Solution

Basics on Solving Linear Problems using the Primal Simplex Method and additional information on Alternative Simplex Algorithms.

* Rename guide/english/mathematics/Basic-Simplex-Solution to guide/english/mathematics/linear-equations/basic-simplex-solution/index.md
2019-01-30 13:27:53 -08:00
John Folder d12af36794 Create chart.js (#26904)
* Create chart.js

* Rename guide/english/javascript/chart.js to guide/english/javascript/chart-js/index.md

* fix: added frontmatter
2019-01-30 13:26:23 -08:00
Manuel Soler 4901dcc5b0 Update index.md (#22143)
Translation mistakes in some commands corrected
2019-01-30 14:02:06 -07:00
Marco Koch a4d9c68039 Fix wording within creational patterns (#24044) 2019-01-30 03:38:34 -05:00
P Karthik Chowdary 3b5b0e22a7 Added a conditional note on application of break and continue (#33298) 2019-01-29 12:14:56 -07:00
Kaustubh J c731321661 Update index.md (#32520)
Added few more points for Switch vs If-else
2019-01-29 11:19:49 -07:00
codestin ed542ea7d4 Update index.md with grammatical improvements (#28862) 2019-01-29 11:16:59 -07:00
Rohan Jha 1edffae901 Grammatical Correction (#32446)
Made a small grammatical correction in line 64
2019-01-29 10:16:21 -07:00
veera-potnis a4836c1a65 Google Colaboratory (#28675)
Information about a machine learning online environment.
2019-01-29 09:33:13 -07:00
Ria Cheruvu b3f88b5a2a fix: Update index.md (#24727)
Updated section on basic pipeline for supervised learning to be more accurate and cover all the steps. Added link to Machine Learning Mastery website in the More Information section.
2019-01-29 09:11:17 -07:00