Commit Graph

4298 Commits (18e15830d981287ef6430b5e622cfaa6683abf32)

Author SHA1 Message Date
Himanshu Patel 2ed6bc9831 Minor grammatical corrections. (#31228) 2019-05-11 21:44:41 +05:30
Chris Steenkamp 77509c6d23 Add examples of creating static and dynamic arrays (#30358)
* Add examples of creating static and dynamic arrays

* fix: changed c++ to cpp
2019-05-11 08:40:41 -07:00
samujjal1618 1c7fbc043e Improved on the Dynamic array description (#27761)
* Improved on the Dynamic array description

* fix: changed c++ to cpp
2019-05-11 08:08:13 -07:00
Parminder Singh 1c669fd568 Graph Algorithms: Added ford fulkerson algorithm for maximum flow (#24481)
* added ford fulkerson algorithm guide

* fix: changed to 2 space indentation
2019-05-10 20:46:26 -07:00
Mahesh Jaganiya 3669ed4238 Added "Intent Services" (#30876)
Added more information in services about intent services.
2019-05-10 20:12:20 -07:00
tess d2901ac0ae Added Go to list (#31469) 2019-05-10 20:11:50 -07:00
codyteo 0d33020bd0 Elaboration of SAFe configurations (#24838)
Elaborating on Full SAFe, Large Solution SAFe, Portfolio SAFe, and Essential SAFe.
2019-05-10 19:58:04 -07:00
sophiekamuf d379381458 Add "K-means clustering description" (#24684) 2019-05-10 19:56:16 -07:00
Kyle Lobo 379e76676a Added escape sequences, operators in "terms-to-know-for-beginners" (#28832)
* Added escape sequences, operators in "terms-to-know-for-beginners"

Added extra details/facts about multi-line comments in C++
Also fixed some indentation

* fix: changed c++ to cpp
2019-05-10 17:06:04 -07:00
Justin Thomas 31ff1b08ea Add a section on Decentralized Apps (#31443) 2019-05-10 16:37:03 -07:00
prashantkumar1997 098f9c478e Added reference links section (#29593)
* Added reference links section

* fix: changed c++ to cpp

* fix: changed one extra c++ to cpp
2019-05-10 16:04:50 -07:00
prashant 39352ce64d add "Quit sftp." option (#29454)
* add "Quit sftp." option

Added "Quit sftp." and manpage referernce

* fix: changed unix to bash
2019-05-10 16:02:47 -07:00
Amol Pednekar bc17e56594 Generalized smart contract definition | Updated Blockchain technology section (#30994)
Earlier description seemed to Ethereum specific, hence updated.
Also would be more accurate to say Hyperledger - (Specific project) instead of the umbrella term just "Hyperledger" because they have tons of projects.
2019-05-09 14:54:06 -07:00
Randell Dawson d3c8eacef2 Hints & Solution for React and Redux (#35946) 2019-05-09 18:57:06 +05:30
Randell Dawson 1b07106f8e fix: removed guide articles no longer needed (#35679) 2019-05-08 21:26:48 -05:00
Varsha Margrette db9eca1bde Update index.md (#30256) 2019-05-08 10:27:16 -07:00
Deanna Tran 338d7ee8a7 Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param

* fix rest parameter typos

* change rest operator to parameter in guide

* fix casing

* change rest operator to rest parameter in guide

* change rest operator to rest parameter in curriculum

* remove extra whitespace

* remove whitespaces

* remove whitespace

* fix: removed arabic file

* fix: removed chinese file
2019-05-08 16:30:24 +02:00
Ayush Jain 128f8b3cbc Added Swift Implementation of Counting Sort (#35719) 2019-05-06 06:48:11 -05:00
Tom 3cecf26f44 update restrict possible usernames solution (#35973) 2019-05-05 13:37:03 -07:00
Randell Dawson cc6f234228 [Fix] correct Guide article example for Iterate Through the Keys of an Object with a for...in Statement (#35197)
* fix: added dot btwn [user] and online

* fix: corrected example for other languages
2019-05-05 13:26:22 -05:00
Andrew Ma 586730b69a better solution to redux spread operator (#35592)
2 step -> 1 step
2019-05-05 12:40:32 -05:00
Marcus Parsons 7bf2752bd0 Edited previous section and added new sections (#24828)
* Edited previous section and added new sections

Edited previous section to be csharp code base and formatted a bit better.  Also added new sections about more complex topics of for loops

* fix: removed repl.it links

* Update index.md
2019-05-04 09:21:53 -07:00
lasjorg 7573252fa0 feat(guide): add guide for HTML value attribute challenge (#35783) 2019-05-03 10:16:50 -05:00
Tina Wang e78b0b868f Fix(guide articles): Developer/case studies links in English (#35771)
* added working links, descriptions, more info links into cse studies

* deleted code of ethics as it is already listed in another page

* changed wording to -expose- as it flows better
2019-05-03 09:57:44 -05:00
Navjot Singh b9fdbffa71 Broken Links in Sum of all odd Fibbonaci Nos Guide (#35911)
Fixed a broken and a missing link in the guide.
2019-05-03 14:21:09 +05:30
PUNIT TIWARI 7bd91ddffd Add changes " Define " to article. (#33357) 2019-05-02 08:54:42 -07:00
Randell Dawson 88e7c2d704 fix: added better hint and solution (#35746) 2019-05-01 18:09:45 -04:00
Nischay Hegde a43d6c6daf Fixed syntax error. (#27164)
* Fixed syntax error.

Fixed a syntax error in line 55.
Also corrected the indentation.

* Update index.md
2019-05-01 18:03:18 -04:00
Daniel 44661a3e06 Fixed block code and syntax highlighting (#29977)
This commit fixes the example code to demonstrate the working of arithmetic operators so that the entire code, from initial comment to ending curly brace for main(), is in a Markdown code block and is syntax highlighted.  Spacing around the include and int initialization was improved as well.
2019-05-01 08:06:29 -07:00
Daniella Todd 36a4df9afa Updated solution-Include intro (#34199) (#34486)
Added intro paragraph and further hints.
2019-05-01 12:48:31 +02:00
Joon 61dfcfd4a3 New header added (#26525)
* New header added

Went into an abstract level of what determines a brand based on all the self-development books I have been devouring.

* Minor grammar fixes
2019-05-01 13:44:26 +05:30
Garret Kemp 0ba2b1b09c Solution and hint added to challenge (#35762) 2019-04-30 09:14:23 -07:00
chaomt fbe8dcdf6b fix(guide): binary search tree min/max height (#35938)
We added the correct solution to the guide article related to this code challenge, and deleted the other information which is not related to the code challenge at all.
2019-04-30 13:16:17 +05:30
Matt 59cbe5ae7a update index.md (#33486)
Provide more information on what nginx is and some basic tutorial links.
2019-04-29 15:39:34 -07:00
Muh Fachrul Razy c8d39b6658 Add 'sudo' and Step 3 - 4 (#33067)
Add sudo at the first of each syntax line and added Step 3 (firewall adjustment) and Step 4 (check nginx service)
2019-04-28 10:01:51 -07:00
JesseJams bab94ccf00 Addition of overview of nginx files and locations. (#30566)
* Overview of nginx files and locations.

* fix: wasn't necessary to add apt-get under CentOS
2019-04-27 18:48:38 -07:00
Rajiv Ranjan Singh 43b4c64c9c fixed typos (#35736) 2019-04-26 15:21:51 -07:00
purifyyourhome 5395b70d12 Added reference to Raspberry pi and desktop ATX (#31292)
Modified "Types of Motherboards" section to point to how ATX is common mostly for desktop and server computers.  Mentioned how many Single Board Computers such as the Raspberry Pi use their own form factor not based off the ATX standard.
2019-04-26 14:18:19 -07:00
Sudhakar Kumar 6c02554045 Fix superscripts (#34921)
Fix the superscripts for squares and cubes in area and volume.
2019-04-25 01:03:26 -07:00
ComputerLee d5c461427b Minor Grammatical Changes (#30414) 2019-04-24 13:28:11 -07:00
WolfHollow 7a8604e209 told about cmos (#29871) 2019-04-24 12:19:34 -07:00
Peter Kay a1e33ebf81 update regex resource link (#35901) 2019-04-24 07:19:44 -07:00
Manish Giri 220c982d52 fix(guide): Fix C++ selection sort algo (#35546) 2019-04-23 09:48:42 -07:00
Nitin Sharma f743f1e732 Fixed example (#32827)
Replaced assignment operator with the equality operator.
Fixed example structure.
Improved language.
2019-04-23 08:04:48 -07:00
Cezary Waś 65a92f7ef9 Defining variables (#35891)
biString, uniString and i should be defined.
2019-04-22 11:25:30 +05:30
Kaustubh J 7b51ec6487 Update index.md (#32513)
Added python code and mentioned randomized pivot
2019-04-21 14:16:14 -07:00
Mahmud031 229bec9a4b Added quick-sort in MATLAB (#27823) 2019-04-21 09:24:43 -07:00
StanimalTheMan 01b61eb831 fix: update grammar & spelling react (#35882) 2019-04-20 08:55:03 -07:00
Domingo Moronta 6c2c4f546e Add updated links to Anaconda resources (#32363)
* Add updated links to Anaconda resources

* fix: removed broken image
2019-04-19 16:16:37 -07:00
Austin Baldwin 9a64e1f1e6 Add help command for conda. (#31418) 2019-04-18 17:49:13 -07:00
Aditya Sridhar 35cfffebd5 Added points to note while using git reset (#25267)
* Added points to note while using git reset

Using --hard option can be dangerous. Added a warning to mention the same.

* Added points to note while using git reset - pull request fixes

Co-Authored-By: aditya-sridhar <s.aditya.1811@gmail.com>
2019-04-18 10:26:18 +05:30
Zach Lumpkins 2327e6cc5d Minor edits to animation-in-canvas guide code (#31185)
* docs(guide): minor edits to animation-in-canvas

* Use ES6 syntax in code examples
* Clean up formatting in code examples for clarity
* Remove unnecessary sentence for brevity

* docs(guide): use arrow functions for canvas animation examples
2019-04-17 15:00:35 -07:00
Chris Steenkamp 339aa0dcdb Fix minor grammatical and spelling errors (#30407)
* Fix minor grammatical and spelling errors

* fix: made recommend change
2019-04-17 17:38:06 +05:30
Papun Charan ddc5f2457a Added a tip and a statement (#30277)
* Added a tip and a statement

The statement says that using only 'if' is ok but 'else' and 'else if' can't be used without 'if'.
And the tip column is for optimization, it is clearly explained with two examples.

* Formatting
2019-04-17 17:36:58 +05:30
SimonFuet 98f52a448e Add ternary operator to control flow statements (#29269)
* Add ternary operator to control flow statements

* Remove external links, formatted code and removed useless codeblock
2019-04-17 17:31:20 +05:30
Tanuj Sharma 8c55c83f47 fixed typos and reference link syntax (#29188) 2019-04-17 17:15:48 +05:30
Alexander Molnar c807429608 Fixed errors and added examples with variety (#24300)
Made precise that intercepts are (x,y)-points and not numbers. Added more examples to show different possibilities that can occur and removed the oversized image of a few short lines of equations.
2019-04-17 17:11:01 +05:30
Richard Hall d45c83d031 Create index.md (#28927) 2019-04-17 17:08:52 +05:30
Smruti Ranjan Rana 7e44e13b21 Added 'Range' example, Update 'More Informations' (#27593) 2019-04-17 17:00:28 +05:30
Ian Korpi edc9d0f134 Expand Certifications/Information Security and Quality Assurance article stub (#27397)
* Expand InfoSec & QA article

Expand the Information Security & Quality Assurance root article.

* Fixing capitalization in InfoSec title.
2019-04-17 16:59:21 +05:30
Ayushman9454 1b8d148a0d added one more attribute (#27307) 2019-04-17 16:57:13 +05:30
Kaan 656117cbc3 Added "Further Reading" Section (#30466) 2019-04-17 16:42:56 +05:30
lizcamp be1b48e795 Added more details to each level (#33092)
Elaborated on each of the 5 levels
2019-04-16 17:56:39 -07:00
Aaron Fox e658f50679 Added section on Tabulation vs Memoization (#28093) 2019-04-16 10:27:15 -07:00
simchuck c9f628e8f6 Add reference to getting started with WSL on Windows 10 (#32805)
* Add reference to getting started with WSL on Windows 10

For those who are interested primarily in learning the Linux command line, and currently using a Windows 10 installation.

* fix: modified/fixed article links
2019-04-16 09:23:22 -07:00
Ryan Doyle 330382040b Sample Document Structure inside ``` ``` block (#35863)
The sample document structure was not inside an MD code block, so it lacked formatting.
2019-04-16 09:06:40 -07:00
simchuck 991d1057be Editorial changes to choosing a distribution (#32797) 2019-04-16 08:52:51 -07:00
Giovanni G f5c717d81a Add text "Ubuntu" & "Linux Mint Cinnamon" (#31099)
Describes the distros Ubuntu & Linux mint in more detail for people to make there choices.
2019-04-16 08:11:11 -07:00
Albin Wärmlind 9d44f6bb5a Added link for guides about linux distrobution (#30246)
Added more context and information to the install guide. Linked to wiki containing info about installation and applications.
2019-04-15 09:16:09 -07:00
Shruti Grover 663e762373 fixed some typos (#30368) 2019-04-15 15:58:16 +05:30
Nisu08 dd55825a4e In Line 5 (#30435) 2019-04-15 15:56:29 +05:30
Kaan 4969e85853 Added "More Information" Section (#30483) 2019-04-15 15:51:22 +05:30
Amy 9e84d610ec Fix MDN link and remove <em> description (#30518)
Also copyedit text
2019-04-15 15:49:12 +05:30
Elenaires 4f130313d8 fixed rocket images (#30737)
fixed rocket images by updating the urls
2019-04-15 15:47:26 +05:30
Dom 4769fea6d0 Added text "the" (#31144) 2019-04-15 15:44:49 +05:30
Cody Lynn 53ea6e8a34 Fixed markdown and added resources (#32685)
Added more information about wireframing
2019-04-15 15:42:57 +05:30
Angelisa 1f310d8c58 Adjust formatting (#31644) 2019-04-15 15:42:23 +05:30
Rayhan Hanaputra ef8fbbc544 added val and var (#31647) 2019-04-15 15:41:13 +05:30
dliu22 3d358802b8 added some words (#33822)
"the" 
removal of comma
2019-04-15 15:14:54 +05:30
Nick Armet 3609dd2435 Update index.md (#33996) 2019-04-15 15:13:40 +05:30
Prab 991f2374bd Updated Inheritance and Dynamic Binding sections (#30956)
Added info about single and multiple inheritance. 
Added the alternative names for dynamic binding
2019-04-14 10:38:41 +05:30
tachoni fd9e450ae6 Fixed grammar on lines 7, 9 and 11 (#31795) 2019-04-14 10:37:52 +05:30
bpese 038e096e59 Fixed a few typos. (#31577) 2019-04-14 10:25:45 +05:30
Pradnya Taras 1b97336df7 Modified Explanation (#32890) 2019-04-14 10:20:30 +05:30
ayerest 467fd189eb Updated note on line 30 (#31938)
Emphasized the note on line 30 and clarified that cases aren't just number values.
2019-04-14 10:17:22 +05:30
PsiActual 59f2240274 Fixed the broken link for Paths in the final paragraph (#32156) 2019-04-14 10:16:09 +05:30
J 7a4a1de4cd changed "the simplest" to "a simple" (#32506) 2019-04-14 10:12:58 +05:30
Chris Hyatt e2b9b19b49 Egs to Example (#32648) 2019-04-14 10:09:59 +05:30
Randy Janecek bc84a7eb67 fixed typos (#32588) 2019-04-14 10:07:40 +05:30
Badal Moradia 0313dfca04 Added docstring information (#28336) 2019-04-13 16:53:08 -07:00
Samantha Burke cdd96c476f Capitalised 'Lab' in 'Artificial Intelligence Lab' (#32653) 2019-04-13 22:50:47 +05:30
Akshay Babbar f7eecb2ca4 Added Description,Links and Images (#32883)
Added Definition and YOutube Link and Images for better understanding.
Will Add Code later
2019-04-13 22:49:25 +05:30
UberschallSamsara a0c464e058 Edits for clarity (#33309)
Edited introductory paragraph for clarity.
2019-04-13 22:43:48 +05:30
yashikabadaya d8a44d691e Commit message (#33334) 2019-04-13 22:42:56 +05:30
Ankit Mathur 1c5e0c93b3 Correcting grammatical errors (#33530)
* correcting grammatical mistakes in dynamic programming section
2019-04-13 22:35:21 +05:30
Elena f8483b0ca7 I changed the grammar (#33801) 2019-04-13 22:32:59 +05:30
Tammy Lee a77d7c0cf6 Added explanation for single y intercept (#31540) 2019-04-13 18:51:42 +05:30
Pim Kennedy fb7aaeb964 Fix wierd sentence. (#33901)
* Update index.md

* Fix more wierd sentences
2019-04-13 14:42:23 +05:30
Dave Varney 8d6ebe675e Edited 2 paragraphs; Added Advantages and Disadvantages (#28990) 2019-04-12 10:07:26 -07:00
Straighter ed601af6d8 Fixed typo (#29790) 2019-04-12 22:34:22 +05:30
The Coding Aviator b7de2dff3f guide: remove copyrighted content from file (#35831) 2019-04-12 09:49:19 -07:00
Kaily Granados 63b2ba58ba Added Chef logo + click redirects to Chef website (#29162) 2019-04-12 09:39:40 -07:00
Zen Bender 949e20cf86 Added riddle and solution (#29928)
Solution hidden in nested detail to hide spoiler
2019-04-12 21:37:45 +05:30
sidiousvic 7f845c1d2f [NEW] A clearer, more readable return statement (#35565)
* A clearer, more readable return statement

Use .filter() to get the odd values in array.
Use .reduce() to sum.

Two separate tasks, one line, easier to read and understand.
Updated comments and Code Explanation accordingly.
2019-04-12 14:29:47 +02:00
kenmalley a114b8939b Rewording for smoother flow and easier reading (#28717)
I tried to stay true to the message you were going for while adjusting some of the wording and sentence structure to sound more professional and to be easier to read/follow.
2019-04-11 20:52:31 -07:00
JesseJams 1be131a5b9 Include what predated SSH (#28300)
SSH is meant to be a more secure way to connect to remote systems.
2019-04-10 18:00:54 -07:00
Rajiv Ranjan Singh e847f3a839 Typo Fix in guide/english/computer-hardware/gpu/index.md (#35725)
* Update index.md

* added period in sentence
2019-04-10 10:08:33 -07:00
samsm929 5ac765c56a Added Calculus based proof for Area equation (#33998) 2019-04-10 14:27:08 +05:30
Hari Krishna 069f94e699 Minor typos (#29623)
* Minor typos

* fix: reverted unnecessary change
2019-04-09 20:14:20 -07:00
asims2404 c7aba9e970 Removed image (#35806) 2019-04-09 15:41:23 -07:00
asims2404 83c9258bed Update index.md (#35805)
The advanced solution does not meet problem criteria.
"The built-in repeat()-method should not be used"
2019-04-09 15:39:45 -07:00
Jeff Thompson fdaff91ed7 clarify/ add her (#34090)
* clarify/ add her

clarified text and added his/her to help the sentence.

* cna->can
2019-04-09 16:11:59 +05:30
15jacobj 532385692a Changed from stub into short article (#25544)
* Changed from stub into short article

I have now added some content to this page. It is pretty much fully functional, but more detail could be added.

* Remove template code and resource

Resources are not under fCC's control, removed image
2019-04-09 15:03:36 +05:30
mushtaq smb 527dd68f01 Remove unwanted images (#35797) 2019-04-09 14:34:10 +05:30
Pedro Colis c2f032bfa2 added comma (#32712) 2019-04-09 14:20:58 +05:30
codestin 1401b3344c Update index.md with grammatical, formatting fixes (#28890) 2019-04-09 14:20:10 +05:30
nishanth2143 25a228eb7f Spelling change from "insures" to "ensures" (#29304) 2019-04-09 14:19:02 +05:30
prashant 98353e2c03 typo - corrected 1MB to 10MB (#29416)
first command creates file with size of 10MB and not 1MB 
:~/prashant/test$ dd if=/dev/zero of=file_name.txt bs=1024k count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00991439 s, 1.1 GB/s
:~/prashant/test$ du -h file_name.txt
10M     file_name.txt
:~/prashant/test$
2019-04-09 14:17:45 +05:30
prashant cf50b2b3ef 3. GRUB - missing link for reference (#29442)
"Why it’s sda and hda ? refer here for more." - does not point to any link for reference, add a refer link or remove the statement instead.
2019-04-09 14:14:47 +05:30
prashant d095e8b0ec 2) MBR - missing link for reference (#29438)
"Why it’s sda and hda ? refer here for more." - does not point to any valid reference. Add a refer link or remove this line instead.
2019-04-09 14:14:24 +05:30
Eric Pfister ed7e4e3297 Minor text simplification (#29051)
Changed text in line 6 to improve flow. Reword the second sentence on line 12.  More rewording on line 13. Added a comma to the second sentence in line 13. Split the final sentence in half to simplify it and easier to read.
2019-04-09 14:13:49 +05:30
Vocaoson 4fd5a773b9 Update while-loop content (#29108) 2019-04-09 14:12:43 +05:30
Monacop2 605e8883b6 Fixed grammatical errors (#28205)
also added a line above "More Information"
2019-04-08 23:39:09 +05:30
Sankar Siva 7af56fd76c Developer Tools definitions added (#28163)
* Developer Tools definitions added

* Update index.md
2019-04-08 23:36:28 +05:30
Krisdwmi c4df07d826 grammatical and other changes (#27408)
Changes to enhance legibility plus some grammatical fixes.
2019-04-08 23:22:16 +05:30
Manuel Okeke ad8eea5266 removed the unnecessary space between "number s" (#35790)
prev: The implementation of JavaScript's `number s is based on the `IEEE 754` standard, often called "floating-point." 
my changes: The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point."
2019-04-08 10:04:35 -07:00
Robin Ferguson 869c7bfb07 Amended list capitalization to be consistent (#31678)
In the "Python is generally used for" list.
2019-04-08 20:49:30 +05:30
ManicalEngineer eace670469 Added Links to different frameworks (#31508)
Added links to list of frameworks in web development section
2019-04-08 20:48:57 +05:30
Linda Zanchi ec340b3343 edits for punctuation and grammar (#30199)
Removed unnecessary commas and edited for grammar accuracy and clarity.
2019-04-08 20:45:41 +05:30
Mahesh Jaganiya 97284992ec Added malloc() review (#33307) 2019-04-08 07:54:04 -07:00
Candace Johnson 42013c9080 fixed spelling of knowledge (#35788) 2019-04-08 20:08:13 +05:30
Jatin Premjani d9480c5e79 Added learning resources (#30616) 2019-04-07 15:13:02 +05:30
Ashwin Aishvarya Vardhan 1d02702a46 added info on deep learning in android and web (#30188)
Resources on how to incorporate pre-trained models on android as well as web apps.
2019-04-07 14:48:18 +05:30
Ashwin Aishvarya Vardhan db7649a0b0 Corrected some typos (#30176) 2019-04-07 14:20:45 +05:30
Garrett 15181b616c Minor corrections (#32632)
Added clarification to the HOC definition, as well as some minor grammar corrections throughout.
2019-04-07 14:09:02 +05:30
Forrest Held a803330c4b Update index.md (#29005)
Add three free courses on deep learning. Two from fast.ai that are USF graduate courses and one from Kaggle that is used for people starting to do competition.
2019-04-07 14:07:09 +05:30
richa7327 e6a6bb0c82 add example of malloc (#32665) 2019-04-06 12:31:01 -07:00
UzawaT 98dc1856fb added description and examples to the article (#35019)
* fixed grammar error

* added description and examples to the article
2019-04-06 19:50:48 +05:30
JM0S3R 9289b038b5 Changed some grammar issues for better readability (#27480) 2019-04-06 19:26:51 +05:30
Samuele Bella 13709bf178 Update index.md (#28796)
Added an Example where the while loop gets ignored.
2019-04-06 19:25:50 +05:30
ishan-sriv e72caaa534 Add lines 169-171 (short circuit in logical operators) (#27061) 2019-04-06 17:22:54 +05:30
mail-liam 177a014fdc Miscellaneous fixes (#31587)
* Miscellaneous fixes

Fix some errors in document, and changed some sentence structures.

* Restored title keyword

* Added missing word
2019-04-06 17:18:01 +05:30
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Rajiv Ranjan Singh f5f6f0df04 Typo Fix In guide / english / computer-hardware / rom / index.md (#35740)
* Update index.md

* some correction

* reverted code
2019-04-05 18:19:30 -04:00
Jonathan Villegas cce94b12e0 Added reminder to include libraries in files. (#28218) 2019-04-05 11:39:56 -07:00
j mahesh kumar c1da78b816 script file extension is not necessary (#30383) 2019-04-04 14:19:51 -07:00
Naida Agić 2462cfa1d9 Further explained how to initialize sets (#29486) 2019-04-03 16:14:59 -07:00
Fintan Maher ab02a17a63 Fixed minor grammatical errors. (#28948) 2019-04-03 15:04:41 +05:30
Eric Hodges c6945de3db Added a few words for clarity (#31744)
Changes made to the third paragraph under OO concepts.
2019-04-03 14:40:45 +05:30
singhharshdeep a332cfb778 Added details about abstraction (#30062) 2019-04-03 14:40:08 +05:30