Commit Graph

3740 Commits (02df1343e1daaa44329706436dcbe5dd12c1e991)

Author SHA1 Message Date
jaceclowdus 02df1343e1 Change the formatting in line 6 (#27211)
This makes it more consistent with the rest of the CSS guides.
2019-03-15 12:19:45 +05:30
SakshamGupta1995 ef8c5e5bfa Add equalsIgnoreCase to the file (#27662)
The function equalsIgnoreCase() is also used for comparing the equality of 2 strings.
2019-03-15 12:19:06 +05:30
Dani Marek 9192e0c5da Added commas to lines 20, 22, 24, and 28 (#33773) 2019-03-15 12:17:55 +05:30
Marko ccfb6444f1 Added Constructor Chaining (#28232)
Added Constructor Chaining
2019-03-15 12:14:16 +05:30
Setyo Adi Wibowo 1be6528d4b add non-breaking space with example (#27533) 2019-03-15 12:11:12 +05:30
SpeedX a57baf07fd Fixed Logical error (#31639)
Fixed Logical Error in the Second program
2019-03-15 11:55:33 +05:30
dannyphan2910 3a05e44af7 Added some information about variable in 'for' loop (#31440) 2019-03-15 11:54:24 +05:30
summonmoon 9429ad9834 Added text about finding the right power supply (#32951) 2019-03-14 12:43:29 -07:00
Alexander Molnar 5e857f3273 Added content, example (#31773)
Clarified some details
2019-03-14 22:34:19 +05:30
yuktaanand 4d28baa4b4 Each element of A is paired with each element of B. (#33658) 2019-03-14 22:19:22 +05:30
Kevin Trang 23dc3cc246 Design changes and elaborated info on 2D Shapes (#34519)
-Initially, some of the headings were not formatted as headings, so emphasising the headers as strong was suitable
-Moreover, it was written that the diagonals of a rectangle is "mutually perpendicular", which is not true for a rectangle, so I removed it to avoid confusion
-Changed the mathematical equations through inserting "![](image address)" and using LaTex Equation Editor to copy the image address of the equation into the round brackets
-Added more info about triangles by specifying the types of triangles
-Added info on a Trapezium as a 2D Polygon
2019-03-14 22:18:38 +05:30
Alexander Molnar 2dac1788be Fixed errors, added content (#33399)
* Errors fixed

Many errors fixed and tried to clarify many points (grammar/exposition)

* fix: removed colon in title key value
2019-03-14 22:16:10 +05:30
joesvetz 052a0dd1b4 Expansion of Area of Triangles (#29909)
Fixed a small type-o and added information about the area of obtuse triangles.
2019-03-14 22:13:28 +05:30
alicecallejas e4e9ee88d1 Add phrase (#31576) 2019-03-14 22:12:34 +05:30
Tom 32b53ba0e0 Add link I removed from challenge (#35429)
Added a link to a resource I removed from the challenge description
2019-03-14 08:10:05 -07:00
Jtorres68 f96ab3e129 Grammar fixes (#29248) 2019-03-14 07:15:31 -07:00
Nick J 4d7114b77f Updated index.md (#28121)
Edited some text in the description. Elaborated text for <a> tag link in more information section.
2019-03-13 15:46:23 -07:00
Randell Dawson 4f1eba6576 fix: changed it to is (#35134) 2019-03-14 02:18:10 +05:30
Rajiv Ranjan Singh 23aa6c0d49 Fixed-Typographical-Error-in-guide/english/html/index.md (#35586) 2019-03-14 02:15:50 +05:30
Jeff Thompson 57492772fe correct / clarify grammar (#34042)
added to article to help clarify some texts as well as added def. article as needed.
2019-03-13 11:55:37 -07:00
DrMyuu 76e62fda9e Additional information to Power Supply section (#27188) 2019-03-13 08:58:00 -07:00
PaJo2001 95491c0114 Added Example for better explanation and clarification of how Divide And Conquer is Useful and … (#32032)
* Added Example for better example of Divide And Conquer is Useful and why we use it.

* fix: grammar and formatting
2019-03-13 08:57:35 -07:00
sourya 6416228c24 bold algorithm names to highlight and prettify (#30576) 2019-03-12 18:26:23 -07:00
Physige af64d1cd74 Added information (#26584)
Added insight into the history of power supplies. Lines 10-11.
2019-03-12 18:23:36 -07:00
Eduardo Castellanos e384d79ef6 Capitalized full form versions of RAM, HDD, GPU (#29770)
Also added 'disk' into "Hard Disk Drive" term.
2019-03-12 18:00:58 -07:00
Parul-Seth 4231d9e112 update text (#31958)
nested IF syntax and example
2019-03-12 12:40:32 -07:00
Rajiv Ranjan Singh d51a73eeb1 Update index.md (#35578) 2019-03-12 12:14:44 -07:00
Christopher McCormack a3c4d5f3c1 feat/cleaned up formatting, added clarity, removed unnecessary parts (#35519)
* feat/cleaned up formatting, added clarity, removed unnecessary parts

* feat: removed chart image
2019-03-12 09:08:48 -05:00
Saurav Bajracharya d636f21aa3 Absolute value reference in terms of magnitude (#33638) 2019-03-12 15:51:25 +05:30
rosiline 68124bc221 Fixed mistake in last example layout (#31459) 2019-03-12 15:50:29 +05:30
am2787 9201699caf Update index.md absolute value (#28889)
added another example to the cases
2019-03-12 15:49:38 +05:30
Drew Clements 4f71d9c8a7 Additional solution to Functional JS challenge (#29052)
* Added additional solution to the challenge

* Moved code explanation out of code block

* fix: moved sentences to same paragraph
2019-03-11 14:07:47 -07:00
Alexander Molnar b7e6591a6c Added content to factorial stub (#34330)
* Added content to stub

Added definition, examples and some uses as well as computational info and interesting formulas that occur.

* Update index.md
2019-03-12 01:04:42 +05:30
Andrew Mackie 7086ed7007 New article. (#28260)
* New article.

* Change to md format
2019-03-12 00:32:25 +05:30
warrenskim 4ffa24341b Updated text to have a code block (#33214)
* Updated text to have a code block

previously was displaying the image as if reading the code. added code block to display as code. Added "This is how it will look in an html doc" to maintain consistency

* Update index.md
2019-03-12 00:26:48 +05:30
igodsmark 12ee6b7be8 Update index.md (#31193)
Made syntax highlighting more consistent
2019-03-12 00:01:52 +05:30
Rajiv Ranjan Singh 49ecb31306 Update index.md (#35570) 2019-03-11 09:27:40 -07:00
TwistedxTempo 9142adbf74 Added a good feature (#32106) 2019-03-11 08:57:29 -07:00
cindydhy 708f951f8e Reformatted some example programs for consistency (#35139) 2019-03-11 08:56:22 -07:00
TwistedxTempo 384cd7e548 Added a useful option (#32116) 2019-03-11 08:43:27 -07:00
Elephant 518cafa1f1 Added the text "-T to prompt confirmation before overwriting files." to the article (#28217) 2019-03-11 08:22:05 -07:00
SomeAnonProgrammer e36f2a29f8 add "man ascii" (#30605) 2019-03-11 08:09:55 -07:00
zerandomalt 43a0705a91 Updated format to be more consistent (#24178)
Changed the usage section to be more consistent with the rest of the directory, also added a link to SS64 for further details.
2019-03-11 08:04:12 -07:00
Nguyen Viet 487bf5dd4c add resource type (#26605)
* add resource type 

add resource type

* update more meaning text
2019-03-11 07:49:27 -07:00
Adam Shaffer 85efc60136 create addEventListener (#26486)
* create addEventListener

* Change title to lower case

* Rename file to index.md

Update and rename addeventlistener file to index.md. Also change front matter block to meet style guide
2019-03-11 07:48:21 -07:00
zerandomalt 108f59fe9b Updated format to be more consistent (#30311)
Changed the more information section to be more consistent with the rest of the directory while adding an extra link to the Linux man man page. Also added a further example and an extra option to the usage.
2019-03-11 07:42:55 -07:00
jeffreyyu101 1045d8e99c uppercase (#33837)
* uppercase

change to uppercase f to F

* Update index.md
2019-03-11 07:33:17 -07:00
dallyingllama b3368db4e3 add pwd to bash guide, very common (#27341)
* add pwd to bash guide, very common

* updated the home directory path
2019-03-11 07:31:09 -07:00
Paul Ferguson Maxson a549921fe6 Added a section on the history command to the bash section of the guide. (#24377)
* Added a section on the history command to the bash section of the guide.

* fixed list formatting in more info section

* fixed title formatting
2019-03-11 07:21:09 -07:00
TheSnafu 6ee2a10e65 added text to the article (#31465) 2019-03-11 07:18:25 -07:00