Commit Graph

18570 Commits (3d053150b3b8b218cd41e855e0d47106d028f2d3)

Author SHA1 Message Date
Aman Kumar d6c9d612e5 Added the method of finding slope from a graph (#21597)
* Added the method of finding slope from a graph

* cleaned up graph, added alt attributes, cleaned up grammar
2018-11-15 07:27:33 -06:00
George-Cristian Tudoran 68d00ec899 Added do-while loop statement (#21611)
* Added do-while loop statement

* moved links to bottom, changed to markdown style links
2018-11-15 07:23:11 -06:00
Rogel Horlador b9b76e8f43 Changed to latest version of Wget (#21745) 2018-11-15 05:00:58 -08:00
Glafs 9313e09c45 Fixed style typo in python guidelines (#27857)
* Fixed style typo in python guidelines

The python marker was below the ''' marker, moved it up in 2 examples.

* added output to python guide

Added an output from a conditional block and added the python tag to a code block
2018-11-15 15:22:07 +05:30
JJ-Tu 04d84dd58e fixed typo "usefull" to "useful" (#26888) 2018-11-15 15:20:47 +05:30
Edulop139 cfd09e30bc Grammer fixes (#23299)
added a two spaces for  words that shouldn't be connected as compound words
2018-11-15 02:35:21 -05:00
BladeQue12 20f85f708a corrected line 53 (#23284)
The writer of this forgot to add the letter "e" in the word "equals" so the sentence should read "An alpha value of 1 equals 100%, and 0.5 (.5 for short) equals 50%."
2018-11-15 02:31:17 -05:00
jaceclowdus 4eb13c86bd Fix spelling mistakes in lines 25 and 35 (#23276)
Change the word "developper" to "developer" in line 25. Change the word "informations" to "information" in line 35.
2018-11-15 02:29:33 -05:00
dillon 32510cc3cb Improving description of smart contracts (#21696) 2018-11-15 16:29:15 +09:00
Caleb Spradlin 5caa346be3 Fixed grammar errors and typos on lines 15, 18, 40 (#23238)
added commas, took away commas, and added a hyphen
2018-11-15 02:24:54 -05:00
Egregious-Egg ae42ced684 Change "recognize" to "recognized" in line 28 (#23210) 2018-11-15 02:15:31 -05:00
Kowake 109ad81b24 Missing "a" line 15 (#23175)
Add an "a" after the word "with" and before the word "period" on line 15.  Sentence will now be grammatically correct.
2018-11-15 02:04:50 -05:00
Sigurd Morsby 5e91cd7553 Changed space to width (#23147)
It said that block level elements fill up the container's space. They only fill the width.
2018-11-15 01:53:15 -05:00
v01d3tr e017f5474a typos & syntax fixes (#26893) 2018-11-15 12:02:23 +05:30
Mr_patcher 3de690ae5d Add link to a iTerm2 customization guide (#23072)
* Update index.md

Added a link to a guide that shows how the terminal can be customized to improve productivity.

* Change subheading level
2018-11-15 01:28:38 -05:00
Kenny Fairris 64b17254ee fixed typo (#27415) 2018-11-15 11:49:41 +05:30
Rufaro Madamombe 458f4b112b Fix typo in heading (#26722)
Fixed a typo in the guide.
2018-11-15 11:43:08 +05:30
Nic Wilson a041dc7f22 Update index.md (#26640)
While NPM is cagey about what NPM actually stands for (https://www.quora.com/I-keep-hearing-NPM-doesnt-stand-for-Node-Package-Manager-what-does-it-stand-for), since it's a package manager thought it would be helpful if we referred to it as such here.
2018-11-15 11:39:00 +05:30
sirhung1993 c028b9f7ad Fix some typos (#26764)
Change line 97
"To remove a global dependency, use `-g` flag." => "To install a global dependency, use `-g` flag."
And fix typos of "project"
2018-11-15 11:38:14 +05:30
Kosmas Chatzimichalis e1d2c07360 fix typo (#26453) 2018-11-15 11:35:57 +05:30
Hardik Sharma bb03dc8c80 Fixed the typos, as usual (#26141) 2018-11-15 11:28:06 +05:30
Blaze2305 e7cc0c6d1a added ternary operation to conditional statements (#22773) 2018-11-15 11:17:04 +05:30
Kosmas Chatzimichalis beadff7771 fix typo (#26361) 2018-11-15 11:16:17 +05:30
Bernardo Sequeira 8ddd706d54 fixed typo 'nuber' to number (#26398) 2018-11-15 11:15:14 +05:30
Jibin Philipose f664d8c881 Formatting and added a new source (#23569)
* Formatting and added a new source

The bold I guess wasn't showing up so did some formatting there and numbered the sources too.
Added one new source.

* build: added updated package.json

* temp rename of file

* Rename index.md to index.mdd

* fix: corrected index.md

* Update package.json
2018-11-14 21:34:27 -08:00
Amit Deshwal 2ca9bdea23 Updated link for book. (#21686)
Under the Coding Interview section i updated the book named:"Cracking the coding Interviews" with the latest edition available.
2018-11-14 22:22:37 -06:00
Eve Mendelevich 9b51c70d45 Add line break (#23064)
Added a line break between the last section's title and its content.
2018-11-14 23:19:06 -05:00
carlos fernandez 969065887a In the example the Read more line (#23063)
The read more line in the example it has to be inside the comments.
2018-11-14 23:14:58 -05:00
Amila Indika b4811744de Fix typo of ture to true (#25791)
Fixing typo in line 25 from ture to true
2018-11-15 08:37:51 +05:30
Samantha Burke c7b1c92b3f Fix grammar error (#23043)
Changed 'start' to 'starts'.
2018-11-14 21:19:32 -05:00
Johnathan Milley 2a1ae19bd1 Removed unnecessary "Other Information" header (#23055) 2018-11-14 20:55:31 -05:00
Patryk Buda d3d6d57618 Example of how to use Number in Typescript (#20802)
* Example of how to use Number in Typescript

* updated with changes suggested in review

* updated indent in code block

* updated based on @itaisteinherz suggestions
2018-11-14 18:39:19 -07:00
Naveenkumar Mortha cf44c7246d Added steps to check keywords in python (#21511)
* Added steps to check keywords in python

>>> import keyword
>>> print (keyword.kwlist)
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
>>>

* Format the text properly
2018-11-14 18:14:24 -07:00
devguru149 a758619046 Added hyperlinks (#21569)
* Added hyperlinks

Added hyperlinks to Apache, Ionic, React, NativeScript and Flutter.

* Add link for Xamarin
2018-11-14 18:05:08 -07:00
Peregrin Garet 7f4362c7a1 Added rendering info & reference links (#21554)
Added a section on how to use the root file to render your routes, mentioned the possibility of a separate routes file to keep things clear and readable, and added a few useful references to follow up on
2018-11-14 18:03:33 -07:00
Saravanan Elumalai e805f08716 Updated the Usage with 'ls' instead of 'cat' and also added few more options that are useful in daily life (#21586) 2018-11-15 00:50:23 +00:00
Johnathan Milley 44d6b9d30d Added a space to a comment for consistency (#22993) 2018-11-14 19:38:32 -05:00
Joseph Houser 8589bdf138 fixed several spelling errors (#23138)
* fixed several spelling errors

fixed some typos and cleaned up parts of the text that didn't make sense

* fix: made folder name lowercase
2018-11-14 15:48:59 -08:00
AlphaBatzarro 4171c98415 Lunacy UI Design Tool (#23489)
* Lunacy UI Design Tool

Add a tool known as lunacy for people that want a sketch alternative to windows.

* fix: corrected folder name case and added index.md

* fix: added frontmatter
2018-11-14 15:12:49 -08:00
Jeff Innes 04e9303bca Fixed typos and grammer errors in index.md (#21546) 2018-11-15 06:02:33 +07:00
RBenBeach ba9ba9dff4 corrected grammatical, punctuation, and spelling issues (#21540) 2018-11-15 06:00:17 +07:00
William Spanfelner 306d9f175b Create git-config description (#26971)
* Create git-config description

Add git-config description and use examples.

* Rename git-config to git-config.md

* Rename guide/english/git/git-config.md to guide/english/git/git-config/index.md
2018-11-14 14:59:36 -08:00
XonathanG 7c01cc9f7c Gomez-conference-index.md (#26878)
* Update and rename index.md to Gomez-conference-index.md

Small grammar edits

* Rename Gomez-conference-index.md to index.md
2018-11-14 14:58:15 -08:00
Anutosh1 9427d868e6 blender water shader (#23989)
* Update index.md

* correctly lowercased folder names
2018-11-14 14:57:24 -08:00
sydmo44 1e4b2dc65e Add the link for the tableau blog (#23283)
* Add the link for the tableau blog

So people can see how the tool helps others

* fix: corrected folder case
2018-11-14 14:54:17 -08:00
drakeperezpantoja 6da1bc5129 Create Meaningful Play File (#23274)
* Create Meaningful Play File

SCAD ITGM

* fix: correct folder spacing and case
2018-11-14 14:53:56 -08:00
Chegne Eu Joe 2cb439937d Grammatical Changes (#22924)
* Grammatical Changes

Fixed some grammars for a few sentences. as well as an added space between the sentences.

* fix: correct folder case
2018-11-14 14:52:44 -08:00
raghavbhartia ee8feba4b5 Elaborating struct comparison (#22429)
* Elaborating struct comparison

* fix: corrected path name issues
2018-11-14 14:52:10 -08:00
Sayali 86accd2bd2 Add information about Tableau (#21997)
* Add information about Tableau

* fix: changed Tableau to lowercase
2018-11-14 14:48:27 -08:00
Natanael 93029a0d32 Corrected H1 Title and added link to Reddit (#21920)
* Corrected H1 Title and added link to Reddit

* fix: corrected folder name
2018-11-14 14:47:40 -08:00