Commit Graph

1205 Commits (128dd4b9e89fd6afa4a1100de400169eab927f7a)

Author SHA1 Message Date
Isharab Ahmed f7c29339d5 Add 'python' book and course (#19186) 2018-10-15 22:56:09 -05:00
varchasva-tiwari ea983e5c13 Add info to the article (#19192)
It is also known as an 'entry-controlled loop' since the condition is checked before the next iteration. Another example of an 'entry-controlled loop' is a while loop.
2018-10-15 22:54:35 -05:00
varchasva-tiwari 51beff16ef Add info to the article (#19194)
They can be categorized as:

(a) Entry controlled loops- Loops in which the condition is checked before every iteration. e.g. for loop, while loop
(a) Exit controlled loop- Loops in which the execution takes place once even if the condition is false. e.g. for do-while loop
2018-10-15 22:54:02 -05:00
r3dsquirr3l 15de6b2491 added Recommended Reading section (#19105) 2018-10-15 22:52:12 -05:00
Thamizhselvan 133fbdeb25 fixed typo issue (#19429)
converted is to it
2018-10-15 20:51:49 -07:00
Ragunathan Maniraj c7ce87090f destructuring an array in ES6 rest (#19424)
* destructuring an array in ES6 rest

* fix: added const on line 56
2018-10-15 20:51:09 -07:00
Ragunathan Maniraj 44641ab13a destructuring an array in ES6 rest (#19426)
* destructuring an array in ES6 rest

* fix: removed extra space in each code line
2018-10-15 20:48:45 -07:00
r3dsquirr3l 3947a5bf03 formatting update, removed empty Source 2 (#19114)
closed off <li> tag from Source 1
2018-10-15 22:48:18 -05:00
Adrian Skar 5e5c162303 [Guide] Basic JS: Profile lookup. Fixes and enhancements (#19115)
- Add title
- Fixed HTML/markdown tags
- Resources to bottom and in markdown
- Deleted notes for contributors
- Add JS highlighting to code example
- Add alternative code solution and Run link
2018-10-15 22:47:34 -05:00
greggubarev 2ab6d429f5 Javascript: add hint to Replacing If Else Chains with Switch (#19116)
Add hint to Replacing If Else Chains with Switch (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/replacing-if-else-chains-with-switch/ and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/replacing-if-else-chains-with-switch/)
2018-10-15 22:46:55 -05:00
greggubarev 892232b70e Javascript: add hint to Return Early Pattern for Functions (#19118)
Add hint to Return Early Pattern for Functions (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/return-early-pattern-for-functions/ and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/return-early-pattern-for-functions/)
2018-10-15 22:46:00 -05:00
Alen Garibović b85e58deeb Added "Nested Functions" section to the file (#19120)
* Added "Nested Functions" section to the file

* Update index.md

* Revert "Update index.md"
2018-10-15 22:44:56 -05:00
Budavölgyi Bálint 179a6f6bc8 fix(guide): Fix typo and adjust examples (#19122)
Subsitute to substitute, and adjusted example messages to fit with the example images.
2018-10-15 22:43:55 -05:00
Lucas Gurgel 282ff3d4b7 Added info on nesting functional components (#19131) 2018-10-15 22:41:02 -05:00
Colin Crawford 49f5b96d4c Add section on creating redux middleware (#19093) 2018-10-15 22:40:47 -05:00
Dmitri Sim 3f9f258203 Added 'cp' command description (#19145) 2018-10-15 22:34:44 -05:00
Andrei Calinescu c1e2da97e0 Mentioned 3 types of lists at beginning (#19074)
The article structure and formatting doesn't make it obvious what the third type of list is, so I added the names of the 3 types of list to the first paragraph.
2018-10-15 22:34:10 -05:00
Budavölgyi Bálint 3fda823973 feature(guide): added usage of default parameters (#19087)
When the default parameters are not in the end of the parameters list, they still can be used if you pass 'undefined' arguments.
2018-10-15 22:32:46 -05:00
Lucas Gurgel 8d8b7843b6 Added another usage example and fixed typos (#19088) 2018-10-15 22:32:21 -05:00
asset-afv fb12f02104 Update to add-fractions-with-unlike-denominators (#19095)
Described second method for smaller common denominator
2018-10-15 22:30:23 -05:00
asset-afv 2a11e0dfd7 Improved wording in all-factors-of-a-number (#19096)
* Update to all-factors-of-a-number

Improved wording for better understanding

* Update index.md
2018-10-15 22:30:00 -05:00
vikash vaibhav 290e16e80d Variable Arguments (Varargs) Method (#19098)
if we need a method in which  number of parameters varies then use this type.
2018-10-15 22:29:00 -05:00
Chris Reyes 4f12490bcd Update index.md (#18898)
add ignite as a resource for getting started
2018-10-15 22:26:31 -05:00
Coo.King 23dddbf25f Update index.md (#19039) 2018-10-15 22:26:06 -05:00
Daniel Oliveira 6f4e23bf55 Add a guide article for the Elm architecture (#19042)
* Add architecture stub and link to it in language intro

* Add Elm architecture initial article

* Add wrap up section to architecture article

* Add link to official elm guide
2018-10-15 22:25:46 -05:00
Octar 80eeb06ac0 suggestion for OS X (#19047) 2018-10-15 22:23:05 -05:00
JonCanales 7d3219cb30 Add text "Learn More about CS" (#18939) 2018-10-15 22:21:45 -05:00
Denise Tran 1d217b53b5 Update index.md (#18947)
Added a python book recommendation to the book-recommendations page.
2018-10-15 22:20:47 -05:00
Coo.King 3939a4c433 Update index.md (#19051) 2018-10-15 22:18:59 -05:00
Andrei Calinescu 5efcae8dc0 Corrected typo (#19056) 2018-10-15 22:17:56 -05:00
Daniel Oliveira 3587cc0c4d feat: Add guide article for elm lists (#19059) 2018-10-15 22:17:05 -05:00
Andrei Calinescu d87ad0623f Fixed markdown syntax (#19060)
One backtick was missing from the starting tag of a code block, which had downstream effects.
2018-10-15 22:16:36 -05:00
Budavölgyi Bálint fce714b14b fix(guide): typos and change truthy to falsy (#19064)
A variable declared without a value, will be undefined, therefore it is falsy, not truthy (the example could have been pasted badly). Also changed falsey to falsy and added '' as another way to declare an empty string.
2018-10-15 22:15:47 -05:00
r3dsquirr3l eb8bf60a3c added Mastering Linux Shell Scripting (#19066)
- also updated link to Deep Learning and formatting
2018-10-15 22:15:08 -05:00
Andrei Calinescu feff7c2480 Updated confusing formatting (#19068)
Changed "<Required>" to "required", since the former can be confusing, especially to those new to coding.
2018-10-15 22:14:47 -05:00
Sai Sri Mourya Gudladona 70b05d3305 Added more list operations (#18934)
- Reverse a List
- Splice a List
2018-10-15 22:14:21 -05:00
Kevin Orlando 172828aaf0 adding guide for bash cp command (#18943) 2018-10-15 22:12:56 -05:00
Yoelvis Jiménez 80d7e048ac Update solution to challenge (#18946)
1. I added the line `$("#target4").html("<em>#target4</em>");` to solve the challenge.
2. I added link to official documentation and the freeCodeCamp guide.
2018-10-15 22:12:28 -05:00
iso 2c0b453b6a Corrected spelling error (#18949)
Changed "deifinition" to "definition" on first line of first paragraph (line 6)
2018-10-15 22:11:12 -05:00
Novel Alex 6a9e1da614 Adding a little more to the article (#18950) 2018-10-15 22:10:48 -05:00
Denise Tran 1d2797ac58 Added book recommendations (#18951)
Added 3 book recommendations to java resources page.
2018-10-15 22:10:21 -05:00
Novel Alex e754325a1d Adding instruction to enable virtualization (#18953)
I guess this is only for some computers because most of the computers I have used VMs on worked just fine but one of them gave me an error :VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
2018-10-15 22:09:45 -05:00
benpeterdalley 132c0d26a9 Updated the title, typos, and awkward sentences (#18954)
Updated incorrect use of 'Data science".
Updated title because section talks refers to both Data science and analysis.
Fixed some typos and phrasing inconsistencies
2018-10-15 22:09:27 -05:00
Novel Alex 2a9b43c942 Adding a link to Tkinter Documentation (#18955) 2018-10-15 22:09:02 -05:00
Michael 131e29402f Added more regarding the advantages of WP (#19401)
* Added more regarding the advantages of WP

* fix: bulletized contributor's advantage points
2018-10-15 20:08:44 -07:00
Solomon H 55b51d5c32 Added "Want to learn more?" section to index.md (#18956)
* Added "Want to learn more?" section to index.md

* Adjusted heading formatting
2018-10-15 22:08:30 -05:00
pakchrishtml 88f8389cec Update, added vw, vh example to values part index.md (#18964)
* Update index.md

vw, vh values added

* update: correctly added vw and vh units
2018-10-15 22:06:21 -05:00
Riddhi K f78d4eedfc Basics of Java Regular Expression (#18965)
Added basics of Java Regular Expression with example.
2018-10-15 22:05:50 -05:00
Naman jain c87c76f8cb include my added text to the file (#18972) 2018-10-15 22:04:10 -05:00
Sindhuri1706 d39331967e added intorduction to setup AWS S3 in Django project to store static assets and media files (#18975) 2018-10-15 22:02:12 -05:00
FTarfasse 9dd0cbca4d Added Python crash course book 2E (#18882) 2018-10-15 22:01:24 -05:00
Viggy Kumaresan a273923afb Added installation steps and documentation (#18921)
Wrote description, installation steps, and documentation link.
2018-10-15 22:00:34 -05:00
Chris Reyes f53940c5c0 add advantages for arrow examples (#18911)
explained benefits with code examples
2018-10-15 21:59:50 -05:00
Luka 32bd1a273d Linked an article about doing code reviews (#18620)
* Update index.md

Added an article about doing code review

* fix fixed link syntax and corrected grammar
2018-10-15 22:28:10 -03:00
Cezary Waś 39327cfd0c Typos and removing scripts from <head> section. (#19318)
* Typos and removing scripts from <head> section.

Removed scripts from <head> section description. "contains informations about the web site, exemple: style, meta-tags, scripts, etc..." (exemple on its own have typo), scripts doesn't containt informations about website.

* Update index.md

* Fixed the english mistakes and used better markdown
2018-10-15 22:13:47 -03:00
Anh N. Nguyen 57d59d5a77 Update java lambda expression guilde (#19102) 2018-10-15 20:57:27 -04:00
Matt Kaufman ee05051613 Fixed wording in first paragraph (#19355)
* Fixed wording in first paragraph

The fist paragraph looked like it was a bad translation into English, I cleaned it up to be grammatically correct.

* fix: corrected contributor's sentence

Also changed to STaaS.

* Update index.md
2018-10-15 17:53:00 -07:00
ConnBreathnach 9354cac5e6 Added links to the sites of frameworks (#19348)
* Added links to the sites of frameworks

* correctly formatted contributor's links
2018-10-15 16:54:58 -07:00
Yoelvis Jiménez f5590c1d0b Update solution to challenge (#18716)
* Update soluution to challenge

Add line $("#target4").html("<em>#target4</em>");
Link to Official Documentation and freeCodeCamp Guide

* Changec double quotes in JavaScript to single quotes
2018-10-15 20:37:13 -03:00
Heather Kusmierz b8f5e15c89 fix(guide): Fix book recommendation folder structure for mis-named file (#19386) 2018-10-15 16:07:07 -07:00
André Silva e6c9c6c124 Hotfix code formatting (#19387) 2018-10-15 23:54:31 +01:00
Andrew 7fc676a4d3 Fix(guide): Add C# book recommendations 2018-10-15 18:53:51 -04:00
Ginson Wong f097ffaf2e Added information on mobile cpus with summary (#18714)
-Added information stubs and summary on mobile cpus
-Tangible information on use sample cases for mobile which also contain cpus and its real world impact in the world of computing.
2018-10-15 15:44:11 -07:00
TheFishNiche 3d63972047 Punctuation fixes (#19350) 2018-10-16 04:03:47 +05:30
André Silva 4e141cd4e7 Hotfix typo (#19377)
* Hotfix typo

* fix: code formatting
2018-10-16 04:01:02 +05:30
André Silva 57cc378832 Quote output (#19374) 2018-10-15 23:19:35 +01:00
ConnBreathnach 9e2d073203 Added link for installing Python (#19353)
If the user does not already have Python installed, I'va added a link to redirect them to our other article about installing it.
2018-10-16 03:48:53 +05:30
mathur619 d475ad7108 Explained form elements. (#19017)
* Explained form elements.

* fix: cleaned up contributor's formatting

* fix: cleaned up formatting for form attributes
2018-10-15 15:04:52 -07:00
FarhanYaseen ac383c7632 Added npm list for local modules (#19210)
* Added npm list for local modules

Added npm list command to list locally installed modules

* Update index.md
2018-10-15 23:01:41 +01:00
greggubarev 9a1b895002 Javascript: Added hint to Match Non-Whitespace Characters (#19243)
* Javascript: Added hint to Match Non-Whitespace Characters

Added hint to Match Non-Whitespace Characters (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-non-whitespace-characters and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/match-non-whitespace-characters/)

* Replace match->matching

* Fixed grammar
2018-10-15 18:53:35 -03:00
Harsha Gudladona 9792d0976a Update index.md (#18912)
Updated Page struct and Name attribute in the Struct to follow best practices for Naming structs from [here](https://golang.org/doc/effective_go.html)
2018-10-15 16:39:46 -05:00
Viggy Kumaresan dc442f82b4 Fixed formatting of the sections. (#18919)
Adjusted spacing and formatting to make the text clearer.
2018-10-15 16:39:00 -05:00
Chris Reyes f67c81f01d elaborare on style options (#18920)
create numbered list with links for easy navigation
2018-10-15 16:38:14 -05:00
Shreyas Sunil Kulkarni 978c88a36c Updated index.md (#19365)
Made some change (π is not = 22/7 but only ≈(approximately equal to)
changed 'pi' to π
2018-10-16 03:07:37 +05:30
Petar Borisovski c3eb91b609 Added Linux® Notes for Professionals book to recommended books (#18929)
* Update index.md

* Added Pro PHP Programming - Peter MacIntyre

* Added C Notes for Professionals
2018-10-15 16:36:05 -05:00
Chris Reyes 2023d2bab5 add Heterogeneous enum, and description (#18930)
Add description of use for enums
2018-10-15 16:35:14 -05:00
Harsha Gudladona b9520deece Updated Object methods explanation. (#18933)
Fixed Object methods explanation and code samples to be more precise.
2018-10-15 16:33:29 -05:00
greggubarev 086758250b Javascript: edit hint (#19229) 2018-10-15 22:33:13 +01:00
Carcraftz 76881d4404 Added the reason to use socket.io over pure websockets (#18816) 2018-10-15 16:32:49 -05:00
The Coding Aviator 4348a4e1e2 Added solution to bootstrap text center challenge (#19230) 2018-10-15 22:32:17 +01:00
FTarfasse 7393ccfba0 Replaced unmentioned fields by correct field (#18880)
Concerned queries are line 35 & 43
2018-10-15 16:26:58 -05:00
vikash vaibhav 2379d56b38 to clear array-list (#18818)
* to clear array-list

* Update index.md
2018-10-15 16:16:53 -05:00
vikash vaibhav c31aa711d6 import package that needed only. (#18819)
* import package that needed only.

if the whole package imported, file size increases

* some features of ArrayList

* changed format

* Update index.md
2018-10-15 16:15:38 -05:00
Carcraftz 335c4b120b Stress the importance of cable management (#18822)
Added the fact that bad cable management can also affect cooling
2018-10-15 16:14:13 -05:00
baskaodo a4b23f11d0 attached link to descriptive image (#18873)
* attached link to descriptive image

* Update index.md
2018-10-15 16:00:33 -05:00
FTarfasse d69472db12 Remove unmentioned fields in line 39 query (#18877)
Replaced fields "studentID" and "FullName" by sat_score.
2018-10-15 15:57:58 -05:00
FTarfasse 1bd1bcdf05 Removed unmentioned fields from query on line 33 (#18875) 2018-10-15 15:56:26 -05:00
Amit Sharma 5f244a6cab Added BASH books (#18829)
* Added BASH books

Added links of BASH and unix programming books

* Made suggested changes in BASH section

* Made suggested changes in bash section
2018-10-15 15:46:01 -05:00
jonniebigodes 4fcf655252 fix(guide): Redux Selectors (#18837)
* Update client/src/pages/guide/english/redux/redux-middleware/index.md

updated the redux middleware guide with some corrections regarding speach and style.

* Update client/src/pages/guide/english/redux/redux-selectors/index.md

created a guide document for redux select  with a minimal example.

* added a space on the title on selectors guide

* Update client/src/pages/guide/english/redux/redux-middleware/index.md

corrected title on redux middleware guide
2018-10-15 15:45:48 -05:00
Leon Kochetkov d9b3fc3346 fix: surround tags with code tags (#18847)
* Update index.md

Fixed tags markup

* Update index.md
2018-10-15 15:43:43 -05:00
baskaodo f4118ad767 replace "positive" by "non-negative" (#18833) 2018-10-15 15:41:56 -05:00
domilearns eb7e7d1d1d Added a resource to the list (#18836) 2018-10-15 15:39:42 -05:00
Matt Kaufman bdf1be402e Fixed grammatical error of has vs have (#19351) 2018-10-15 13:39:02 -07:00
Sibin Blessen 4381e9107e Update index.md (#18841)
Button on-click animation.
2018-10-15 15:36:26 -05:00
Shaurya Vardhan Singh 1aafeb9859 added return type of main() (#18614)
- Add return type of main()
- Fix small formatting and add reference link
2018-10-15 13:34:54 -07:00
AkshitAggarwal ab37bb5080 Updated more than two conditions part. (#18868)
The tutorial seemed to miss the part that a cpp code can also take more than one conditions and also that else{...} will always run if conditions of if and else if are not true, hence it can also be skipped if necessary.
2018-10-15 15:33:24 -05:00
Stepan Soroka 6d251f37b6 Added commands 'lsof -i :<PORT>' and 'kill <PID>' (#18782)
Added command which helps to detect process which is using the port you want to use, and command which terminates a process with process ID you found using the previous command
2018-10-15 15:31:43 -05:00
Gerard Hynes 785f29c181 fix: update guide article on event handling (#19356)
* fix: update guide article on event handling

* fix: typo
2018-10-16 02:00:56 +05:30
Archit Singla d30678af2b feat(index.md) :- Added Thread lifecycle (#18773)
Added Thread lifecycle plus removed non working url
2018-10-15 15:11:34 -05:00
Jalaj c7630e27fc Update index.md (#18774)
Explained electron in more detail. Added advantages of using electron.
2018-10-15 15:11:00 -05:00
beawolf b1d4350efd Fixed grammar and code syntax errors. (#18775) 2018-10-15 15:10:11 -05:00
CarolineGriffin 1b9441f497 Added another author. Changed grammar. Added urls (#18764) 2018-10-15 15:09:24 -05:00
Zulfiqor 15515e62ea update set image card (#18783)
update set the height of the card image
2018-10-15 15:08:40 -05:00
beawolf b34e38ba75 Created guide for docker load command. (#18787)
* Created guide for docker load command.

* Updated subheading for consistency.
2018-10-15 15:08:08 -05:00
Pravinraj Mohan 59bce1e1ac Improved ng new command explanation (#18793)
Added some points on ng new command for improvisation
2018-10-15 15:07:49 -05:00
beawolf edae04c602 Created guide for docker kill command. (#18795)
* Created guide for docker kill command.

* Updated subheading for consistency.
2018-10-15 15:07:18 -05:00
Rahul Thakur dbcc177a99 Included Private variables in Class article of Python (#18803)
* Included Private variables in Class

* Removed Typos
2018-10-15 15:06:05 -05:00
Amit Sharma 04eed15fe5 Added new "touch" command (#18805)
Added new useful touch command used for modifying timestamps
2018-10-15 15:04:53 -05:00
SoFresher bcbc4c5416 Add "info about mysqli" (#18720)
* Add "info about mysqli"

Add the section "Some Important MYSQLi functions and their uses"
Add the link "for more information"

* Update index.md
2018-10-15 15:04:30 -05:00
Rahul Thakur da2392c3bf Added Pyramid Web Framework (#18807)
* Added Pyramid Web Framework

* Fixed some typos
2018-10-15 15:04:15 -05:00
Budavölgyi Bálint 2369fd0d41 fix(guide): added quote literals (#18808)
As quotes are another way to create empty strings, they can be used to create falsy values.
2018-10-15 15:03:39 -05:00
Amit Sharma 9673f70816 Updated guide with Apache installation (#18809)
Added installation for various operating systems
2018-10-15 15:03:21 -05:00
jonniebigodes 1dbcf1fedc Guide: Redux middleware (#18810)
* Update client/src/pages/guide/english/redux/redux-middleware/index.md

updated the redux middleware guide with some corrections regarding speach and style.

* fixeed title on guide redux middleware
2018-10-15 15:02:14 -05:00
Budavölgyi Bálint e38d7f8032 fix(guide): Remove logical faults (#18813)
Addition and multiplication examples have been left in the subtraction and division sections, possibly from copy pasting.
2018-10-15 15:00:47 -05:00
TheBear44 947382b952 Make title of bash command guides more consistent (#18814)
* Fix typo

* Fix typo

* Fix typo

* Fix typo
2018-10-15 15:00:10 -05:00
CarolineGriffin 0e758b8943 re-formatted text, checked urls, added resources (#18770) 2018-10-15 14:59:11 -05:00
baskaodo 424f639a11 add "definition" to the article (#18769) 2018-10-15 14:58:44 -05:00
Dhanajayan k 5e04f8aece fix(guide): CSS- Added changes to styling tables (#18762) 2018-10-15 14:55:12 -05:00
The Coding Aviator d25a4fcc4b Added solution to Use the Lifecycle Method componentWillMount (#18760) 2018-10-15 14:54:55 -05:00
SuciuCalin 57b5ee65ec fixed broken img link in `React from Scratch` section (#18717) 2018-10-15 14:50:24 -05:00
Ginson Wong e90710ad46 doc: add summary on sshd drives (#18721)
-provides information on the availability of hybrid drives and an example use case
2018-10-15 14:49:22 -05:00
Tanvi Gupta 0b35e13766 Added about "Acceptance testing" to article (#18726) 2018-10-15 14:48:37 -05:00
Shafrazi c07b6b5c84 Added similar methods to .length (#18729) 2018-10-15 14:47:27 -05:00
Dhanajayan k 4ca6ba510c Added changes to font shorthand property (#18731) 2018-10-15 14:47:06 -05:00
CarolineGriffin fcc3f02224 Changed grammar and formatting (#18730) 2018-10-15 14:46:55 -05:00
MOHD BAYERO YAYANDI 426ee11569 Add the paragraph "Featured Packages" to article (#18733) 2018-10-15 14:46:22 -05:00
Shafrazi 44f509f738 Removed unrelated section about lambdas (#18734) 2018-10-15 14:45:54 -05:00
Shafrazi 4f6fb22e7f Added example to .split (#18736) 2018-10-15 14:45:21 -05:00
Dhanajayan k d4f97b7081 fix(guide): CSS- Added changes to graceful degradation (#18741) 2018-10-15 14:45:02 -05:00
Dhanajayan k 629ae368b9 fix(guide): CSS- Added progressive enhancement css (#18749) 2018-10-15 14:37:29 -05:00
CarolineGriffin f111fa05c8 Updated urls, descriptions and formatting edited (#18755) 2018-10-15 14:36:51 -05:00
Ravish Kumar Sharma 9adbe23b5d Added content in freeCodeCamp/client/src/pages/guide/english/data-science-tools/scikit/index.md (#18712)
* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-10-15 14:34:12 -05:00
FlyvendeThom f937f9e658 Added redirection under Echo output (#18609) 2018-10-15 14:32:36 -05:00
Colin 4b93a5b685 Update index.md (#19185) 2018-10-16 00:28:26 +05:30
RujutaKelkar 15319692b5 added code in python (#19274)
* added code in python

Added bubble sort code in python

* fix: code formatting
2018-10-16 00:22:30 +05:30
rgolu 9ce249489d "added new subtopics on static and dynamic arrays " (#19283)
* "added new subtopics on static and dynamic arrays "

* fix: formatting
2018-10-16 00:17:06 +05:30
Vishal Sharma 7273305505 Added Discord Bot (#18739) 2018-10-15 15:25:32 -03:00
Cezary Waś b50c14d703 Correcting dot contunuity and PC spelling. (#19305)
* Correcting dot contunuity and PC spelling.

There should be dot at the end of all "free" lines of none, so I've deleted one.
P.C. is spelled PC, and laptop is PC too. So I deleted whole thing and wrote "desktop/laptop", because it make more sense, but only "PC" would be good to.

* Update index.md
2018-10-15 19:10:32 +01:00
shyamunnikrishnan 27b33d8af7 Updated index.md with "More Information" section (#18744)
More Information section was  added with links to Vuejs official website and GitHub Repo.
2018-10-15 15:10:02 -03:00
CarolineGriffin 938a62008e Added a brief description and bullet points. (#18718) 2018-10-15 15:06:57 -03:00
Colin Crawford c8abc30c8d fix typos and add clarification to mapStateToProps (#18629) 2018-10-15 19:02:19 +01:00
David Sánchez 6d7f3566d7 Added more Haskell reference books (#18628) 2018-10-15 15:02:01 -03:00
weerd-space 6bfff97a55 Create Copywriting for UX (#18618) 2018-10-15 14:59:20 -03:00
FlyvendeThom f900b640a0 Note added for strings as arrays (#18597) 2018-10-15 14:54:48 -03:00
Sayyed Raza 30aff8608e Updated Computer-Hardware/cooling to reflect better grammar and add info (#19329)
* Updated Computer-Hardware/cooling to reflect better grammar add some info to placement

* Update index.md
2018-10-15 18:52:20 +01:00
greggubarev 17a7daa4d0 Javascript: Added hint to Check for All or None (#19255)
Added hint to Check for All or None (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/check-for-all-or-none and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/check-for-all-or-none/)
2018-10-15 14:51:33 -03:00
Shahriar Rashid Mahmud 6ac087f16b Add the text "indexed array" in example comment (#19254) 2018-10-15 14:44:21 -03:00
Kamalesh Palanisamy acabb634c5 Update index.md (#19299) 2018-10-15 14:12:19 -03:00
Kamalesh Palanisamy 566234515d Created a new guide about the mkdir command in linux (#19301)
* Created a guide about the mkdir command

* Update index.md

* Added a guide for the rm command in bash
2018-10-15 14:02:55 -03:00
Adarsh Jain 16e20191fc added Knuth–Morris–Pratt (KMP) Algorithm for Pattern Searching (#19323)
* added basic useful docker commands

* setting up webserver inside docker and creating an image

* Added KMP algorithm for pattern matching
2018-10-15 13:50:01 -03:00