Commit Graph

16702 Commits

Author SHA1 Message Date
f5d020a2a2 Updated index.md for Clustering Algorithms (#19099)
Added description for the types of Hierarchical Clustering and kept it brief and simple.
2018-10-14 18:09:10 -07:00
8fd54d9d48 feat(guide): Add example of Bubble Sort in Swift 2018-10-14 20:36:28 -04:00
b2a3436055 Fix(guide): Add Android development activity lifecycle 2018-10-14 20:30:48 -04:00
426a02c027 Reformat a11y resources guide and add a resource (#18547)
* Reformat a11y resources guide and add a resource

I added a resource to an accessible color palette builder, as well as did some reformatting.

Color tools are under their own heading for easy perusable. General section could be broken down as well, I believe, but for now I think it should be ok as-is. 

Since the order of these resources is not important, I turned the lists into `ul`s, which makes more sense as well as making this guide easier to maintain. Now if someone wants to change the order around or add or remove something, there is no need to go and change all of the list item numbers.

* Update index.md
2018-10-14 16:07:40 -05:00
8f6d076066 Added point in new keyword (#18546)
Added why new is preferred in C++
2018-10-14 16:06:07 -05:00
b465d4e534 feat: add guide article for event handling (#19139) 2018-10-15 01:50:06 +05:30
b33ad84ef4 Added details about mnesia, an integral DBMS for Erlang programming. (#18510)
* Update index.md

* Update index.md
2018-10-14 14:53:52 -05:00
e07aaa8c30 added Clear command (#19100) 2018-10-15 01:13:24 +05:30
806b0bea1f Updated index.md of Reinforcement Learning (#19103)
Added info on AlphaGo and its significance. It is an important and widely used example, hence I have added it.
2018-10-15 00:55:58 +05:30
60335c28bf Fixed typo error (#18545) 2018-10-14 11:34:36 -05:00
2d0739ca3d feature bulma stub in guide (#18543) 2018-10-14 11:33:55 -05:00
bcd9eaf92f added functions to be used in lists (#18541) 2018-10-14 11:32:14 -05:00
8b1c33e704 Changed wording in ## React - Components section (#18539)
Worked on explaining the example code more thoroughly.
2018-10-14 11:31:55 -05:00
9cd52ab698 Added a new point on finally keyword! (#18538)
A new point about finally keyword is demonstrated with the help of an example.
2018-10-14 11:31:28 -05:00
0872c911ce fix(documentation): typo missing (#18537)
Added missing dots at the end of sentences.
2018-10-14 11:31:10 -05:00
911ffeb285 fix(documentation): typo missing (#18535)
Added missing dots at end of sentences and an uppercase letter at the beginning of a sentence.
2018-10-14 11:29:45 -05:00
780d55c7e2 fix(documentation):added missing dot (#18533)
Added missing dot "." at the end of the last sentence.
2018-10-14 11:29:26 -05:00
7ac38ba376 corrected grammatical mistakes (#18532)
As well as added some text about comments
2018-10-14 11:29:04 -05:00
2e704cafff Update index.md (#18531) 2018-10-14 11:28:42 -05:00
44ef2f22a4 Update index.md (#18529) 2018-10-14 11:28:11 -05:00
5f5bafaccd Basic JS: Iterating through arrays with for. Replace stub with guide (#18527)
Guide for [Basic JavaScript: Iterate Through an Array with a For Loop](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop)
2018-10-14 11:27:46 -05:00
7e35a86038 fix(documentation): dots added. (#18526)
Added dots at end of 2 sentences.
2018-10-14 11:27:30 -05:00
aa92ef241d Update index.md (#18524) 2018-10-14 11:27:05 -05:00
38d301dff3 Update index.md (#18520) 2018-10-14 11:26:38 -05:00
1d5fed62f1 feat(guide): Explained the difference between declaring & assigning a constant in Swift (#18515)
Added a code snippet to explain the difference between _declaring_ a constant and _assigning_ a value to it.
2018-10-14 11:26:14 -05:00
5cbe21754a Switch Statements - Fallthrough (#18405) 2018-10-14 11:22:35 -05:00
15329a240e Fixed information and grammar (#18406)
Source for WP stats: https://w3techs.com/technologies/overview/content_management/all
2018-10-14 11:22:01 -05:00
6b39dfc891 Added solution to Use Responsive Design with Bootstrap Fluid Containers (#18412)
* Added solution to Use Responsive Design with Bootstrap Fluid Containers

* Update index.md
2018-10-14 11:21:42 -05:00
3841b5e443 Added solution to Add Font Awesome Icons to our Buttons (#18413)
Add Font Awesome Icons to our Buttons
2018-10-14 11:21:29 -05:00
f5116c9c13 Added solution to Ditch Custom CSS for Bootstrap (#18414)
* Added solution to Ditch Custom CSS for Bootstrap

Added solution to Ditch Custom CSS for Bootstrap

* Update index.md
2018-10-14 11:21:18 -05:00
6550ea5736 Added solution to Call out Optional Actions with btn-info (#18415)
* Added solution to Call out Optional Actions with btn-info

Added solution to Call out Optional Actions with btn-info

* fix: Update formatting
2018-10-14 11:20:27 -05:00
1faba7d811 Added algorithmic paradigm (#18416) 2018-10-14 11:20:04 -05:00
ce92f504d9 Fixed various grammatical issues. (#18496)
Fixed various grammatical and structural issues in the article.
2018-10-14 11:19:07 -05:00
bf743451dc Adding new navigation option. (#18495) 2018-10-14 11:18:42 -05:00
6d7e4aac85 jQuery hover example (#18492) 2018-10-14 11:18:11 -05:00
58a1a14f8c Improved readability (#18491)
Added a space after a dot "." after the sentence "for a particular programming language" and inserted a blank line after "to debug effectively." to make some breathing space.
2018-10-14 11:17:46 -05:00
bbbaca63c1 fix(guide): add better explanation of monad laws (#18490)
* add better explanation of monad laws

* remove 'simply' and 'just' from text
2018-10-14 11:17:02 -05:00
4dd56b93e9 Important point about auto added! (#18489) 2018-10-14 11:15:55 -05:00
daf0ad5c01 Updated the narrative for readability (#18470) 2018-10-14 11:11:31 -05:00
1f3f83c3ca Small grammar/spell checking (#18466) 2018-10-14 11:10:48 -05:00
7121f8ca41 Added Nested case and updated ElseIf statement. (#18465)
Added the nested If/Else case.
Added the missing condition if ElseIf block.
2018-10-14 11:10:03 -05:00
3672dceffe /translate Spanish how to wok on guide articles (#18464)
Spanish full translation for the guide
2018-10-14 11:09:20 -05:00
6e947647dc fix(guide):add warning about dividing with zero to article. (#18445)
* add warning about dividing with zero to article.

text : "When dividing always check that the divisor ( in this example "b" ) is not equal to 0 ,dividing with 0 will cause your program to crash."

* Update index.md
2018-10-14 11:08:43 -05:00
9f753bb2ae Correct spelling mistake on Quick Reference (#18442) 2018-10-14 11:08:12 -05:00
298826eb1f change command usage from cat to ls (#18992)
* change command usage from cat to ls

* Fix spelling of the word `directory`
2018-10-14 17:37:52 +02:00
c259008aac Removed extra fullstop (#18981) 2018-10-14 18:53:01 +05:30
de716df2e5 docs: update the style guide (#18935) 2018-10-14 18:51:36 +05:30
bfcda59708 Added React information (#18742)
* Added React information

* Update index.md
2018-10-14 15:34:21 +05:30
5f9a0c00a9 Fix: Made the resource links bullets (#19013)
Fixed syntax of links so they show on 3 separate lines
2018-10-14 11:04:34 +02:00
ba57b384b0 Update index.md (#19007)
Fixed tags markup
2018-10-14 01:13:52 -07:00