Commit Graph

5314 Commits (da254743cd81c7dd5cb937b6abddfded41ffda80)

Author SHA1 Message Date
Tony Tu 3016c6e798 Update Blockchain types chinese index.md
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
Tony Tu 5185e91db2 Update Smart Contracts Chinese index.md
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
Tony Tu dc37f4755b Update Blockchain Chinese feature index.md
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
Kaan f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
Yang8547 658f3d8ab2 Add translation 2019-06-25 14:35:25 +08:00
Wan Cheuk Lun 4d01f8228e Update index.md (#26782) 2019-06-25 14:34:31 +08:00
Wan Cheuk Lun 0a473f498d Update index.md (#26776) 2019-06-25 14:33:50 +08:00
Wan Cheuk Lun 24c5fc3127 Merge pull request #26771 from winsonrich/patch-9
Update index.md
2019-06-25 14:32:16 +08:00
winsonrich 377328f3c4 Update index.md 2019-06-25 14:31:56 +08:00
winsonrich 2f08132959 Update index.md 2019-06-25 14:31:32 +08:00
winsonrich da699106bd Update index.md 2019-06-25 14:31:09 +08:00
winsonrich 7b89e15927 Update index.md
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
2019-06-25 14:30:43 +08:00
winsonrich ae147f519a Update index.md
1. while the array is larger than the target number of variable:"searchFor" , it is no need to search for the result that is larger than the "search target", therefore, we should break the loop to save more resources.
2. the variable j in the statement of "System.out.println("i = " + j); " is not declare and initialize at the beginning, also, var j in the while loop does not match with the variable i which is the result we want to display. Therefore, this statement should correct to "System.out.println("i = " + i); " so as to display the result of each loop correctly.
2019-06-25 13:54:39 +08:00
winsonrich 5da9e0bbca Update index.md 2019-06-25 13:51:52 +08:00
Victor Lin 187ccf11c9 Added new comments to return
Added new comments to return
2019-06-25 13:51:14 +08:00
Victor Lin 584d552de4 Added some translations
Added some translations
2019-06-25 13:50:39 +08:00
Victor Lin cb58d28190 Added more description (#26140)
Added more description
2019-06-25 13:50:08 +08:00
Victor Lin cc9408b748 Merge pull request #26090 from swissashley/patch-1
Added some translations to the file.
2019-06-25 13:49:22 +08:00
fedelico 2a33dfc176 change 87th line "To-DO列表" to "To-Do列表" 2019-06-25 13:48:45 +08:00
Lorna Lan ff72d212da grammatical fixes 2019-06-25 13:48:23 +08:00
Lorna Lan 27023748af fixed a typo 2019-06-25 13:48:02 +08:00
Lorna Lan 5e99dec3a6 fixed grammatical errors and reorganized format 2019-06-25 13:48:02 +08:00
imdonnie 3cc6db752d Add a chapter to the Chinese Laravel doc 2019-06-25 13:47:40 +08:00
wwewsm f59395a0c0 add extra material 2019-06-25 13:42:36 +08:00
wwewsm 46c2ea0aad Merge pull request #22861 from wwewsm/patch-5
add extra materials
2019-06-25 13:40:45 +08:00
wwewsm e02ace2b1d add extra material 2019-06-25 13:40:32 +08:00
Mayank Khare 604c48eeaf Added Developed By and the programming language used in development (#27227) 2019-06-25 12:09:50 +07:00
Mahmud031 57d66ef6df Added merge-sort in MATLAB (#27783)
* Added merge-sort in MATLAB

* fix: changed c++ to cpp
2019-06-24 19:02:26 -07:00
Faizan Ahmad 787729c910 Updated Properties of Merge Sort (#27052)
* Updated Properties of Merge Sort

Added the advantage of Merge Sort in linked lists over Quick Sort.

* fix: correct code block syntax
2019-06-24 15:54:45 -07:00
Sameer Bhardwaj fa7043e135 Completed c++ implemetation (#25547)
* Completed c++ implemetation

c++ implementation contained only merge function(by the name of merge sort). Completed the implementation by providing both divide and merge functions.

* fix: add triple backticks for c# code

* fix: changed csharp to cpp
2019-06-24 15:35:00 -07:00
anthonyjvoss e9fbe95454 Created powershell directory and first document (#28173) 2019-06-24 15:26:22 -07:00
Jack Hedaya 000356946b add Elixir syntax and return explanations to functions (#27552)
* add syntax and return explanations

* fix: added language postfix to code fences
2019-06-24 15:24:48 -07:00
Nischay Hegde 321ee3e69d Changed the file to reflect standards (#27542)
* Changed the file to reflect standards

`goto` is generally discouraged for use in C++, which wasn't what this was saying. Dijkstra even [said](http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html), "The go to statement as it stands is just too primitive; it is too much an invitation to make a mess of one's program." in 1968. This file seemed to indicate the opposite.

* fix: fixed grammar
2019-06-24 15:24:30 -07:00
Anas Salam ae33d5888f Probability index.md file updated (#27836)
index.md file updated with more info, some examples and cases.
2019-06-24 15:24:03 -07:00
Nievac a4c214d877 Create AngularJS ng-model Directive (#27791) 2019-06-24 15:22:58 -07:00
Nievac d92421037e Added AngularJS Controller (#27786) 2019-06-24 15:22:23 -07:00
Nievac 9d9fb93c6f Added AngularJS Expressions (#27771) 2019-06-24 15:20:53 -07:00
Francois ec255f2d80 Add Section and Information on Packet Sniffing. (#27069)
* Create index.md

Basic introduction to Packet Sniffing and simple ways to protect against it.

* fix: made into paragraphs
2019-06-24 15:14:38 -07:00
Mayur Garg 7ce8272944 Added "Note" and "Usage with common data types" (#27332)
* Added "Note" and "Usage with common data types"

Added detailed information about the workings of 'is' and '==' operators with common data types. Included a simple coding example for each case and explained the reasons (for most cases) of why these operators work in this fashion and how they work under the hood.

* Minor changes to previous commit.

* fix: removed extra backticks
2019-06-24 15:07:08 -07:00
Oluwafunmito Blessed 509e57d381 update index.md with article (#26915)
* update index.md with article

added article for dependent and independent variables.

* fix: remove stub info
2019-06-24 15:04:58 -07:00
Derek Strobel b1a9ae7b65 Create article for autoencoder networks (#27107)
Started article in machine learning directory for autoencoder neural networks providing a brief overview of the motivation and ideas behind them
2019-06-24 15:04:47 -07:00
muskaangupta15 4cd38be757 Update index.md (#27093)
* Update index.md

* fix: changed c++ to cpp
2019-06-24 15:02:55 -07:00
Utkarsh Raghav 6902abb937 Added two more types of waits (#26978)
Added methods to achieve a time delay using selenium related waits.
2019-06-24 14:57:18 -07:00
H3r0Complex 55dc8dde95 added basic info about type safety and optionals (#27860)
* added basic info about type safety and optionals

* add link for optionals, renamed links and title  

also renamed the directory folder

* added basic info about type safety and optionals

added optionals link and renamed links and directory

* added basic info about type safety and optionals

added optionals link and renamed links and directory

* added basic info about type safety and optionals

also added "swift optionals" link and renamed original link to "type safety and type inference" and also renamed directory

* added basic info about optionals

added link to swift optionals and change the name of the first link and the directory

* added info on swift optionals

renamed links and directory folder

* added info about type safety and optionals

added a link to swift optionals and change folder name and a link's name to type safety and inference

* added info about optionals

added a link to optionals docs, change link and folder name to "type safety and inference", similarly with the title tag

* Update index.md

* Update index.md

* added info on swift optionals and type safety

altered link and directory names and added a link to optionals docs

* added info for swift type-safety and optionals

changed link and directory name to type safe and inference
added link to swift optionals doc

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update guide/english/swift/type-safety-and-inference/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* changed the directory name to match the title

* modified folder name to have the proper format :-)
2019-06-24 10:35:17 -05:00
Karthik Rao 4392455ff7 feat: add article for react portals (#33715) 2019-06-24 08:45:42 -05:00
H3r0Complex 251b857d12 added info about swift dictionaries (#32512)
* added info about swift dictionaries

* added info for swift dictionaries

* added info about swift dictionaries

* added basic info on swift dictionaries

* added info about swift dictionaries

* Update index.md

* added info on swift dictionaries

* added info about swift dictionaries

* Update guide/english/swift/dictionaries/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-06-24 08:30:13 -05:00
Yash Srivastava c03842f82b Add navbar-brand utility information (#30010) 2019-06-24 17:40:20 +07:00
H3r0Complex cc6735f9a4 added basic info about Swift Sets (#30395) 2019-06-23 20:47:06 -05:00
H3r0Complex f8abbfdf41 Added information about arrays (#32394)
* Added information about arrays

* added info about swift arrays

* added info about swift arrays
2019-06-23 20:29:48 -05:00
AleksandarSource 5ef825cadf Update index.md (#33345)
add extension for UITableViewDelegate protocol
2019-06-23 19:19:40 -05:00
Megan Charles 475ed09544 Updated Index (#31797)
Added a couple of suggested points briefly covering the benefits of onsite work and remote work.
2019-06-23 16:39:50 -05:00
PragatiVerma18 ab039a08a9 added-device-independent-pixels-article (#36084)
* Update index.md

* Update index.md
2019-06-23 10:04:11 -05:00
Zach Lumpkins 64056b1bb4 Clean up canvas particle sim guide code examples (#30742)
* docs(guide): clean up canvas particle sim code examples

* Use ES6 syntax
* Format code for easy readability
  * Normalize single vs. double quotes
  * Adjust spacing
* Add link to inverse-square law wikipedia page for additional information

* docs(guide): use arrow functions in particle sim examples
2019-06-23 09:28:46 -05:00
Mandavilli Nikitha ce1c151027 angular routing benefits (#30544)
extra stuff about routing in angular
2019-06-23 09:26:33 -05:00
AJ Wallace ed1af9cd88 ngUpgrade guide for Angular Guide folder (#26935)
* added guide for ngUpgrade library for angular

* add text for ngupgrade guide
2019-06-23 09:19:00 -05:00
frbc 03ec2dc45f Add text about man command. (#31393)
* Add text about man command.

Add text about man command (parameter -k).

* fix: change sh to shell
2019-06-23 08:15:38 -05:00
Gaurav Bisht 3d74d46cfb Update index.md (#30892)
Add text "### Application 

1. To find all connected components in a given graph
2. To find the shortest path between two nodes of any weighted or unweighted graph
3. To find all nodes within an individual connected components" to article.
2019-06-23 07:55:09 -05:00
Ignacio Capuccio bd829bb63a Fix English method examples for Ruby's guide (#29102) 2019-06-23 07:42:49 -05:00
Palash Bauri ca79d0bf34 Added Awk Guide (#34719)
* Added Awk Guide

* Replaced Image With DorectLink to Image

* Removed Link to AwkArtWork Image
2019-06-23 07:33:09 -05:00
Varian Caesar ae47b41ea3 Add bokeh installation (#30380) 2019-06-22 23:21:48 -05:00
Rajiv Ranjan Singh a412aa83c3 Typo Fix in guide/english/game-development/unity/index.md (#35937)
* Update index.md

* fixed small mistakes
2019-06-22 23:21:17 -05:00
Ricarda 9f46f2e4f8 added more info to distinguish bokeh (#28103)
added more info to distinguish bokeh from matplotlib and seaborn
added a link to a cheat sheet
2019-06-22 22:31:46 -05:00
sah-pinocchio fe0373797b add member function "at" (#30838) 2019-06-22 22:23:42 -05:00
Prab 4432a9a2fa Updated debugger section (#30965)
* Updated debugger section

Added additional info about a debugger's capability

* fix: changed c++ to cpp
2019-06-22 22:14:25 -05:00
Muh Fachrul Razy a1d3f1fbe0 Add New Style (#33059)
Add class styles to vertically centered the modal
2019-06-22 21:39:39 -05:00
AMGB e3b0a88910 Fixed spelling and punctuation errors in Binary Search Trees Guide Article index.md (#35238)
* Update index.md

I have changed the spelling such as missing letters and missing punctuation and while scanning the page, I have also adjusted a few  links or coding in and out of brackets.

* Update index.md
2019-06-22 21:24:14 -05:00
Carlos D. G c8b552da04 z-index (#29356) 2019-06-22 09:29:03 -05:00
Kristina Gern 82bad3bb50 Update for consistancy and clarity (#31250)
* Update for consistancy and clarity

* fix: corrected main header
2019-06-22 09:20:17 +01:00
Randell Dawson 3fa14df925 fix: renamed folder without starting dash (#36124) 2019-06-21 18:05:33 -04:00
Marko bda1add221 Added Some More Functions (#28195)
Added: 
- Appending to a file
- Deleting a file
- Renaming a file
- Moving a file
2019-06-21 11:45:57 +01:00
Randell Dawson d6a160445e Convert single backtick code sections to triple backtick code sections for Arabic Guide articles (13 of 15) (#36240)
* fix: converted single to triple backticks13

* fix: added prefix

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: removed language in wrong place

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add language postfix

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: removed language in wrong place

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-06-20 18:07:24 -05:00
Randell Dawson db4d4a1b34 fix: converted single to triple backticks12 (#36239) 2019-06-20 16:59:02 -05:00
Randell Dawson 039fea8b6d fix: converted single to triple backticks10 (#36237) 2019-06-20 16:53:53 -05:00
Randell Dawson da6bd27eec fix: converted single to triple backticks9 (#36236) 2019-06-20 16:49:26 -05:00
Randell Dawson ab2523953b fix: converted single to triple backticks7 (#36234) 2019-06-20 16:45:11 -05:00
Randell Dawson 19a601f135 fix: converted single to triple backticks6 (#36233) 2019-06-20 16:40:26 -05:00
Randell Dawson 9c90b163d6 fix: converted single to triple backticks (#36228) 2019-06-20 16:33:33 -05:00
Randell Dawson fce8901c56 fix: converted single to triple backticks5 (#36232) 2019-06-20 16:14:23 -05:00
Randell Dawson 926ddea5b0 fix: converted single to triple backticks4 (#36231) 2019-06-20 16:07:46 -05:00
Randell Dawson 0011f254c1 fix: converted single to triple backticks3 (#36230) 2019-06-20 16:05:02 -05:00
Randell Dawson ac2192ce7a fix: converted single to triple backticks2 (#36229) 2019-06-20 16:01:36 -05:00
Randell Dawson 5747442193 fix: remove repl.it links arabic challenge articles (#36209) 2019-06-20 15:53:30 -05:00
Randell Dawson 8f67cfa4d6 fix: converted single to triple backticks8 (#36235) 2019-06-20 15:45:47 -05:00
Randell Dawson 54d303ce1f fix: converted single to triple backticks11 (#36238) 2019-06-20 15:42:13 -05:00
Randell Dawson 397014136e fix: converted single to triple backticks14 (#36241) 2019-06-20 15:35:05 -05:00
Randell Dawson 7917d5c6c3 fix: converted single to triple backticks15 (#36242) 2019-06-20 15:16:38 -05:00
Stan Choi a13d116aab fix(learn): Added solution for invert binary tree data structures challenge (#35922)
* fix: add solution for invert binary tree

* Fixed errors

* Used 2 spaces per request

* deleted images

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added extra line to avoid linting errors
2019-06-20 13:28:37 -04:00
ZarSaeed e6a3df45f1 annotation "@Override" added to sample code (#32620) 2019-06-18 08:32:31 -07:00
Nikola Stevanović 645bd75e78 Refer to constructor from current class (#33979)
* Refer to constructor from current class

Refer to constructor from current class

* change Java to java
2019-06-17 10:22:08 +01:00
Amulya Gaur 81356391f0 Added topcoder tutorial links (#30852) 2019-06-15 21:31:24 -05:00
Justin 80db8e8065 Copy edited article for index.md (#31472)
* Update index.md

Corrected "its" to "are" in first sentence. 

Updated sentence structure in opening paragraph and paragraph prior to More Information section.

Changed "Ux" to "UX" in More Information section

* minor SPG change
2019-06-15 20:58:55 -05:00
Tristan Payne 7b4ea8e098 Update index.md (#29211)
Add another navigation technique
2019-06-15 20:48:54 -05:00
Rajiv Ranjan Singh 678fda34bf small typo fix in algorithm-performance (#36294)
* Update index.md

* fixed typo mistakes
2019-06-14 13:40:56 -07:00
Aaron Fox 2366cf2e6b Added Red-Black tree insertion section (#28074) 2019-06-14 08:00:39 -07:00
Andrey Botsiun 7a94013c60 Fixed buggy translation (#30423)
Fixed buggy translation of this Angular documentation
2019-06-14 09:58:16 +04:00
Rajiv Ranjan Singh e38fe5c7fe small-typo-fixed-in-accessibility-tools-for-web-developers (#36285)
* Update index.md

* fixed small mistakes
2019-06-13 19:51:32 -07:00
Rajiv Ranjan Singh 14ae51d302 Update index.md (#36286) 2019-06-13 13:31:22 -07:00
Rajiv Ranjan Singh d85371fd6c Update index.md (#36284) 2019-06-13 13:24:47 -07:00
Aman Mittal 2b54d70006 fix(guide): remove obsolete CRNA information (#36257) 2019-06-13 22:06:19 +05:30
Harkirat Singh 8f25305ab2 Update index.md (#35322)
* Update index.md

Completion of the solution code.

* fix: changed code to json
2019-06-12 17:39:51 -07:00
Ahmad Abdolsaheb d24778ceb8
fix: replace imgur URLs with s3 URLs for files with potential conflict (#36049)
* fix: replace imgur with s3 for files with potential conflict

(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)

* fix/remote extra link

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert change
2019-06-12 11:19:43 +03:00
Christian Coffey fb0c6813ac Explained top() and dynamic data structures (#30618)
* Explained top() and dynamic datastructures

Added a brief description of the top() function as there was none. Also talked about the application of dynamic data structures in the implementation of a stack.

* fix: changed c++ to cpp
2019-06-11 20:14:02 -07:00
Kyle Lobo 9252cbb998 Added example for stack using C++ STL in "Stacks" (#28814)
* Added example for stack using C++ STL in "Stacks"

* fix: changed c++ to cpp
2019-06-11 18:44:41 -07:00
Papun Charan b660edb52d Added the limitations of return type function (#32376)
Explained that in a function what kind of values can be returned.
2019-06-11 17:55:25 -07:00
Rajiv Ranjan Singh 589564e56c Typo Fix in guide/english/computer-hardware/ram/index.md (#35759)
* Typo Fix in guide/english/computer-hardware/ram/index.md

* Fix sentence
2019-06-11 13:18:14 -04:00
James Hogan dda4797118 Hints+Solution for D3 Display Shapes Challenge (#29513)
* Hints+Solution for  D3 Display Shapes Challenge

* fix: removed stub info
2019-06-11 09:48:33 -07:00
James Hogan 65bccdb9bd provide hints+solution to SVG/D3 Challenge (#29509)
* provide hints+solution to SVG/D3 Challenge

* fix: removed stub info
2019-06-11 09:48:22 -07:00
James Hogan a827e1c910 Hints+Solution - 'Create a Bar for Each Data Point in the Set' (#29527)
* Hints+Solution - 'Create a Bar for Each Data Point in the Set'

* fix: removed stub info
2019-06-11 09:48:11 -07:00
Bradley D. Thornton 1abe4971f4 Update of index.md (#31840)
Added the 'now' option to list of options
2019-06-11 10:04:49 -05:00
Ruslan Kharitonov ada34f00c5 F strings objects example (#30712)
* Upgraded node image to latest stable, v8.12 in docker compose

* f-strings example with capital letter F

* Example of using f-strings with an object

* Revert "f-strings example with capital letter F"

This reverts commit 8f498480ce.

* Revert "Upgraded node image to latest stable, v8.12 in docker compose"

This reverts commit e55dd116d2.

* feat: fixed header formatting
2019-06-10 19:52:01 -05:00
Vishwas Navada K a893cb43c3 fix the command python -m simpleHTTPServer (#36132)
* fix the command python -m simpleHTTPServer

Change the simpleHTTPserver to simpleHTTPServer, which is the right commmand.

* another capital S had been omitted
2019-06-10 20:27:41 +01:00
Faisal Arshed 79b46ca5ef Removed CRNA from Get Started list (#35647)
Removed Create-React-Native-App from the Get Started list, since it has been merged with Expo.
2019-06-10 06:45:45 -07:00
stavkl 5fb6d5fd6b elaborated on ptr to structs and typedef usage (#30511) 2019-06-08 20:15:13 -05:00
Natalie Cardot 4cebb759f2 Spelling/grammar fixes (#36164) 2019-06-08 11:18:08 +05:30
Kyle Lobo 0be59edc29 Detailed description for recursion in Fibonacci (#28784)
* Detailed description for recursion in Fibonacci

* Removed unnecesasry line breaks
2019-06-04 20:27:23 +01:00
Giulianno Sbrugnera 533b3cdf16 Correct both Snape's quote and translation (#22424)
Quotation was a bit off and there were remaining English words in between the translated quote.
2019-06-04 09:19:17 +01:00
Adi fc3ef20df8 Adding Async and Sync modes (#27233)
Adding Async and sync modes for Read as well as Write modules
2019-06-03 17:11:36 -07:00
yanhaohuang 947080f565 feat: add guide article for JavaScript padStart (#36028)
* add guide article for JavaScript padStart

* Fix formatting issue, add bullet point at sources

* Fix formatting

* Fix formatting
2019-06-03 16:52:30 -07:00
Alexander Molnar 1339da2a99 Added content to stub (#34365)
* Added content to stub

Explained the concept and gave examples.

* Update index.md
2019-06-02 10:13:23 +01:00
Jonathan Lawrence 56f45c38a9 Correct grammar and make more concise (#35179)
* Correct Grammar and make more concise

* Improve readability
2019-06-02 10:04:07 +01:00
Alexander Molnar 40386890ed Added content (#34342)
Quadratics is plural...?

Added an explanation as to how to factor quadratics, two methods (with examples), one for simple cases and then the general case. Discussed an issue that needs care when using the quadratic formula, as well as an example to make things clear what's going on.
2019-06-02 10:01:15 +01:00
chingchinglcc 1e4292b6e9 adds Chinese expiation and more stylings (#26642) 2019-06-01 21:33:13 -07:00
dipashreepatil 6eb1e6e2f2 Update index.md (#28724) 2019-06-01 09:26:56 -07:00
Natalie Cardot 33a61168c0 Correct word in code explanation (#36146) 2019-06-01 09:06:54 -05:00
muskaangupta15 4c4f3c7f87 Update index.md (#27085) 2019-05-31 14:37:35 -07:00
Abhipsa Mishra 51d1a2878c Update Data Mining Topic (#33340)
Updated the content about Data mining and its history.
2019-05-29 08:08:56 -07:00
Randell Dawson ad3d0aed04 fix: corrected guide solutions and explanations (#36125) 2019-05-29 01:34:08 +05:30
Saboor Elahi bd065c1a0e Information about constructors is elaborated. (#29852)
Information about empty constructors and parametrized constructors in Java is elaborated & default behavior of java is described.
2019-05-27 08:21:45 -07:00
Samuel Koprivnjak 02427ad982 Linux find cmd examples (#29360)
* Useful find commands examples

* Update index.md
2019-05-26 09:08:25 -07:00
okiwoki 8d12197021 Adding information on SSHv1 (#33883) 2019-05-26 08:41:12 -07:00
purifyyourhome 03a4f8c491 Added part about how SSH security can be augmented (#31244)
Added lines about how an SSH server can be configured to utilize a second factor authentication method to augment authentication security and how if one's password is compromised, an attacker must compromise this second (or third) factor of authentication too, to gain access.
2019-05-26 08:38:51 -07:00
Sabeer Sulaiman 9bcd0707b8 Guide article added: Bar chart using D3 (guide/english/d3) (#31338)
* D3 Version and Typo Fixes

* D3 Bar chart guide article

* Fix for intendation
2019-05-26 08:11:41 -07:00
Sabeer Sulaiman 28f5599cf0 Guide article added: Managing Data Changes in D3 (guide/english/d3) (#31310)
* D3 Version and Typo Fixes

* Enter and Exit functions guide article

* Intendation changed to 2 spaces
2019-05-26 08:10:57 -07:00
Sabeer Sulaiman 624642e465 Guide Article: D3 JS data join (guide/english/d3) (#31237)
* D3 Version and Typo Fixes

* D3 Data Join

* Intendation changed to 2 spaces
2019-05-26 08:09:57 -07:00
Samuel Koprivnjak 1e99510ebc Control Flow for Kotlin lang (#26793)
* Create control_flow.md

* Rename control_flow.md to controlflow.md

* Added control flow

* Added classes

* fix: corrected indentation

* fix: corrected indentation
2019-05-26 17:57:17 +05:30
Guayo Mena f5b94b51f1 feat(curriculum): Extend solution explanation for Convert HTML Entities challenge (#35835)
* Extend solution explanation

The explanation for the advanced code solution was a little cumbersome.
It tried to explain the used method, but also tried to explain an alternative solution, both mixed together.
To fix that, I moved everything related to the alternative solution to another paragraph.
Additionally, I added a more detailed explanation about this alternative solution.
Hopefully, with this fixes, both solutions will be clearer to the user.

* Replace intermediate solution

Replace the intermediate solution with a more concise one.

I took the opportunity to eliminate the indenting in all 3 snippets to remove unnecessary blank space on the left.
I also changed the wording on one of the instructions and fixed a typo.

* Remove external links

* Simplity regex declaration

I replaced `new RegExp()` in order to make the solution cleaner and shorter

* Update index.md
2019-05-26 17:53:41 +05:30
Samuel Koprivnjak e6dbbe08d8 SSH Port Forwarding tutorial (#29325) 2019-05-25 21:50:27 -07:00
alittlepickle c4c8de1c20 Updated from a stub to give basic info (#29726)
* Updated from a stub to give basic info

* fix: removed all of stub info
2019-05-25 21:22:43 -07:00
Vishwas Navada K 78826ea90d Fix the function call flattenArray->steamrollArray (#36128)
Replace the function call in the Intermediate Code Solution from flattenArray to steamrollArray which is the actual function name.
2019-05-25 17:49:57 -07:00
lasjorg c852dc7d1d fix(guide): correct regex for intermediate solution code (#35784) 2019-05-24 23:45:26 -07:00
Parth Parth 705c781d19 Added solution to Extend One Set of CSS Styles to Another Element (#34771)
* Update index.md

* fix: changed indentation
2019-05-24 23:36:18 -07:00
Matheus Genteluci 1664350f0f Understading case sensitivity in variables (#34600)
Added solution to index.md in guides section
2019-05-24 23:02:55 -07:00
Kyle Lobo 839c7e56c4 Added explanation for O(logn) solution in "Exponentiation" (#28807) 2019-05-24 23:00:31 -07:00
Ahmad Abdolsaheb 23ca5d9cc6 fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
2019-05-25 02:39:49 +05:30
Ahmad Abdolsaheb 1e9f5bc09a fix: replace imgur with s3 for Portuguese guide without conflict (#36054)
* fix: imgur to s3 for portuguese guide without conflict

(cherry picked from commit 55e786f8dbcf917e16088be97e18c951d937cd71)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: remove unrelated change

* fix: revert space

* fix: revert styles
2019-05-25 02:30:23 +05:30
Ahmad Abdolsaheb 21bd031a52 fix: repalce imgur with s3 for russian guide without conflict (#36055)
* fix: imgur to s3 for russian guide without conflict

(cherry picked from commit ac90750e36b0dd1fe508c69a2277b75be48e4b95)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert unrelated changes

* fix: revert changes
2019-05-25 02:23:55 +05:30
Crystal Yungwirth c37cb92e63 Alternative Advanced Code Solution (#35965)
* Alternative Advanced Code Solution

Uses .replace() instead of .split()-.join()

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/binary-agents/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Addresses review by RandellDawson
2019-05-25 01:40:05 +05:30
Sabeer Sulaiman 57c638994f Guide Article guide/english/d3 typo and version fixes + D3 DOM Selectors article (#30193)
* D3 Version and Typo Fixes

* D3 Guide: DOM Selectors in D3 + rearrangement

* Reverse the rename

* Intendation changed to 2 spaces
2019-05-24 10:08:50 -07:00
Alexander Wayne Omorokunwa 5c2d898fee created a new article (#28592) 2019-05-24 14:06:02 +01:00
DanSLuong 07981cd3f5 Fix(guide): Edited formatting (#32583)
* Fix(guide): Edited formatting

* Update index.md
2019-05-23 22:10:02 -05:00
angel13 20dc570df7 Added resource Python for Scientists and Engineers (#32181) 2019-05-23 22:07:28 -05:00
John Close d439d9f385 Update index.md (#30805) 2019-05-23 22:06:50 -05:00
Parth Parth 009088a2ca fix: Move optical alignment file to proper place (#35588)
* fix: Move optical alignment file to proper place

* Make title proper
2019-05-23 21:29:27 -05:00
abhaybaiju f1ef01b165 More informative index.md (#29456)
More informative description
2019-05-23 20:56:28 -05:00
Debalina 3609e48988 fix typo (#29747)
removed quotes
2019-05-23 20:55:47 -05:00
Jonathan Lawrence 55476cb165 Improve Readability (#35181)
* Improve Readability

* added the word "the"

* Removed unnecessary line
2019-05-23 19:27:08 -05:00
Rajiv Ranjan Singh 5038eb7176 Typo Fix in guide/english/computer-hardware/cooling/index.md (#35720)
* Update index.md

* Update index.md
2019-05-23 18:02:37 -05:00
Harsh Savergaonkar 211a13a320 Grammar fixed, now easier to read and understand (#32009) 2019-05-22 18:16:45 -05:00
King Josaphat Chewa d6f641ec34 Update index.md (#32810) 2019-05-22 18:14:04 -05:00
dipashreepatil b9426e055d Update index.md (#28696) 2019-05-22 18:10:11 -05:00
Sufiyan Samnani 7e1fd378b6 Added some information about function composition (#28102) 2019-05-21 22:47:24 -07:00
Natalie Cardot 545b8a6f34 Modify if statement (#36088)
* Modify if statement

Change the solution so an empty string is returned when num is less than 1 rather than less than 0 for consistency with instructions.

* Add test 

New test checks that if num is 0, an empty string is returned

* Fix test 

Fixing errors in newly proposed test that checks that empty string is returned when num is 0

* Modify intermediate solution

Changing if statement in intermediate solution to check whether num is less than 1 rather than less than 0. (Also adding curly brackets to that solutions if/else statements.)

* fix: removed unnecessary assert message arguments
2019-05-20 21:08:20 -04:00
Ahmad Abdolsaheb 3019f80a14 fix: replace imgur with s3 for arabic guide files with no conflict (#36051)
* fix: replace imgur to s3 for arabic guide files with no conflict

(cherry picked from commit 96a14a1f278c12e0123216813ab27076b1bcdb66)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: remove an unnecessary url addition.
2019-05-21 01:22:16 +05:30
Matt Schlosser c201e41564 typo: Remove errors within a challenge solution (#36097)
* Remove random links from code

Seems that these got added by accident.

* Remove errors from solution in Portuguese version

* Remove errors from solution in Spanish version

* Remove errors from solution in Russian version

* Remove errors from solution in Arabic version

* Remove errors from solution in Chinese version
2019-05-20 12:48:28 -07:00
Ahmad Abdolsaheb 727d55fb5f fix: replace imgur with s3 for spanish guide without conflict (#36056)
* fix: replace imgur with s3 for spanish guide without conflict

* fix: revert incorrect changes
2019-05-21 00:10:42 +05:30
Ahmad Abdolsaheb a16539becf fix: replace imgur with s3 for english guide without conflict (#36053)
* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
2019-05-20 23:54:51 +05:30
Rajat Verma 53fd5d8c14 solution logic fixed for negative numbers (#36093) 2019-05-20 08:31:10 -07:00
Shubhamjainagrawal b55c50c6cf described assignment operator (#32080)
described use of asssignment operator in c program.
2019-05-20 08:05:18 -07:00
Rajiv Ranjan Singh 1be1f430b3 Typo Fix in guide/english/bulma/index.md (#35936)
* Update index.md

* fix: changed terminal to shell
2019-05-19 21:04:36 -05:00
Harshit Omer 34ccf02bba Time Analysis of AVL/ Height Balanced Tree (#31029)
Time Analysis Of AVL Tree:

AVL tree is binary search tree with additional property that difference between height of left sub-tree and right sub-tree of any node can’t be more than 1. 

Algorithm		Average	 Worst case
Space		   O ( n ) {\displaystyle O(n)} O(n)	O ( n ) {\displaystyle O(n)} O(n)
Search		O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)	O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)
Insert		O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)	O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)
Delete		O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)	O ( log ⁡ n ) {\displaystyle O(\log n)} O(\log n)
2019-05-19 13:09:10 -07:00
Sarvesh Yadav 4a8b643497 True and False interpretion (#32626)
* True and False  interpretion

How true and false is  interpreted by python.

* Update index.md

* Update index.md
2019-05-20 00:34:23 +05:30
smokiebacon bae1bb435c explained the 'for' attribute a bit more (#32294) 2019-05-20 00:31:10 +05:30
PUNIT TIWARI f7f69fca06 add changes " Print value using abs function" . (#33346) 2019-05-19 23:58:36 +05:30
Daniel Segarra 987820f079 Added articles and tip to visual studio code guide. Articles on integrating Prettier with ESLint and Airbnb (#35871) 2019-05-19 23:48:55 +05:30
David Madrigal-Hernandez d54f2d7c8d Add Recommended extension and Add feature (#34495)
I ended up modifying the extension list to include the VIM keybind extension for those who want the experience as well as added Customization as one of the main features of the editor.
2019-05-19 23:48:10 +05:30
Gerard Hynes a30982e862 Add comments and update callback arguments' names (#36082)
* Add comments and update callback arguments' names

I've added a few comments to the solution and given the callback arguments more descriptive names to clarify what the solution is doing, since this challenge seemed a little more complex than the previous challenges.

* Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-reduce-method-to-analyze-data/index.md

That makes absolute sense and is clearer. Thank you.

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update indentation to be two-spaced
2019-05-19 10:45:34 -07:00
maninaik 0ee212d5af changed the properties of avl trees (#27322)
Changed the property that said that the AVL tree can have zero or more child nodes to avl tree can have zero, one or two child nodes.
2019-05-19 09:24:45 -07:00
Zonqq 28283d7197 Add information AVL tree Wiki (#25811) 2019-05-19 09:23:32 -07:00
rish9898 c69217d5f8 Application of AVL Trees (#25457) 2019-05-19 09:22:45 -07:00
Dipto Karmakar 3dc8f10ae8 Update add-inline-style-in-react (#35739)
- Add my solution in the hint.
2019-05-18 23:02:46 -05:00
Pijus f69768e2ae Density calculator page expansion (#32126)
* Density calculator page expansion

* Update index.md
2019-05-18 18:19:51 +05:30
van-tienhoang 3366d820a7 Adding alternative tools for coding style (#30493)
* Adding alternative tools for coding style

Adding alternative tools for coding style

* fix: changed console to shell
2019-05-18 18:12:07 +05:30
Anas Salam 1485959f5a info added to how to add subtract with powers (#29544)
info added to how to add or subtract with powers
2019-05-18 18:07:03 +05:30
Tom 21118bc26a fix/regex-lower-number-of-matches (#36004)
* fix/regex-lower-number-of-matches

* fix/update-guide

* fix/convert-blockquote-to-backticks
2019-05-17 23:53:00 +01:00
Cameron Behdani a6cc69c4ad Added related resource section and a useful resource (#32997)
* Added related resource section and a useful resource

* Update index.md
2019-05-17 12:16:20 -04:00
Ashwin Aishvarya Vardhan 241d966e54 added info about scikit-learn and accuracy metrics (#30179)
* added info about scikit-learn and accuracy metrics

Added some information about R-squared score.

* Update index.md
2019-05-17 11:26:20 -04:00
Marcus Parsons 5f1e78f4d9 Added new section (#26554)
* Added new section

Added a new section for defining what can be returned in custom methods and how to correct a mistake with returns

* Update guide/english/csharp/return/index.md

Co-Authored-By: marcusparsons <marcusparsons@users.noreply.github.com>

* Update guide/english/csharp/return/index.md

Co-Authored-By: marcusparsons <marcusparsons@users.noreply.github.com>

* Update guide/english/csharp/return/index.md

Co-Authored-By: marcusparsons <marcusparsons@users.noreply.github.com>

* Update guide/english/csharp/return/index.md

Co-Authored-By: marcusparsons <marcusparsons@users.noreply.github.com>
2019-05-17 08:02:17 -07:00
Joseph Houser 7532555abf Corrected translation of "links" (#23358)
Proper translation of "Links" is "Enlaces" not "Campo de Golf" (= "golf course").
2019-05-17 16:38:08 +05:30
Joseph Houser 4ae9e3cdb0 fixed translation of "links" (#23361)
Proper translation of "Links" is "Enlaces" not "Campo de Golf" (= "golf course").
2019-05-17 16:37:49 +05:30
Nischay Hegde 6f8dde9bad Fixed outdated info (#27187)
* Fixed outdated info

C++98 wasn't the standard for a long time. gnu++14 is the current standard and this pull request corrects that.

* Update index.md

* Updated the attribution to fit Purdue's format.
2019-05-17 16:22:22 +05:30
Hasan Abdullah cc1ebb718d feat: add article for JavaScript String.valueOf() (#36017) 2019-05-17 16:21:04 +05:30
Sanket Mishra 5040c2e1ca Fixed typo (#36048) 2019-05-17 11:46:43 +02:00
stavkl 4724c7f5d9 using v to select text (#30528) 2019-05-17 11:36:29 +05:30
zerandomalt 742b56589e Made the formatting more consistent (#30285)
The formatting is now more consistent with the other files in the directory, also added a more information section with a link to the SS64 page.
2019-05-17 11:33:13 +05:30
joesvetz cc0eaff745 Clarification of Knights and Knaves (#29890)
Added a couple of clarifying points to the knights and knaves example. Also gave the wikipedia link a more descriptive title.
2019-05-17 11:31:27 +05:30
cuzza0 1beaac868e Updated services and details of plans (#27912)
Added the names of the services and extended information about plans and tiers of services
2019-05-17 11:26:29 +05:30
Andrew Mackie f7cbf7494b Improvements in wording and notation. (#27370) 2019-05-17 11:24:15 +05:30
Zidan c50fa87df3 عملة رقمية بدل عملة معماة (#20829) 2019-05-17 11:17:34 +05:30
Zidan 31be037c9c أجايل بدلا من رشيق (#20819) 2019-05-17 11:16:53 +05:30
Nimalen Sivapalan 1fefb703eb add more info to the Scrum guide and fix typos (#32042)
* add more info to the Scrum guide and fix typos

* Update index.md
2019-05-16 23:09:33 -04:00
mushtaq smb 9668849659 Highlighted the roles to bold (#31771)
for better readability
2019-05-16 22:11:56 -04:00
creativeST 806f688eaa Add resource Introduction to Scrum (#31332)
* Add resource Introduction to Scrum

Introduction to Scrum Video

* Update index.md
2019-05-16 21:51:04 -04:00
Derek Lane 77df8bb424 Refined content (#33848) 2019-05-16 21:34:05 -04:00
Tosson a0d2c5ccc2 Text added (#32163)
* Text added

* Update index.md
2019-05-16 21:32:56 -04:00
Jacob Kim 93214303d4 Changed BST's worst run-time from O(log n) to O(n) (#31445) 2019-05-16 17:44:45 -07:00
Manas Ojha 5964e764da Changes in the language for better understanding (#31116) 2019-05-16 19:47:52 -04:00
Prab a804897029 Updated the definition of Acceptance criteria (#30971)
Clarified Acceptance criteria from different perspectives
2019-05-16 19:47:11 -04:00
Gonzalo González Mora e2e5bb191e Typos y errores de traducción - typos and translation errors (#20945)
Some small typos and translation errors

Algunos errors de tipeo y traducción pequeños
2019-05-16 16:37:59 -06:00
msha833 78dc866254 Update index.md (#34033) 2019-05-16 20:04:00 +01:00
Kosmas Chatzimichalis cb44b4bb15 Initial Map page (#26450)
* Initial Map page

* Update index.md
2019-05-16 14:31:27 -04:00
Cesar Jimenez ceadc5a839 Switching words (#22580)
* Switching words

Changed the word "común" to "comunmente". Makes more sense.

* Adding accent to "comúnmente"
2019-05-16 23:28:22 +05:30
Adrian Chira 65d4afc9e0 Changed var to const (#22475)
The English version was changed so I changed var to const as in the English version
2019-05-16 23:27:16 +05:30
The Coding Aviator 39a9da5c1d Added solution to D3 predefined scale challenge (#34242)
* Update index.md

* Update index.md

* spacing

* Update index.md
2019-05-16 09:04:54 -07:00
The Coding Aviator e6fef5ff34 Added solution to D3 use dynamic scales challenge (#34241)
* Update index.md

* Update index.md

* Update spacing

* Update index.md
2019-05-16 09:04:08 -07:00
Xiaojie(Aaron) Li c33260581b fixed grammar/articulation of certain sentences (#30508) 2019-05-16 13:04:44 +05:30
Andrew Ma 1d77711431 add solution to redux remove item from array (#35593) 2019-05-16 13:01:37 +05:30
Sunny 719227b733 Made correction in the output of println function when it prints an integer string. (#27034) 2019-05-16 12:19:24 +05:30
rswalve 522c682971 Update index.md (#32849) 2019-05-15 17:50:48 -07:00
Randell Dawson 0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
Randell Dawson 4b4762716c fix(curriculum): Rewrote the Write Higher-Order Arrow Functions challenge and moved to Functional Programming section (#35954)
* fix: reworded and moved challenge

* fix: removed extra line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix; removed extra line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: reworded sentence

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-15 11:12:17 -05:00
The Coding Aviator d390b40a9f Update index.md (#34282) 2019-05-15 01:16:58 -07:00
Randell Dawson 227685af59 fix: reordered content and added headers (#34713) 2019-05-15 12:28:56 +05:30
Randell Dawson b013f2ab3a fix: declared x variable (#36046) 2019-05-15 11:49:44 +05:30
E.T aad311a76f Translated html comment (#23860)
Translated this " FreeCodeCamp is an open-source project that needs your help" to this "FreeCodeCamp es un projecto de codigo abierto que neccesita tu ayuda"
2019-05-14 23:58:15 -05:00
Aldo e9c0198917 Update python name in index.md (#28360)
* Update index.md

Programming languages has no formal translation to spanish, they are named with their original names.

* fix: changed node to js
2019-05-14 23:55:51 -05:00
Antonio Alaminos 5cb79c219b Some changes in first parragraphs (#24527) 2019-05-14 23:44:54 -05:00
E.T 3a20ddfdd6 Translated HTML comment (#23848)
Translated this text "You can comment out a large number of lines like this." to this "Puedes commentar varias lineas como estas."
2019-05-14 23:41:53 -05:00
Andrés Sanjose 86b17db98e Full text editing (#21326)
Changed tone to less formal throughout the text. Grammar editing. Changed a few words and phrases. Improved translation.
2019-05-14 23:24:26 -05:00
J4unty 44561ae524 Java stream additions (#33003)
* Reworked Java Streams

* Added Stream  examples for parallel streams
2019-05-14 21:10:18 -07:00
Julian Krieger 0ed2246708 Nearer specified collect function (#32430)
Added an example to specify how collecting works
2019-05-14 19:27:50 -07:00
Wei Hung Chin 4f223e68d0 Add new example (#30133)
Added example of using map operator to get a list of object properties from a list of objects
2019-05-14 19:19:59 -07:00
Evaldas 57762df6f7 Add information about pattern matching (#24400)
Added information about how we can use a switch statement for pattern matching and gave an example from Microsoft docs.
2019-05-13 22:18:18 +05:30
Travis Benfield fe2f7ef5d3 Grammar fixes (#33049) 2019-05-13 09:47:42 -07:00
AgentMcBride 17d5b64553 update index.md (#32087)
Added a way to practice terminal skills with the use of overthewire war-games.
2019-05-12 17:29:29 -07:00
Michael G f9482c3df9 Added examples for complex numbers to numeric-types article (#28443)
* Added examples for complex numbers to numeric-types article

Introduce 3 examples of what a complex number would look like in Python.

* fix: moved links to bottom
2019-05-12 16:26:53 -07:00
Tanay Kulkarni 0a69401e59 Added python package installer details (#31594)
* Added python package installer details

* Update index.md
2019-05-12 16:26:40 -07:00
mayank6 bf36259770 Added a way to get multiple inputs (#31684) 2019-05-12 16:01:33 -07:00
Tanuj Sharma 21c45aabde added more common and efficient data structures (#29225) 2019-05-12 15:57:13 -07:00
Glafs dc0f0a96bb Added text to boolean-operations in python guides (#31023)
Added descriptions and examples of other boolean-operations which are not part of the Python language, but still useful to know.
2019-05-12 15:43:16 -07:00
Domingo Moronta 6361c48b99 Add formatted string literals example (#33192) 2019-05-12 15:36:26 -07:00
Jozef Maloch d23f5ea952 Insertion (#30223) 2019-05-12 15:35:04 -07:00
Nathan Liang 01163b2c6b corrected typos and clarified sentence structures (#32947) 2019-05-12 15:27:03 -07:00
Harshit Omer c4f17674cf Adding Time Analysis for B-Trees (#31013)
* Adding Time Analysis for B-Trees

Time Analysis for B-Tree:

Suppose a B-tree has n elements and M is the maximum number of children a node can have. What is the maximum depth the tree could have? What is the minimum depth the tree could have?

    The worst-case depth (maximum depth) of a B-tree is: logM/2 n.
    The best-case depth (minimum depth) of a B-tree is: logM n.

Worst-Case Times for B-Trees:

    Adding or removing an element in a B-tree with n elements is O(log n).

* fix: removed duplicate info
2019-05-12 15:19:23 -07:00
25Harry 3e404cd075 Created required brackets in logn (#33401) 2019-05-12 14:58:05 -07:00
kellyhuang21 1a4d7a04ac Added b-tree insertion (#30195)
* Added b-tree insertion

* Added Insertion
2019-05-12 14:51:01 -07:00
Nayan Chawla db22bd3547 Python 3 Change (#28596)
Included difference in python 3 vs python 2
2019-05-12 14:33:15 -07:00
Michael G 43f2e6223f Added another example to defining-functions article (#28449)
Added an example to help show how to define and call functions in a simple and easy to understand manner.
2019-05-12 14:31:47 -07:00
Eric Hodges 0ec1249ba4 Added (GUI) to make text more clear (#31739)
Added (GUI) to first line in the first paragraph.
2019-05-12 10:30:14 -07:00
Adi f8de183d32 Adding new commands to the list (#28206)
Adding new commands to the list of commands
2019-05-12 10:28:53 -07:00
Yash Kapadia ce5af168e4 Fixed link, document format, and grammar (#28023) 2019-05-12 10:25:28 -07:00