Commit Graph

16373 Commits (9354cac5e60b478c251e8d77b384f9add70af1b4)

Author SHA1 Message Date
The Coding Aviator 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
The Coding Aviator 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
pnjha 1faba7d811 Added algorithmic paradigm (#18416) 2018-10-14 11:20:04 -05:00
Nitin Sharma ce92f504d9 Fixed various grammatical issues. (#18496)
Fixed various grammatical and structural issues in the article.
2018-10-14 11:19:07 -05:00
deepk777 bf743451dc Adding new navigation option. (#18495) 2018-10-14 11:18:42 -05:00
Hovhannes 6d7e4aac85 jQuery hover example (#18492) 2018-10-14 11:18:11 -05:00
Hafid Feghouli 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
Matthew Healy 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
Prem Kagrani 4dd56b93e9 Important point about auto added! (#18489) 2018-10-14 11:15:55 -05:00
cadmma daf0ad5c01 Updated the narrative for readability (#18470) 2018-10-14 11:11:31 -05:00
crownedpigeon 1f3f83c3ca Small grammar/spell checking (#18466) 2018-10-14 11:10:48 -05:00
Nitin Sharma 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
Miguel Erja González 3672dceffe /translate Spanish how to wok on guide articles (#18464)
Spanish full translation for the guide
2018-10-14 11:09:20 -05:00
Thomas Papapaschos 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
Emilio Bernal 9f753bb2ae Correct spelling mistake on Quick Reference (#18442) 2018-10-14 11:08:12 -05:00
jayvie 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
The Coding Aviator c259008aac Removed extra fullstop (#18981) 2018-10-14 18:53:01 +05:30
Antra Tripathi de716df2e5 docs: update the style guide (#18935) 2018-10-14 18:51:36 +05:30
The Coding Aviator bfcda59708 Added React information (#18742)
* Added React information

* Update index.md
2018-10-14 15:34:21 +05:30
Randell Dawson 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
Leon Kochetkov ba57b384b0 Update index.md (#19007)
Fixed tags markup
2018-10-14 01:13:52 -07:00
Kaiguang Li f5ce9f8ddc fix broken speech ballon emoji (#18967)
* fix broken speech ballon emoji

* Fix speech ballon emoji

* Add image warning sign

* Update image warning sign link
2018-10-14 00:51:35 -07:00
matrix-mack dd8bb63713 The sub-title "Recursion in C" was missing (#18996)
In line 96, the subtitle was not appropriately mentioned.
2018-10-14 09:12:16 +02:00
matrix-mack 5ddb1a1575 Removing the unnecessary word "Therefore," (#18991)
In line 11, the word "Therefore,"was added unnecessarily and the sentence was incomplete.
2018-10-14 09:11:55 +02:00
matrix-mack 9b0b61c9cc Spelling Error in the title (#18998)
The spelling of dynamic was misspelled as 'dinamic'
2018-10-14 09:10:40 +02:00
Kate Reading bf9b3c4792 Fixing two small typos on CONTRIBUTING.md (#18978)
chalenges -> challenges
an issues. -> an issue.
2018-10-13 23:15:15 -07:00
Viggy Kumaresan 4603ceffec Added information about Tableau Public (#18918)
Added' Getting started with Tableau Public' section, with information about creating an account and downloading the software.
2018-10-13 21:55:55 -07:00
Ginson Wong 8605ddfbfe add: replace stub with init summary and examples (#18897)
* add: replace stub with init summary and examples

* correct spelling typo on line 14
2018-10-13 21:53:31 -07:00
Vivek Soundrapandi 0dd3adf672 Added list of function first class object pointers (#18404)
Added list of function first class object pointers and interlinked them within documentation making them more navigatable
2018-10-14 00:20:16 -04:00
pakchrishtml b82c154c74 Update index.md (#18907) 2018-10-13 21:08:52 -07:00
Matt cee60d34b6 feature(guide):basic info on Vagrant added (#18446)
* feature/basic info on Vagrant added

Added basic Vagrant info with links to documentation and how to get started.

* Update index.md
2018-10-13 22:35:34 -04:00
Taras Kuba a3ea4f31ff Add categories for tools (#18451)
* Add categories for tools

* Update index.md
2018-10-13 22:28:11 -04:00
Matt 597d88b738 fix/spelling error (#18448)
Small spelling error fixed.
2018-10-13 22:25:21 -04:00
Matt 7c668b7522 fix/broken links (#18452)
Fixed broken links for Guide Website and Example Article of HTML Elements
2018-10-13 22:21:27 -04:00
Vivek Soundrapandi 0ffbbd4605 added local & relative import definition (#18460)
* added local & relative import definition

added description & example for local import and their ability to import using relative paths

* Update index.md
2018-10-13 22:16:21 -04:00
Shubham Soni d8a6087fe2 correct the example in comment (#18458) 2018-10-13 21:44:53 -04:00
Cora e36665cff9 Fixed broken link (#18501)
link directed to wrong page, fixed the link
2018-10-13 21:27:56 -04:00
Chris Reyes ecbd6bd64f fix typo, and add dimension example (#18926)
add example of how dimensions can be used
2018-10-14 05:00:20 +05:30
Yusuf | @yusufcodes 9e0b0f05e3 Updated definition of a stack - grammar issue (#18895)
'Stacks is a First In Last Out' changed to 'A stack is a First In Last Out'.
2018-10-14 00:29:56 +01:00
Franklin Wang e6402d3d6f Update breadth-first-search.english.md (#18900) 2018-10-14 00:28:59 +01:00
Dennis Wolfers ec7c3ced0e Remopve redundant 'use' (#18902) 2018-10-14 00:20:26 +01:00
jefferson2z abc6c3c208 Fix typo on OOP challenge (#18616)
* Fix type on OOP as requested on issue #18091

fix: 
numLegs: 2 to numLegs: 4 

on challenge:
 Remember to Set the Constructor Property when Changing the Prototype

* Update remember-to-set-the-constructor-property-when-changing-the-prototype.english.md
2018-10-14 04:34:41 +05:30
Isaac 070d79b807 Java Guide- Added Examples to Built in funcions (#18797)
Added examples of Java.IO package and Java.lang packages
2018-10-14 04:29:43 +05:30
domilearns 78c0135748 Added paragraph and made corrections (#18825)
I added a paragraph about how you can get into data science in different ways and made a couple of grammatical corrections.
2018-10-14 04:03:46 +05:30
Harsha Gudladona 1c053b7bdf Fixed spelling (#18914)
Updated spelling from clinking to clicking
2018-10-14 00:27:22 +02:00
Harsha Gudladona 99cebad694 Fixed grammar. Fixed explanation of Run button (#18916) 2018-10-14 00:26:42 +02:00
The Coding Aviator f94d1ede92 Fix(guide): Add ES6 introduction to JS certification section 2018-10-13 17:36:58 -04:00
Alexandru-Daniel Nedelcu 88c3b75333 Fix(guide): clean up Markdown formatting 2018-10-13 17:21:12 -04:00
Ignacio Bochatay f0826146e1 Fixed some typos (#18640) 2018-10-13 16:12:16 -05:00
Lachlan Eagling 4d6debcfd3 Fix formatting issue (#18642) 2018-10-13 16:11:02 -05:00