Commit Graph

1034 Commits (048096a0897f66a5a34f0acf93ecec23cab182c0)

Author SHA1 Message Date
coolmint204 44f43fe103 Visual fix of code display (#24944)
Increased code area in visualization, as it missed a line.
2018-11-06 19:11:25 +05:30
Adekanye Timilehin 3076bad01c Grammatical adjustment made on line 11 (#24858) 2018-11-06 19:07:47 +05:30
capulifour c8fefd5007 Section 32 additional text (#22316)
* Section 32 additional text

Added additional text to section 32 to clarify that there are benefits to feeling imposter syndrome.

* Fixed several typos
2018-11-06 06:39:20 -05:00
Amit Deshwal 74e04c7fff Article suggested. (#21795)
* Article suggested.

I have added an best article for ones who are just getting started with the nginx.

* Create subheading
2018-11-06 06:37:41 -05:00
shabnamNajafian 4740b1fcc6 Update index.md (#22310)
* Update index.md

Add a short description for struct

* Removed stub
2018-11-06 06:36:49 -05:00
Manish kumar chaurasia 4f75c9a396 made changes in article (#22322)
added detailed explaination of  Divide,Conquer and Combine
2018-11-06 05:30:12 -05:00
shabnamNajafian 9004e1ce29 Add a daytime for daily stand up meetings (#22277) 2018-11-06 05:15:01 -05:00
Larry Greene 997dd0c10a edited a spelling mistake (#22215)
menthods to methods
2018-11-06 05:04:13 -05:00
Cindy Barrientos d0970071ad Edit typos (#21647) 2018-11-06 04:04:39 -05:00
Spooky9 9a3b8beb36 Update misspelled word "adjascent" to "adjacent" (#21717) 2018-11-06 03:37:44 -05:00
Dennis Braun cc434639d0 fixed a typo (#21817)
* fixed a typo

* Fix subheading level
2018-11-06 02:05:51 -05:00
Shankar Rao Mata f3698bb6d7 Added few lines about big o notation (#21024)
* Added few lines about big o notation

I think this description was missing the basic understanding of running time which can be mastered using big o notation.

* Update index.md

* Update index.md

* Update index.md
2018-11-05 21:15:26 -05:00
Mlbchamp2 51e4fa94a8 Added the text "The domain of y=e^x..." (#20980) 2018-11-05 20:38:43 -05:00
Rasheed Bustamam 88bf0150f4 add more detail to SVG paths (#20974) 2018-11-05 20:34:23 -05:00
Kevin Collins 3f6efeef00 Clarified behavior of reduce() and the initialValue argument. (#21000) 2018-11-06 00:30:25 +00:00
absentMindedDeveloper 7530f98750 Numbers within strings (#20969)
* Numbers within strings

Added a short entry on how numbers function inside of strings as well as how to convert a number inside of a string into a number which you can perform operations on in a normal fashion.

* Change a string in the example to a number
2018-11-06 06:03:52 +07:00
Rasheed Bustamam 857628fa23 Make redux actions a bit more clear (#20907)
Also add a few paragraphs about action creators, a common pattern in redux apps
2018-11-06 06:02:30 +07:00
Jeffrey Bullock a84ad1f96f Updated freeCodeCamp contribution link (#21137) 2018-11-06 06:00:45 +07:00
kViking f6e71ede55 Add new formatting example (#20937)
Illustrates common multiple line formatting for chained ternary operators
2018-11-06 05:46:18 +07:00
Pedro ba6458bcce add the text "Hewllet Packard Ent" to article (#21075)
* add the text "Hewllet Packard Ent" to article

also add the this video too: "https://www.youtube.com/watch?v=jlwGcgFfcnU"

* Update index.md
2018-11-05 16:24:00 -05:00
13636592 4c059aef35 Add REST API Guide (#21103)
* Add REST API Guide

* Update index.md
2018-11-05 16:01:39 -05:00
Preankhan Gowrypalan 4cb42e0d8f Grammar (#21127)
* Grammar

Removed unnecessary use of 'undemand' in a sentence.

* Update index.md
2018-11-05 15:53:43 -05:00
DiggyShants f360553083 added a space between . and word (#21027)
* added a space between . and word

In the text, there was no space where needed. I added the space.

* basic editing

* Update index.md

Was failing the build CI test:
Error: 
  The article at: /home/travis/build/freeCodeCamp/freeCodeCamp/guide/english/3d/blender/index.md is missing frontmatter.
  Example:
  ---
  title: The Article Title
  localeTitle: The Translated Title # Only required for translations
  ---
  < The Article Body >
2018-11-05 15:50:07 -05:00
barrettfett e9f1f3e19c Basic info on pointer-events property (#21110)
* Basic info on pointer-events property

Property, possible values and link to more information

* Update index.md

* Update index.md
2018-11-05 15:49:14 -05:00
absentMindedDeveloper 6d0f7697bc Pi not being infinite (#21118)
Added note on how pi is irrational but not infinite.
2018-11-05 15:43:02 -05:00
svpham29 4bc4b5e668 Added link to article (#21107)
Italicized book title + included ISBN number
2018-11-05 15:40:11 -05:00
Tim Sullivan 9d5b394dd7 Fixed formatting and added website (#21122)
Automate the Boring Stuff with Python and Python Crash Course did not match the title formatting of the other books. I changed them to match and added the website for ATBS.
2018-11-05 15:37:17 -05:00
Shane 3fa2615836 add swift (#21119)
Swift is very useful now and I think we should put swift there instead of etc.
2018-11-05 15:24:47 -05:00
Blaise Sebagabo 11e1ef85c5 Added a script example (#21124)
This script will display the user's name
2018-11-05 15:16:55 -05:00
trbst 68d264a354 Removed btn-default. added btn-secondary (#34224)
btn-default class has been renamed to btn-secondary in 4.0 verson and is no longer used.
2018-11-05 19:24:21 +00:00
Anil Basdeo 1d8a19e78b Removed comma from D3 guide (#33934) 2018-11-05 19:20:06 +00:00
Himanshu Bag d7bb602130 recursion (#19903)
* recursion

i believe that once we know function we should introduce a little bit of recursion techniques which nothing but an advancement of function.

* fixed formatting, grammar, removed unnecessary words/sentences
2018-11-05 13:00:28 -05:00
ronandev 315f67f60b Added more examples of "tech" occupations (#20993) 2018-11-05 12:52:46 -05:00
Arsalaan Javed 40ff61baef Adding some detailed information (#21062)
* Adding some detailed information

* minor corrections
2018-11-05 12:51:40 -05:00
kcrabtree dba0b64798 Improved wording and added resources section (#21084)
* Improved wording and added resources section

A minor typo/spelling error was also corrected

* markdownize link

make a list out of `featured packages`
2018-11-05 12:50:19 -05:00
Arsalaan Javed ff781763ca IaaS added (#21121) 2018-11-05 12:46:45 -05:00
Martin Jham 7530f3dbfc add folder react-hooks and add file index.md (#33123)
* add folder react-hooks and add file index.md 

introduction of react hooks

* Update index.md
2018-11-05 12:43:42 -05:00
Amoo Olusola Simeon 2f99c56ba2 Added a new resource link. (#21112)
Added  a new resource link for more details about css variables.
2018-11-05 09:24:00 -06:00
Arsalaan Javed 49a69fb175 PaaS added (#21111) 2018-11-05 09:21:52 -06:00
Isaac Estes-Jones ccab608846 clarify grammar in Linux section (#20908)
Made grammar more clear and readable
2018-11-05 08:21:02 -07:00
Micky 9b60f6805f Added a quote and talked about satoshi (#20904)
* Added a quote and talked about satoshi

* updated
2018-11-05 08:20:07 -07:00
zweifish 96784fc432 Fixed some grammatical errors on lines 33-34 (#21105) 2018-11-05 09:11:57 -06:00
Shooflower b01a1e7837 Grammer/Spelling Fixes (#21985) 2018-11-05 10:08:01 -05:00
ShadowViper1 293f406cac Update index.md (#21083) 2018-11-05 07:58:40 -06:00
Blaise Sebagabo bc71045f5c Added an online Prototyping tool (#21079)
Proto is free for 15 days. You could  just try it out too!
2018-11-05 07:39:49 -06:00
danielpoehle c16fd2c63b extended minimal example and Google CDN (#34209) 2018-11-05 18:31:56 +05:30
Preeti Lolla 847dd62af6 Added a suggestion (#21752) 2018-11-05 04:19:24 -05:00
katiepillar6 90a417b331 Changed C++ to C (#21734)
Changed a reference to C++ to C.
2018-11-05 04:14:50 -05:00
jacheg 62bf5ad17d Changed the wording for the elements in an array. (#21729)
It was confusing before. Mentioned elements that didn't exist. Maybe meant indexes?
2018-11-05 04:13:33 -05:00
chaudhary-anurag dd03af6947 fixed minor typos (#21702) 2018-11-05 04:08:56 -05:00
jlewismith 70d8675171 Fixed several typos. (#21699) 2018-11-05 04:07:32 -05:00
Spooky9 446be9460c Update verb form "learning" (#21695) 2018-11-05 04:06:11 -05:00
CosmicSnowman 31c9f6c1ca Added another clear example to probability (#21688) 2018-11-05 04:04:40 -05:00
Netanya acbc1725a2 Edited some grammar and syntax (#21687) 2018-11-05 04:03:14 -05:00
apurv22 b25fd77ed2 Changed 'method' to 'function' for relevancy. (#25037) 2018-11-05 13:45:07 +05:30
deliaphan d9e5321c4e fix typo error (#24996) 2018-11-05 13:32:20 +05:30
Cindy Barrientos 58879fc5fb Removed repeat link (#21627) 2018-11-05 02:48:39 -05:00
Paula Milenkova 4b701255b9 Added text on the semicolon use alongside indents (#21592)
In the section introducing and elaborating upon if and elif-statements, I made a small note on how the rest of the structure is just as crucial, particularly, the semicolon. That is because, while this file is on indentation, it also regards the structural requirements of a code and how to be refrain from avoidable errors. The same way you can easily avoid an error by remembering when to properly indent is seen when we remember to always include a semicolon after a condition.
2018-11-05 02:25:23 -05:00
TheRealSpartacus 96ffe31186 Add Content (#23448)
Added a definition to perimeter with a simple method to measure a perimeter
2018-11-05 02:13:56 -05:00
Chyanne Haugen 01a3532484 fixed spacing in loops (#21571) 2018-11-05 02:07:10 -05:00
Máté Szőnyi 8e4b2795ab Add a "tip" section to the article (#29865)
* Add a "tip" section to the article

With 1 tip for a frequent error I got when I started using bash

* Fixed formatting issues
2018-11-05 02:01:23 -05:00
Ikehviky ac5b3067d8 Update index.md (#28374)
* Update index.md

* Add 'find' to the article

* Add 'find' to the article

* Add 'find' to the article

* Add 'grep' to the article

* Fixed formatting issues in OP's PR
2018-11-05 02:00:34 -05:00
chaudhary-anurag af3c7e8794 Fixed minor typo (#21805) 2018-11-05 01:59:10 -05:00
katiepillar6 1fa6cee420 changed a to b (#21770)
Changed (a) to (b) so it makes sense and reads logically.
2018-11-05 01:58:17 -05:00
Jason Antwi-Appah 1675636976 Fixed administrator in the last sentence.. (#21462)
and other grammar changes in the last 2 lines.
2018-11-05 01:57:27 -05:00
samsvo 6c858fa259 Expanded upon "why getter and setter?" (#21417)
* Expanded upon "why getter and setter?"

* Fixed formatting issues and typo
2018-11-05 01:56:12 -05:00
David Gillispie 64bf069fa9 Tabs on documentation (#21071) 2018-11-04 21:08:44 -07:00
ronandev c66dc46128 Added few more examples of "tech" (#20987) 2018-11-04 21:04:24 -07:00
EmeraldEntities 934c585a36 Updated the text and examples (#20968)
Rewrote the text to be more descriptive and concise
Added an example for links in images
2018-11-04 21:03:02 -07:00
absentMindedDeveloper c136cb9606 Distance Formula added (#21067)
Added the actual formula and a brief explanation on how to use it.
2018-11-04 21:59:06 -06:00
magnacart4 3fa9a5bc1b Added "Framer is only available for Mac right now." (#21064) 2018-11-04 21:57:08 -06:00
jmf c8cad12233 expanded benefits of accessibility features (#20856) 2018-11-04 20:49:53 -07:00
ShadowViper1 d5991a5df9 Updated RAM to include article about ECC Memory (#21022) 2018-11-04 20:46:10 -06:00
Steven M Peterson 9a11c8b013 Defining the abbreviation (#21021)
Defining the abbreviation, so readers know what "PEP" stands for.
2018-11-04 20:44:35 -06:00
Taylor Stauss 87229bc075 CSS: Add ::first-letter pseudo-element (#21009)
This is a basic introduction to the ::first-letter pseudo-element CSS selector. This document is meant to be a starting point and should be added to/expounded on.

P.S. I tried submitting a doc for the ::before selector, but apparently, it was already created, however, it's nowhere to be found in this directory (css/selectors/pseudo/). I wonder if a consolidation is in order 😛.
2018-11-04 20:24:37 -06:00
kcrabtree eab44f2548 Added blog link to Angular articles by Thoughtram (#21002) 2018-11-04 20:11:47 -06:00
magnacart4 527569b95b Correct typo on the word "realizing" (#21008) 2018-11-04 20:10:46 -06:00
Kaily Granados 0697232bad Added new resource and more description (#20991) 2018-11-04 20:04:58 -06:00
jacheg dc09ca3e25 Updated typo and more info (#21787) 2018-11-04 20:59:47 -05:00
TanuAgrawal123 77bf9f968f Fixed some grammatical mistake. (#21932)
* Fixed some grammatical mistake.

* Revert to nested lists
2018-11-04 20:50:15 -05:00
adrianchavez123 947e827cd4 Update index.md (#24610)
* Update index.md

More Information section was empty, a link to MDN Docs was added.

* corrected added link syntax
2018-11-04 15:15:04 -08:00
adrianchavez123 db1d633fe5 Update index.md (#24596)
Fix typo in Spread Operator document, and an example of copy an array was added.
2018-11-04 15:14:41 -08:00
Dikshant Bali 9f4739ed9d Update index.md (#24561)
* Update index.md

* corrected link syntax
2018-11-04 15:14:05 -08:00
kushan2018 d1a993fe09 Update index.md (#24264) 2018-11-04 15:12:53 -08:00
Kyle Jackson a55966c3dc grammar changes/fixed redundant descriptions (#20976) 2018-11-05 05:41:19 +07:00
Lam Chi Tak 96cc282c8e Fix Typo (#22000) 2018-11-04 16:58:00 -05:00
Rogel Horlador e9897002ab Typographical error (#21884)
"represnts" --> "represents"
2018-11-04 16:41:46 -05:00
Robin Naundorf 525ce1dc99 Update index.md (#21896)
Fix typo
2018-11-04 16:29:20 -05:00
kenbhatt a674171714 My change is line 30. (#23571)
Printing hello, world correctly according to the code above given.
2018-11-04 13:18:04 -08:00
shabnamNajafian 5d0546a63e Update index.md (#22315)
* Update index.md

Add a description for channel

* removed stub info
2018-11-04 13:17:40 -08:00
manishkaa 435b1bd547 Update index.md (#22132)
* Update index.md

* corrected list item syntax
2018-11-04 13:17:13 -08:00
kanishkgautam4 c255fcc700 Update index.md (#21802)
* Update index.md

* removed unnecessary dash
2018-11-04 13:16:49 -08:00
Pritom Hazarika 49bf21a3dd Update index.md (#21753)
* Update index.md

implementing rock paper scissors  using if elif

* removed sentence
2018-11-04 13:16:21 -08:00
Micky 2dfbc7c62e Added all sub-properties and syntax (#20995)
Added transition-delay, transition-duration, transition-property & transition-timing-function. Also added syntax and reworked the layout
2018-11-04 09:26:25 -06:00
ronandev 5bc4118848 Added line about availability (#20978) 2018-11-04 09:10:36 -06:00
Rasheed Bustamam c1b3cb0120 Update index.md (#20928)
@abustamam thanx for the pr. Congratulations on your first contribution!
2018-11-04 13:25:03 +00:00
Nick Huynh 09ee56274d Update index.md (#20979) 2018-11-04 19:22:27 +07:00
vishal2599 93d59f9d50 nohyphen index.md (#21416)
No hyphen needed between word unstaged .
2018-11-04 07:14:56 -05:00
Jason White 9e0109dbba Minor grammatical fix (#21399) 2018-11-04 07:05:18 -05:00
evachibber 0e8c00bff4 add the comparison (#21391) 2018-11-04 07:03:25 -05:00
LRodriguez 653a48b0a8 Fixed some grammar and punctuation errors. (#21352) 2018-11-04 06:49:42 -05:00
Marcus Campbell 429fec4f47 Made a List (#21311)
I made a list at the beginning to make it look more organized for a beginner to read
2018-11-04 06:30:22 -05:00
Dominic f3b64dc4f9 Fixed compilation error/typo (#20933)
* Fixed compilation error

Variable not named. Corrected it to match.

* Fixed formatting
2018-11-04 05:21:47 -05:00
deliaphan d9221aadd9 grammar correction (#24889) 2018-11-04 15:20:56 +05:30
Vel Kumric bc879e14d2 Feat/add guide article for javascript (#34007) 2018-11-04 11:35:54 +05:30
EmeraldEntities cdb8d72db8 Changed the text and example names (#20918)
* Update index.md

* Remove w3 link
2018-11-04 10:42:47 +05:30
jonchim a3b5eda2c2 Added new section for paid font services (#20915) 2018-11-04 11:43:31 +07:00
Kyle Jackson 7c3bee2034 small grammatical change/clarification (#20961)
* small grammatical change/clarification

* Fix formatting
2018-11-04 11:41:49 +07:00
Max Harmony 0e80d750a3 short hexcodes (#20964) 2018-11-04 11:40:00 +07:00
Stephen Ojo d480010d9d Grammatical and structural corrections (#20792) 2018-11-04 10:37:30 +07:00
Bennett Garner 7f00756f3c Rewrite, correct errors, add section (#20752)
Mostly corrected grammar and clarified wording.
Removed capitalization of many common nouns.
Added a "More Resources" section.
2018-11-04 10:36:36 +07:00
jsarkis 3ec08171a5 grammar and content edits for clarity (#20738) 2018-11-04 10:35:26 +07:00
Bennett Garner 41291fc670 Add information & rearrange content (#20655) 2018-11-04 10:20:16 +07:00
deboutlaw 380de41dfe added blog link to More Information section (#27474)
* added blog link to More Information section

* Fixed formatting in More Information section
2018-11-03 22:51:28 -04:00
Shruti Grover d838193375 Problem with example description (#30439)
"When a user clicks on a button, all \<p> elements will be hidden:" - here the "\<p>" is taken as html tag due to which text is moving to next line. The intention of author is to say that all paragraph (\<p>) tags will be hidden. The "\<p>" itself is not showing as it's considered an HTML tag. I have added an escape character in front.
2018-11-03 22:50:26 -04:00
Carys Mills 893ec22365 Add JavaScript context to docs (#30418) 2018-11-03 22:48:26 -04:00
ShivashMahespalsingh fef09384aa Added grammatical correction and explanation (#26449)
* Added grammatical correction and explanation

- Added apostrophe for Single Page Web Application's
- Added the meaning for the MVC abbreviation

* Addressed suggested changes
2018-11-03 22:46:59 -04:00
karlwil1 ccda27e934 add the text "The first publicly available description of HTML was a … (#26370)
* add the text "The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Tim Berners-Lee in late 1991. Who is widely credited with the invention of html." to article

* Addressed suggested changes
2018-11-03 22:46:12 -04:00
Qbuiba d74872670a Add : in the end of sentense (#23916)
* Add : in the end of sentense

* Fixed typo and grammar
2018-11-03 22:44:54 -04:00
Kyle Jackson 75b57369bd small grammatical changes (#20917) 2018-11-03 19:39:57 -07:00
Kyle Jackson a0e9e1f89b small grammatical changes (#20935) 2018-11-04 08:05:41 +05:30
Kyle Jackson fa78b3d716 replaced double-quotes with back-ticks (#20944) 2018-11-04 08:00:09 +05:30
Thomas Walker 76b4a74a84 Fixed all of the hyperlinks in index.md (#20808) 2018-11-04 09:25:45 +07:00
SirDickinson 1fd96b1ebc Practical example of a while loop (#21523)
* Practical example of a while loop

Added a practical example of the benefits of a while loop being a condition controlled loop

* Fixed syntax and grammar
2018-11-03 22:22:52 -04:00
absentMindedDeveloper e50a02c7e7 Added NAND (#20930)
Added the logical operator NAND to the list of operators. NAND functions like NOT AND and returns a value of false only when both inputs are true.
2018-11-03 19:20:41 -07:00
absentMindedDeveloper 8b2c780949 Update index.md (#20903)
Added a note underneath the Xor description describing the ability to form all other logical operators using only xor.
2018-11-03 19:11:44 -07:00
Mallory Butt b724a61b4f Adding Permutations (#20912)
These are permutation formulas. I also added a helpful video for those who are visual learners.
2018-11-03 19:10:24 -07:00
jmf 20e008a650 made wording more inclusive. (#20898)
- updated disability-related language to be more inclusive and less outdated.
- minor wording/grammar changes
2018-11-03 19:06:29 -07:00
Joe Kim 40cc55d040 Added content : defining function inside functions (#20854) 2018-11-04 07:26:33 +05:30
Roachinante 59c1cc9ec9 Consolidate "More Information" sections (#20894) 2018-11-03 21:53:07 -04:00
Harsh Nayak 493f8daa87 add advantages and disadvantages of array (#20768)
* add advantages and disadvantages of array

add two advantages and 1 disadvantages of array to the article.

* add advantages and disadvantages of array

updated the previous commit.
2018-11-03 21:46:49 -04:00
Stephen Ojo c41a4f158f Grammatical and structural fixes (#20749)
* Grammatical and structural fixes

* Apply suggestions by Manish

Co-Authored-By: Ripplz <ojostephendev@gmail.com>
2018-11-03 21:45:25 -04:00
Ellysha Chavez 85dcaab93a Edited text under "### Remove multple images" (#20191)
* Edited text under "### Remove multple images"

* Address suggested changes
2018-11-03 21:43:27 -04:00
llamousse 23c5625066 Edit sentence wording/structure on line 39 (#20889) 2018-11-03 18:41:32 -07:00
Anita a42234833e add text "who can help you if you need help" to article (#20200)
* add text "who can help you if you need help" to article

* Format the text properly
2018-11-03 21:32:51 -04:00
Jessica Swift caf1d845b8 A few grammer fixes (#20772)
Just removed a few 'ands' and a run on sentence.
2018-11-04 06:47:35 +05:30
stetsonthree d6e1120e76 Describes difference between .org and .com WP (#20842)
Added a section to explain the difference between WordPress.org and WordPress.com
2018-11-04 06:46:28 +05:30
allenpbiju 6e42246d53 Added some info (#20123)
Some information has been added on how to define a function after the main program.
2018-11-03 21:14:27 -04:00
mistymayem aa5e550c3b Cleaned up formatting and added headers (#20103) 2018-11-03 21:10:30 -04:00
Manish kumar chaurasia f3a1e18d3e added example in bruteforce algo in index.md (#20117)
* added example in bruteforce algo in index.md

* Address suggested changes
2018-11-03 21:03:08 -04:00
CGS-Jack-Bashford d36806a06d Add example and reason why is not commonly used (#20837)
* Add example and reason why is not commonly used

Expanded from stub - added an example, an example of the simplified version (.class selector) and added some external references

* removed w3schools links
2018-11-03 17:33:22 -07:00
Nadir Fayazov e48814fd15 feat(guides): add example to goroutines (#20695) 2018-11-03 17:23:13 -07:00
seanakng a3518d677d Unique property of the inverse of the golden ratio (#20110)
* Unique property of the inverse of the golden ratio

Added a description of how the golden ratio minus 1 is equal to the inverse of the golden ratio

* Fix typo in OP's PR
2018-11-03 20:18:31 -04:00
AMIT KUMAR RANJAN 20c0fd9a04 add Explanation of deadlock with example (#20271)
* add Explanation of deadlock with example

Explanation of Deadlock with example are done along with this Deadlock avoidance with Algorithm to Deadlock avoidance are also explained.

* added frontmatter, corrected formatting
2018-11-03 17:10:19 -07:00
ArshSran f250a9bab7 AngularJS Expressions (#20839)
* AngularJS Expressions

* fixed formatting and removed redundancy
2018-11-03 17:08:59 -07:00
Mallory Butt dac0ccfe2a Adding basic Big O for ArrayList methods (#20859)
* Adding basic Big O for ArrayList methods

I added average O(n) for basic methods in arraylist. This is important for every programmer to know.

* minor edits

* moved a few lines
2018-11-03 17:08:02 -07:00
jess 196a4f8233 Add information for users to more easily comment in css (#20754)
* Update index.md

Add information on how to comment more easily in IDEs.

* Added code syntax highlighting
2018-11-03 20:05:43 -04:00
Micky 9651da064d Added Keyframes section (#20860)
Changed the intro, added a whole keyframe section + example using from/to and values
2018-11-03 15:36:12 -07:00
zerandomalt ff6c300335 Added usages (#20035)
* Added usages

Added usages in the style of other files in the directory.

* Complete file overhaul.

Added details on how all of the three different modes are used. Added commonly used arguments section with seven arguments and how to use them. Added an examples section with three examples and explanations of them. Added a link to the SS64 page. Also made sure that the formatting is more consistent with the rest of the directory.

* Basic editting.

Removed hyphens before user (group) and read/write options because `-` is not required in front of the user (group) option and has a specific meaning (to remove) for the read/write options.

* Additional editing and formatting.

* Reworded the sentence for using a combination of numeric permission arguments.
* Changed the sentence that introduces commonly used arguments to a subheading.
2018-11-03 18:08:31 -04:00
Abhishek Prusty 082c816855 Added link (#23397)
* Added link

* Fixed link formatting
2018-11-03 13:00:06 -07:00
ArshSran 32a92baff4 Hibernate tools (#20830) 2018-11-03 12:53:44 -07:00
Mallory Butt 78b8928b2c Adding "DeMorgans Law" (#20818)
* Adding "DeMorgans Law"

I specified that the above statements were in fact demorgans laws.

* spelling
2018-11-03 12:52:41 -07:00
SakshamGupta1995 3f6a61fbca Add the text article Infinite Loop to my article (#25516)
* Add the text article Infinite Loop to my article

The article  "##Infinite Loop by opposite iteration##" gives an example to new java programmer as to how a program can go into infinite loop if we increment the value of i instead of decrementing it and vice-versa. It is a basic but an important example for new coders.

* Update index.md

* Add Infinite Loop by update

This article will give new programmers the example of infinite loop when we increment the value instead of decrementing and vice-versa.

* Fixed several formatting issues
2018-11-03 12:51:23 -07:00
Patryk Buda c2022eefbb Implementation of an Interface (#20815)
* Implementation of an Interface

* minor updates
2018-11-03 12:34:13 -07:00
Aretha S. H. Walls 8ec35afac1 Edit for readability, added Border-Image section (#20814)
Made a few punctuation edits and rephrased sentences.
Added border-image section.
Removed other properties section because border-image is now its own section and border-spacing is a table property and not related to other border properties.
2018-11-03 12:33:25 -07:00
Sourabh Kumar Singh d76a72d673 Added link to additional resource (#20548)
* Added link to additional resource

* Changed resource link

* Basic editing.
2018-11-03 12:32:39 -07:00
Bhuvan Singla c07e656f83 Add 'HTML Tags' (#20820)
* Add 'HTML Tags'

* Update index.md
2018-11-03 12:26:30 -07:00
Varun kumar b3ece51199 added uses of queue (#20730)
* added uses of queue

* fixed formatting, placement
2018-11-03 10:41:16 -07:00
coolboiyjones 64385d2c6e Add Beginning Visual Basic (#20074)
* Add Beginning Visual Basic

* Corrected formatting to follow existing schema
2018-11-03 10:40:33 -07:00
CGS-Jack-Bashford f71fd98d07 Added ampersand escape tutorial (#20775) 2018-11-03 10:38:24 -07:00
Ken Nguyen 00225cd186 Added else and finally clauses example (#20771) 2018-11-03 10:32:20 -07:00
Ken Nguyen 575cf064af Updated code examples to Python 3 (#20765) 2018-11-03 10:20:23 -07:00
jsarkis d81d8c77b5 added to "why use" and linked Semantic Web article (#20762) 2018-11-03 10:17:45 -07:00
Dexter Rualo 04e7f1fa8b Fix: Typo in Vim guide (#24972)
* Fix: Typo in Vim guide

* Update index.md
2018-11-03 21:24:47 +05:30
deliaphan 03e0aaefaf grammar correction (#24880)
"CSS allows developers" instead of "CSS allows for developers"
2018-11-03 21:21:21 +05:30
Felix Atwood da46095d7d Updated the React Native Section (#24885) 2018-11-03 21:19:54 +05:30
Waqar Mohammad 92e87f9b7e mentioned about being lightweight (#20602)
* mentioned about being lightweight

details on bulma being lightweight

* moved this addition to the list

and removed periods
2018-11-03 20:36:19 +07:00
Ishan 3119a25cbd Updated and added another tool for accessibility (#20694)
* Updated and added another tool

Added color contrast checker for good accessibility

* added line break
2018-11-03 18:33:09 +05:30
Karen Tobo 74f2ddbed5 Copy edits for Java arrays article (#20615)
* Copy edits for arrays

Settling on British -ise endings rather than -ize, but either way works for me.

* markdownize link

americanize grammer
fix inline code blocks to use single ticks
turn output into code blocks to align with rest of article
2018-11-03 18:19:44 +05:30
Dana Ottaviani 892ec7f81b Add "modulo" name in remainder section (#20624)
* Update index.md

I refer to it as "modulus" so I thought it would be best to add another name for it.

* markdownize links

add modulus to to sentence on 75
2018-11-03 18:19:20 +05:30
Stephen Ojo 5dade1e490 Grammatical and structural corrections (#20679) 2018-11-03 18:18:56 +05:30
Dhanraj Parmar 69b11d7df4 add the text "15.sudo" (#20745)
* add the text "15.sudo"

* Format the text properly
2018-11-03 18:18:19 +05:30
Ishan b23d8e6dbb SQL types (#20673)
* SQL types

Added DDL and DML as type of SQL

* Add the third part of SQL.....
2018-11-03 17:30:03 +05:30
svpham29 9e32a9acd1 Added More Information Section with links (#24892)
Header for Elm architecture section
2018-11-03 14:22:41 +05:30
Sean Riley 2543d6ba96 Minor grammar and syntax corrections. (#20630)
* Minor grammar and syntax corrections.

* Remove insecure urls

* Fix formatting
2018-11-03 15:00:57 +07:00
Vishesh da5cd22172 Added NavLink, Redirect and programmatic redirects (#20494)
* Added NavLink, Redirect and programmatic redirects

* Fix format and correct grammar
2018-11-03 14:09:21 +07:00
myYearOfCode 70032ce972 removing half tag "<sup1" (#20816)
* removing half tag "<sup1"

it looks like it auto-completed and then someone continued typing.

* Remove <sup> tag
2018-11-03 14:07:59 +07:00
Aretha S. H. Walls 6ec1384d0c A few minor punctuation changes (#20736)
* A few minor punctuation changes

Added colon after first Example to match others.
Added periods at the end of sentences.
Put space between 'MDN web docs', capitalized, added colons.

* Correct markdown syntax
2018-11-03 12:15:12 +07:00
Hitvardhan Singh Solanki af9db2657b Pure component added to index of react component (#34141)
* Pure component

* SPG changes
2018-11-03 10:28:26 +05:30
Ishita Bansal f776235ddf Corrected grammar (#24559) 2018-11-03 10:25:21 +05:30
Stephen Ojo e863e1bc9c Grammatical and structural corrections (#20806) 2018-11-03 11:42:57 +07:00
awais305 4f02fdad57 Added to arguments (#20577) 2018-11-03 09:45:39 +05:30
waffles517 bcbfd6180b Guide/SSH: Add a How-To section and more information links (#20598)
* Add a How-To section and more information links

* Change links to markdown style

and make a list of the links
and change youtube link to the full url
2018-11-03 09:45:24 +05:30
Ryan Drewniak b585a46055 Adding to WordPress guide (#20601)
* Adding to WordPress guide

* Adding custom post type info to WordPress guide
2018-11-02 23:16:47 -04:00
ratneshjais 1317c98c22 Added the top 6 features of laravel (#34161)
Added the top 6 features of laravel
2018-11-03 07:15:57 +05:30
svmi3195 ca2af19aec guide: add vuex article (#34164)
create a file for vuex article
2018-11-03 07:13:10 +05:30
Nuclearhit 0fd58ad83a Missed comma (#21306)
Missed comma after "When the Delivery Team commits to a fixed set of stories in the Sprint planning"
2018-11-02 20:31:00 -04:00
LRodriguez af8e751f83 corrected spelling from thourgout to throughout (#21283) 2018-11-02 20:19:03 -04:00
Tammy Lee 91e30e0c4d Fixed typo "because" under Truth Tables section (#21279) 2018-11-02 20:17:12 -04:00
Sarah Grace 6546e43b93 Added reference video on conference speaking (#20322)
* Update index.md

* Update index.md

* Fixed typo
2018-11-02 17:13:34 -04:00
kingtheoden 50ecd8ad40 Fix invalid syntax (#25653)
Print now needs brackets to work in python3
2018-11-03 01:22:25 +05:30
Nicolas Ramirez d7ab835589 Added file to guide: Javascript - standard objects - String fromCodePoint (#31787)
* Added file to guide: Javascript - standard objects - String fromCodePoint

* String-fromcodepoint Guide File: Added title and changed layout order, description first.
2018-11-03 00:12:40 +05:30
Alexander Molnar 14a89d5a56 Added content to stub (#34168)
Explained what an arithmetic series is, gave the formula for the sum (when finite) and gave two proofs (not just induction) as the 'famous' method by Gauss is too elegant to ignore.
2018-11-02 22:09:56 +05:30
Stephen Ojo cb5ef67237 Grammatical and structural fixes (#20728) 2018-11-02 21:53:39 +05:30
awais305 4732932851 Added "Full Join Section" (#20330)
* index.md

Added 'Full Join'.

* Fix grammer "gonna" to "going to"
2018-11-02 21:49:09 +05:30
Jared Ezzet Hasson 394ea7aa93 Anecdote about C++ (#20361)
* Anecdote about C++

Linked the name of C++ to the update statement in a for loop.

* minor fixes
2018-11-02 21:47:06 +05:30
Matteo f8cfd5dd40 Typos fixed (#20362) 2018-11-02 21:45:27 +05:30
Benabadji Mohammed Salim f40384972b fix example usage (#20213)
* fix example usage

* Removed translations
2018-11-02 19:34:54 +04:00
Andy Butler 245a5bd06f Corrected typos and added clarifying language (#20743) 2018-11-02 07:47:07 -07:00
MUSSONT 2d33e01f72 PEMDAS reference added.md (#20291)
* Update index.md

* corrected formatting
2018-11-02 07:41:16 -07:00