Commit Graph

4346 Commits (3b279e10c93d91800f701a5673396d1bfe9284d4)

Author SHA1 Message Date
Lola df1eff0d9f Fixed some mistakes (literal translations) (#25906)
Some commands were translated literally. Fixed those.
2019-01-30 14:57:14 -07:00
squidnerd 3ff24a2a84 Corrected typos, grammar (#27201)
Fixed some spelling, capitalization, and punctuation errors and did minor edits for clarity
2019-01-30 13:54:35 -08:00
James Hogan 113a64b37a Outlining the concept of Heuristic Review (#28833)
* Outlining the concept of Heuristic Review

* fix: removed stub information
2019-01-30 13:46:31 -08:00
JR 0f612b8ef7 added DNS category and a resource record type subcategory w/ a stub f… (#28487)
* added DNS category and a resource record type subcategory w/ a stub for A records

* changed file named to index.md

* update: removed stub info

* Update index.md
2019-01-30 13:46:07 -08:00
Utkarsh Raghav dc27b9a4cc created data type conversions (#27645)
* Created Data Type convertions

Converting different data types to required types.

* Rename Data-type-Convertions to data-type-conversions

* Change file to .md

* Rename guide/english/python/data-structures/data-type-conversions.md to guide/english/python/data-structures/data-type-conversions/index.md
2019-01-30 13:31:01 -08:00
Francois 91c94cc4da Added File on the Basics of Simplex Method for Solving Linear Programming Problems (#27040)
* Create Basic-Simplex-Solution

Basics on Solving Linear Problems using the Primal Simplex Method and additional information on Alternative Simplex Algorithms.

* Rename guide/english/mathematics/Basic-Simplex-Solution to guide/english/mathematics/linear-equations/basic-simplex-solution/index.md
2019-01-30 13:27:53 -08:00
John Folder d12af36794 Create chart.js (#26904)
* Create chart.js

* Rename guide/english/javascript/chart.js to guide/english/javascript/chart-js/index.md

* fix: added frontmatter
2019-01-30 13:26:23 -08:00
Manuel Soler 4901dcc5b0 Update index.md (#22143)
Translation mistakes in some commands corrected
2019-01-30 14:02:06 -07:00
Marco Koch a4d9c68039 Fix wording within creational patterns (#24044) 2019-01-30 03:38:34 -05:00
P Karthik Chowdary 3b5b0e22a7 Added a conditional note on application of break and continue (#33298) 2019-01-29 12:14:56 -07:00
Kaustubh J c731321661 Update index.md (#32520)
Added few more points for Switch vs If-else
2019-01-29 11:19:49 -07:00
codestin ed542ea7d4 Update index.md with grammatical improvements (#28862) 2019-01-29 11:16:59 -07:00
Rohan Jha 1edffae901 Grammatical Correction (#32446)
Made a small grammatical correction in line 64
2019-01-29 10:16:21 -07:00
veera-potnis a4836c1a65 Google Colaboratory (#28675)
Information about a machine learning online environment.
2019-01-29 09:33:13 -07:00
Ria Cheruvu b3f88b5a2a fix: Update index.md (#24727)
Updated section on basic pipeline for supervised learning to be more accurate and cover all the steps. Added link to Machine Learning Mastery website in the More Information section.
2019-01-29 09:11:17 -07:00
athreya2013 aec38c04d7 Made the comment more clear (#30524)
Added clarity to the given comment
2019-01-29 09:10:58 -07:00
Nikhat Zaidi 48313a48a6 Case can only be constant (#30360)
case can be defined by a constant not by variable
2019-01-29 09:10:02 -07:00
Kirk Manegold 4e2ff2b0bd Updated switch-case fall through (#29744)
Added an example
2019-01-29 09:07:56 -07:00
Leo 406fdfe6b4 Change improper translation (#32855) 2019-01-28 21:33:46 -08:00
Harry Zachariou fcd4182e68 Added Reduce and structure changes (#26760)
Added the Reduce function with example also gave headings to Map and Filter
2019-01-28 21:22:17 -05:00
Sarah Waldie 7965ae515c Minor proofing edits + anti-pattern reference (#29577) 2019-01-28 18:27:04 -07:00
Eric Pfister b4460049a8 Update index.md (#29029)
Added comma to line 54. Added online banking to line 54. Added text: "These laws require you to support users with unique requirements and even older versions of browsers and devices. " to line 54.
2019-01-28 13:20:59 -07:00
mskiser e5a254b2e5 Update index with link to DOM info (#28999)
Update DOM with a link to the w3 website informational page on DOM.
2019-01-28 13:10:57 -07:00
Jody efa4c2d897 Made minor grammatical changes (#28781) 2019-01-28 13:06:54 -07:00
Alice Rees 12f8b5f810 Update index.md (#28427)
Add a paragraph about the requirements for colour contrast between foreground and background.
2019-01-28 12:57:20 -07:00
Rich Noah 826d4df47c tool for accessibility checking (#28357)
added comment referencing WAVE as a tool to check accessibility.
2019-01-28 12:56:29 -07:00
Adriano 4e5addc9e7 corrected text (#27197) 2019-01-28 08:14:19 -08:00
j-frow 8208b04af5 Add explicit instructions for command mode. Improve style (#27289) 2019-01-27 22:58:11 +04:00
Aaron Gottlieb 2f342d0dc4 Add further explanation of ownProps in mstp (#26455)
* Add further explanation of ownProps in mstp

* Added syntax highlighting
2019-01-27 13:06:47 -05:00
Nishanth Ramesh 94ba6fc6d8 Add the text "Solidity is a contract-oriented, high-level language for implementing smart contracts." to article (#24862) 2019-01-27 10:25:53 -07:00
edu san c203c9a76f Expand and add to previous content (#24671)
Notably added: origin of smart contracts, example of smart contract, references.
The added content required a slight rewording of the previous content.
I removed (miners) from "... nodes(miners) ..." since a node is not equivalent to a miner. Not all nodes are miners (and it is crucial that this is the case!!) -> https://bitcointalk.org/index.php?topic=1734235.0
2019-01-27 09:31:17 -07:00
Suman Roy 49d9aaca40 Added : More detailed information for beginners (#30023)
Added : shell command --> "npm install -g angular"
Added : Description for creating first app in Angular for Beginners
2019-01-27 09:21:39 -07:00
yapancha ea5480a2c4 Uses of infinite loop (#27283)
Some of the uses of an infinite loop just to suggest that the use of an infinite loop is not always an error
2019-01-26 23:36:30 -05:00
The Coding Aviator 4783deafdc Added solution to Adjust the Color of Various Elements to Complementary Colors (#34362)
* Update index.md

* Update index.md

* Update index.md
2019-01-26 18:56:15 -08:00
Ishan Chhabra ddb81086a9 Add Generics Section (#33367)
* Add Generics Section

* fix: added front matter block
2019-01-26 18:46:52 -08:00
Ishan Chhabra 9359b1aa36 Add Section About Error Handling (#33365)
* Add Section About Error Handling

* fix: added front matter block
2019-01-26 18:46:41 -08:00
Prathamesh c64a6c6dfa add bitcoin: basics (#33245)
* add bitcoin: basics

* fix: added front matter block
2019-01-26 18:41:49 -08:00
Tom afbd29fb82 Create new section for "consensus" (#33189)
* Create new section for "consensus" 

Added new section for a deeper discussion/dive on consensus as it relates to blockchain

* fix: added front matter block
2019-01-26 18:30:50 -08:00
Clinton Bale 20cf0d106c Reworded and added to csharp interface documentation (#33229)
* Reworded and added to interface documentation

Fixed a few typos and reworded and added parts to the csharp interface documentation

* fix: used single backticks instead of triple backticks
2019-01-26 17:49:49 -08:00
anandxkumar eaf1c56e16 Added details about getter and setter (#32070)
Added brief introduction of getter and setter with examples.
2019-01-26 17:34:57 -08:00
Willy David Jr efff592bc6 Corrected syntax for interface. (#32878)
Corrected syntax of interface. From Interface to interface (lowercase on first letter). 
If the first letter on the word interface is uppercase, this will produce an error on Visual Studio stating that: 

The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)
2019-01-26 17:30:51 -08:00
James Hunter eef0d1e811 added hint, fixed typos, updated formatting (#33492)
* added hint, fixed typos, updated formatting

* fix: fixed typo
2019-01-26 17:27:19 -08:00
KartikSoneji 72a23586c6 Added disadvantage of setters and getters (#31311) 2019-01-26 17:20:21 -08:00
almande 06a2d163f7 Fix grammar and which user executes example (#25897)
I clarified the writing and added some missing articles ("the"). I also changed the description to state that the root user is running the command, based on the use of "sudo" and 744 permissions.
2019-01-26 23:44:50 +00:00
Çağdaş Çetin a948c416d4 例 Fibonacci (#32796) 2019-01-26 11:40:24 -08:00
Leo 20607de9ac Change improper translation (#32829) 2019-01-26 11:04:05 -08:00
LOKESH NANDANWAR 0a27816727 Added installation guide for Anugular 2.x and greater. (#27113) 2019-01-26 10:48:18 -07:00
crexodon 71c0a57fc4 Added Logo (#33928) 2019-01-26 09:57:38 -07:00
Ivan Paulin 6cff62641c Fix typo in text and change the verb (#27773)
Fix typo in "enviroment's" to "environment's". Change the verb "is" to "are".
2019-01-26 00:37:33 -08:00
Andrew Mackie 6732bc75e4 Fixed typos and added a reference. (#27435)
* Fixed typos and added a reference.

* fix: removed the word that
2019-01-26 00:17:21 -08:00
Chris Murray ee41670721 Fix typo, add detail to article (#27098)
Subdivide number of users and testing methodology into sections under a "Suggested Best Practices" section.
2019-01-25 23:53:10 -08:00
Andrei Calinescu 6f04b00ea0 Fixed spelling errors, omissions, code typos (#34145)
Added missing regex tags at the end, fixed variable name, and erased an unnecessary space at the end of some of the test strings.
2019-01-25 23:42:35 -08:00
Viplav K 1d524f9746 Update index.md fix typos and extra information (#24902)
* Update index.md

* fix: corrected a few typos
2019-01-25 23:33:33 -08:00
Aditya Sridhar dbae7c6d24 Added points to note for git pull command (#25439)
Initially it can be confusing when someone hears about git pull and pull request. Have explained how git pull and pull request are separate concepts. Also fixed one typo
2019-01-26 00:38:51 -05:00
royalblue13 bc50e4e6da Added text "Text Components" (#26624)
* Added text "Text Components"

Included "text components" section and relevant summary and example of text components in Swing.

* Reformatted change to be part of existing heading
2019-01-25 23:07:06 -05:00
Jasmeet Singh 3c8d1e4301 Add typescript classes guide. (#26244)
* Add typescript classes guide.

* Fixed misspelled word.

* Made changes according to review comments

* Added output and rephrased sentence
2019-01-25 22:55:32 -05:00
Ricardo Héber R. L. Tenório b12b2ce6e7 Fix: Code example and translation (#21804)
* Fix: Code example and translation

* Removed spaces, Motor variable and repeated lines
2019-01-25 22:30:47 -05:00
viviantran27 ed2a1210b4 Added modulus of complex numbers (#23696)
* Added modulus of complex numbers

* Update index.md
2019-01-25 14:38:57 -05:00
j-frow 254de79ac1 Fix sentences with double meaning and wording style (#27255) 2019-01-25 20:41:51 +04:00
Vladyslav Dvorak 03f441a16b Update index.md (#27161)
structure updates
2019-01-25 20:40:07 +04:00
Rohan Mohammad 66688e8a02 First 10 Fibonacci numbers are 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. (#34723) 2019-01-25 15:51:45 +09:00
Franklin Castellanos f2c63979ef Grammar and spelling Check (#28923) 2019-01-24 19:02:19 -07:00
fun831 7bc6e8289a Update index.md (#29033)
Possible corrections for easier flow of sentences/grammatical fixes.
2019-01-24 18:47:32 -07:00
The Archangel 37642f8bcb Added a "Sudo" paragraph entry. (#23709) 2019-01-24 15:13:02 -05:00
Doug 3eb107d18e Removed command capitalization (#23719) 2019-01-24 14:53:08 -05:00
John 63aa2e2882 Adding code styling guidelines (#23710)
Adding code styling guidelines for Python indentation
2019-01-24 14:39:25 -05:00
yaganub 81cc40bfee removed "history of the" from line 12 (#23728)
I think it makes it read better. I think path might be a better word than history but you've used that in parentheses as an alternative for route.
2019-01-24 13:38:58 -05:00
David Hall 12388ac1ba Minor spelling and grammar changes (#23730)
Changed "This definitely curbed the Linux's popularity as other commercially oriented Operating System Windows got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust." to "This definitely curbed Linux's popularity while another commercially oriented operating system, Windows, got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust and accessible."
2019-01-24 13:25:06 -05:00
ChiselD 2fa4f3e4f6 fix: edit language for clarity, fix typos (#26436) 2019-01-24 08:49:06 -07:00
Miyazakid 1b1c237ea3 Added more links to open source projects. (#28331)
* Added more external links.

Added more links to related external material.

* fix: corrected bullet point formatting for links
2019-01-24 08:48:47 -07:00
Maddineni Akhil 062631ef10 added interfaces and classes in collections (#26548)
* added interfaces and classes in collections

* updated formatting as requested
2019-01-23 23:43:06 -05:00
Donald Maness a1349084ba Add to progressive enhancement section (#23741)
* Update index.md

Added additional information on progressive enhancement as it relates to Service Workers

* Update index.md
2019-01-23 16:43:05 -05:00
viviantran27 430408aad9 Added info and img about complex numbers (#23742)
* Added info and img about complex numbers

* Update index.md
2019-01-23 15:57:55 -05:00
kzellers 63aae858d7 added enhanced for loop example (#23915)
* added enhanced for loop example

* Update index.md

* Update index.md

* Update index.md
2019-01-23 15:53:37 -05:00
Harikrishnan c952cf8245 Follow-up article on pandas-operations. (#34182) 2019-01-23 15:50:59 -05:00
BoopMehNose 1a74d0f114 Changes to creating arrays and array section (#33800)
Clarification and exemplification in the #Array section and expands the example in the ##Creating Arrays section.
2019-01-23 12:17:32 -07:00
Vladyslav Dvorak fe47cc6560 Update index.md (#27153)
grammatic changes
2019-01-23 20:47:53 +04:00
Vladyslav Dvorak aeaee966fa updated index.md (#27141)
grammatic changes
2019-01-23 20:47:34 +04:00
Vladyslav Dvorak 2d7c97feb2 structure updates index.md (#27128)
Structure updates in index.md
Needs grammatic changes
2019-01-23 20:46:22 +04:00
Stanislava cba8bcdd04 Make some corrections to the translation (#27035) 2019-01-23 20:44:53 +04:00
Stanislava 3794484e0b Add some corrections to the translation (#26959) 2019-01-23 20:44:29 +04:00
Stanislava dd45e34083 Add some corrections to the translation (#26936) 2019-01-23 20:42:27 +04:00
ShkiperMe e1617308c3 Update Russian translation for 'composer' documentation (#26847) 2019-01-23 20:41:29 +04:00
Ashley Hartsock 232036e588 Fixed punctuation (#31545) 2019-01-22 20:22:31 -06:00
Ashley Hartsock 1b8abd5e7f Edited for clarity (#31542) 2019-01-22 20:21:30 -06:00
DanielMartinsAlves 43d12e69ab Fix sentences (#33669)
Fix sentences.
2019-01-23 02:18:24 +00:00
Joe 152f387c54 ifconfig (#24636)
* ifconfig

added an explanation of the ifconfig command.

* added title, correct folder/filename
2019-01-22 19:42:56 -06:00
Mitch-McK b31ef94db5 Added further details about ownership of backlog (#26309)
* Further details about ownership of backlog

* make links a list
2019-01-22 19:41:39 -06:00
Prateek df40d62929 Added video tutorial links to issues (#29199)
Added links to youtube videos explaining problems mentioned in the article.
2019-01-22 19:34:43 -06:00
Tareq K 467a9257c4 Explained NFR in layman's terms (#33914) 2019-01-22 19:31:10 -06:00
TheBestNinja 280d042248 Update index.md (#26462) 2019-01-22 19:29:02 -06:00
Jurica Zuanović 5942a4be82 Fixing spelling errors (#27813)
Fixed "goes" to "goes", "sring" to "string", "continously" to "continuously"
2019-01-22 19:28:05 -06:00
Marek Troszczyński 76bf9b9d7e Add a summary paragraph. (#33868) 2019-01-22 19:25:34 -06:00
Oak-s dcb200ade8 Adding stand up meeting resource (#31720) 2019-01-22 19:20:48 -06:00
nishanth2143 cb038d8b33 Fixed the typos in the file (#29302) 2019-01-22 19:05:27 -06:00
Robert Balent 765460b62f Java-Arrays: Nested loop will execute M * N times (#32293) 2019-01-22 17:54:40 -07:00
Jason 8803057bdd Grammar fix (#32099) 2019-01-22 17:45:24 -07:00
Joe-Wilson 98cffcc7ac Update index.md (#30718)
Added info about array values.
2019-01-22 12:05:33 -07:00
winetoys cb28bc838a few changes (#31175)
* few changes

* Update index.md
2019-01-21 13:33:43 -07:00
retaric 783338410b Corrected a typo and improved readability (#29300)
1. Corrected typo from "sequencial" to "sequential"
2. Corrected the grammar for the sentence "primitive and reference both form of datatypes are allowed" for better readability
3. Added on to the following sentence to make it less redundant; otherwise it would have been just a repeat of the sentence before it.
4. Changed "indexes" to "elements" because an index is just a list of numbers, so saying that "an array can be instantiated to a set number of indexes" would be confusing.
2019-01-21 12:43:41 -07:00
sourya 354043752c add appropriate title "algorithm performance" (#30585) 2019-01-21 12:38:45 -07:00
Rohan Bansal ec50e64023 CopyOf method as a way to increase array size (#28962)
Added a way to increase the size of an already instantiated array via the "copy" method.
2019-01-21 12:32:45 -07:00
Alfred Skaria 95702d6e4c Images of each asymptotic notations are added (#28112)
For understanding the algorithm complexity better, images of each asymptotic notations are added
2019-01-21 12:29:34 -07:00
JmpEsc b3b72afde1 Update index.md (#32509) 2019-01-21 13:08:26 -06:00
Thaurin eb6b45bdf4 Clean up and fix spelling (#27939) 2019-01-21 13:05:17 -06:00
DiamondDog1 9c817a6f9c Add text line 7 "I" to article (#27588) 2019-01-21 12:50:26 -06:00
Shiva Sankeerth Reddy 5e0c13b4a6 Update index.md (#32754)
* Update index.md

* add space between sentence
2019-01-21 12:47:22 -06:00
annaattagirl 5b26cb18da Grammar Change to index.md (#27166)
Grammar fixes to make article flow better.
2019-01-21 12:44:43 -06:00
Joe Roland 9dedc71c55 update(guide): Added Ternary Operator Example (#29032) 2019-01-21 12:43:41 -06:00
MonicaUnlimited 0bb24ebe9d Added Markdown Converter Tools (#29947)
Browserling - https://www.browserling.com/tools/html-to-markdown
Turndown - https://domchristie.github.io/turndown/
2019-01-21 12:39:40 -06:00
jenshaw86 c80a4cb0c2 Moved Anonymous User Case Diagram link tag (#30213)
In addition, made edits around user case diagram for consistency
2019-01-21 12:13:29 -06:00
Joe Roland f8226f72d6 fix(guide): Fixed code block formatting (#28994) 2019-01-21 12:07:27 -06:00
Dana Ottaviani b2a343441c Adjusted indentation and code syntax (#34819)
The section titles were in the code examples and it was hard to distinguish the sections from each other.
2019-01-21 12:04:17 -06:00
VeraCologne ee986bf8a7 fix sentence structure (#27676)
added some commas for better readability and changed the structure of a sentence
2019-01-21 11:57:40 -06:00
Angelisa c7239f78fa Changed sentence structure (#31634)
* Changed sentence structure

Two lines altered, directly from the Free Code Camp site's description.

* maek grommer propre
2019-01-21 11:55:23 -06:00
Dhruv Singh 2b9269d39f [English] Fix gitter href for official chat rooms link (#33241)
* [English] Fix gitter href for official chat rooms link

* markdownize links

remove rooms that don't exist anymore
add rooms that weren't on the list
2019-01-21 11:54:25 -06:00
Jinx f398d8346d Change the capital "S" and remove 0. (#30574)
the word state didn't need to be capitalized, and the 0. should say This is optional the 0. is confusing
2019-01-21 11:44:56 -06:00
Joe Roland 3cd7f55fcc fix(guide): Fixed broken formatting and links (#28958) 2019-01-21 11:43:20 -06:00
Sophia a56ff7c3bf Add the text "volunteer with or without experience" (#27217)
Correct the grammar and mistakes in previous version
2019-01-21 11:25:06 -06:00
Praedor 7bff70b6cc Update index.md (#27218)
Corrected grammar mistakes in previous version.
2019-01-21 11:23:20 -06:00
Mike-Git-Hub fcb5eb7bb3 corrected typo (deleted the unnecessary backslash in the third example calculation) (#34292)
Change 1. corrected typo (deleted the unnecessary backslash in the third example calculation)
original version = -17.25\   ---> revised version = -17.25

Change 2. for greater clarity changed the word "great" to "useful" as follows:

The mean can be a great way to describe a set of numbers.  ---> The mean can be a useful way to describe a set of numbers.
2019-01-21 11:19:39 -06:00
Celinux 4a9529fe3e Update index.md (#28025)
Edit the text "texttt"
Fix typo in "availaible" to "available"
Fix mispelling of "fibonnaci" to "Fibonacci"
Fix a redundant phrase to "It is the first example which shows the power of Dynamic Programming, and a special case of a class of mathematics known as generating functions"
Correct spelling mistakes to "generating functions".
Improve sentence to "There is this following concept in mathematics: "each" etc
Add "the" before "second part".
Change "the generating in general" to "the generating function".
Fix "remeber" to "remember"
Made upper case in "If you know" to "if you know"..etc
Omit "quite" and the comma in "generating functions, in terms of their sequence".
2019-01-21 11:18:23 -06:00
Alexander Molnar 9de2c7da53 Fixed spelling, removed hotlinks (#34460)
Fixed minor spelling/grammar issues, and then removed two of the hotlinked images since they were easy to replace with text instead. Also adjusted the links on the bottom to render on their own lines.
2019-01-21 11:10:27 -06:00
alicecallejas b862a0fde6 grammar (#31569)
change 'a' to 'an' before the word <inverse>
2019-01-21 11:07:59 -06:00
vishvikkrishnan 6655a3c2c7 Grammar fix (#32744)
Fixed Grammar according to the context
2019-01-21 10:25:19 -06:00
Saurav Bajracharya 06daef5cf7 Fixed typo (#33646)
Changed intiger to integer
2019-01-21 10:21:12 -06:00
Ian Korpi f6f6f1143b fix (guide): Fixing typo in Wikipedia link, adjusting for better flow. (#33246) 2019-01-21 10:19:49 -06:00
Vin Duong 7f63288b86 Fix typo in index.md (#29720)
Changed 'oposite' to 'opposite'.
2019-01-21 10:13:31 -06:00
ianmoura b9a97aa890 Changed analogy to be consistent with image (#32682)
Changed accuracy/precision analogy from basketball to archery to be consistent with image
2019-01-21 10:07:53 -06:00
Calvin Leung e876a0121e Added additional Tensorflow youtube tutorial (#29341) 2019-01-21 10:04:48 -06:00
Richard Hall d62eed98e1 Add MariaDB (#28916)
added MariaDB with some basic info and links
2019-01-21 10:00:06 -06:00
komallapalli e203bd6a80 inverse of matrix (#33690)
added resource and definition of inverse of matrix
2019-01-21 09:56:10 -06:00
jamiesteck 656202755a Update index.md and provide additional examples (#28758)
I added several additional examples of how to create and access an array.
2019-01-21 08:28:13 -07:00
Jurica Zuanović eac14eb23b Spelling fixes (#27824)
Fix spelling "usualy" to "usually", "disscus" to "discuss", "Comparitively" to "Comparatively",
2019-01-21 08:18:44 -07:00
Burak İkan Yıldız 11968cf6e7 Jagged Arrays extra information added (#27115) 2019-01-21 08:18:33 -07:00
codexmon 93c608beb0 Update index.md (#27173)
eliminated the closing square bracket that had no opening square bracket.
2019-01-21 08:04:13 -07:00
Jake Levenson 03697de47f Added descriptions for Little o and omega (#24554) 2019-01-21 08:02:45 -07:00
Liz ed7a4bb038 Updated href tag (#28315) 2019-01-20 15:00:17 -06:00
Rachel Krupnick e193db130b Grammar fix (#29154) 2019-01-20 14:59:38 -06:00
Jlw2uc 7328fca2e3 Rephrasing two sentences for clarity (#28576) 2019-01-20 14:30:51 -06:00
Edy Ionescu 3cfe00eafd Add command for git checkout previous branch (#25133) 2019-01-20 14:30:19 -06:00
Giuseppe Varriale 7a23e18939 Fixed some Translation Errors (#21072) 2019-01-20 20:05:38 +00:00
Travis Benfield f6c96c6500 Spelling fixes (#33044) 2019-01-20 12:13:44 -06:00
KamarM a45f921a89 Update (#33320)
* Update

* fix localTitle issue

* fix typo error in localeTitle
2019-01-20 17:09:52 +00:00
ChelseaKumar123 57f2e013b4 Update index.md (#33820)
The above changes will greater benefit the clarity and rhythm of the text.
2019-01-20 10:00:27 -07:00
aizelagustino a43740c1ba Changed wording of header to match link (#33024) 2019-01-20 09:48:22 -07:00
Bradley Budach 67d1707c39 Add legacy description (#28537)
It adds a description for the removed legacy certifications, and explains that the challenges are still available and can be completed.
2019-01-20 09:41:40 -07:00
Nikihil 06158c2cac Minor update in the text. (#28428) 2019-01-20 09:28:48 -07:00
Rich Noah 32ff53d1e6 added projects (#28358)
referenced the number of projects completed in the process.
2019-01-20 09:27:28 -07:00
Mr_patcher b5adcf2084 added guide for exponents (#24631)
I added formulas for the basic rules of exponents and information about 0^0=? (whether it is 1 or 0).
2019-01-20 14:50:39 +07:00
Akshay Sharma c089dce30c Fixing embedded demo youtube video (#24134)
* Fixing embedded demo youtube video

* Fixing hyper links in references
2019-01-20 14:40:53 +07:00
Americo Zuzunaga 0577e81cf5 English terminal guide: Fix typo, add rm example, and add caution note. (#24768)
* Add missing command and iTerm2 section

* Fix typo, add rm example and caution note

* Revert changes
2019-01-20 13:35:23 +07:00
Stanley Chen 97616fe6fa Add 2 new commands and some word edits (#23942)
Add 2 new commands and some word edits
2019-01-20 13:03:49 +07:00
kieffwong b7564a5886 update the wording for 'PWA' (#28252)
improve the translation for PWA
2019-01-19 21:52:45 -08:00
true1314 b600f94300 增加第44行 (#28041) 2019-01-19 21:52:05 -08:00
Blitzen917 758741f4a7 grammarChange (#33809)
I made a few of the definitions more concise.
2019-01-19 21:28:54 -06:00
pcsingh b20a7e4299 Update index.md (#31410) 2019-01-19 21:27:41 -06:00
VeraCologne 548a0e7dde fix typo (#28190) 2019-01-19 19:47:28 -06:00
DESR95 bae59e69bd Capitalized "Python" on line 8 (#33233) 2019-01-19 19:46:12 -06:00
AdeliMwelesaGeorge 02a02ecd9e fix typo (#31783)
Changed closure to clojure.
2019-01-19 19:45:33 -06:00
David Nagy 98f2365331 Update index.md (#30791)
Added a link to language's website!
2019-01-19 18:34:18 -06:00
hkRho ed58698bc0 Capitalization included in line 69 (#31608) 2019-01-19 18:32:39 -06:00
summonmoon e9b08bc7e6 added to supported platforms (#32966) 2019-01-19 18:31:35 -06:00
Ekin Eryilmaz 0c86a5ada2 Minor punctuation fix (#27971) 2019-01-19 18:30:38 -06:00
ajitesh111 94ce06fff8 added some references (#30158) 2019-01-19 18:28:32 -06:00
Shashank Goyal 03d8721155 Fixed the sample code for naked return (#29001)
Wrong function name and wrong variable name
2019-01-19 18:27:09 -06:00
glamdring777 57e64df74b Grammatical improvement (#28831)
Added the word 'and' to the sentence.
2019-01-19 18:26:29 -06:00
Belinda c36ee7d89b cosmetic: added missing closing paren (#33102) 2019-01-19 18:22:11 -06:00
Shashank Goyal bbb2046310 Fixed grammatical mistake (#28995) 2019-01-19 18:17:44 -06:00
seanjs 8f7f79a1bf Realign a wrong indentation. (#28425) 2019-01-19 18:11:32 -06:00
dmitreeeee 2782e547f7 Update index.md (#29097) 2019-01-19 18:09:18 -06:00
Nathan Liang 65ee73f56b corrected a to <a> for html anchor tag (#32943) 2019-01-19 18:07:19 -06:00
quang1793 f6494ac555 Add the syntax (#27019) 2019-01-19 18:03:11 -06:00
Randell Dawson c2778cbecb fix: corrected url examples (#34639) 2019-01-19 18:01:09 -06:00
KrsBB 69b7a8e594 improving-text-in-examples.md (#24514)
* Update index.md

* remove "attribute" from examples
2019-01-19 17:54:35 -06:00
Potato 5aa5b309d4 minor gremmar fix (#28804) 2019-01-19 17:54:02 -06:00
ivangaru 7dd10d27e4 Translate comments in code to Spanish (#20137)
Translate comments in code to Spanish
2019-01-19 15:53:44 -07:00
odm275 d79a30f6c7 Analogous example (#19957)
Added an analogous way of using render props.
2019-01-19 15:51:18 -07:00
3l3ktron ad21d46222 say when the program was made and who bought it (#19911) 2019-01-19 15:42:52 -07:00
celticaire d4b3984083 Fixed missing words and capitalization (#28554) 2019-01-19 16:37:07 -06:00
Ayushman9454 83ab890dea added a link (#27287) 2019-01-19 16:36:09 -06:00
ronbo 5a0c2821e3 Improve copy for screenreaders (Accessibility) (#27321)
Linking just the word "here" can make it difficult for people accessing your page using a screenreader or other accessibility technology. Some screenreaders present a list of links available on a page and "here" doesn't give any context to the user.
2019-01-19 09:31:58 -07:00
Benzene88 3e5e6d86da Fixed some capitalization issues (#23784)
Fixed some capitalization issues
2019-01-19 23:23:30 +07:00
himanshu07070 308d5db586 changes in the output (#30099)
['I', 'love', 'Python', 'very much']
instead of double quotes , it should be single quote.
2019-01-18 19:02:24 -06:00
Mark Evans d6eda38560 Grammatical fixes (#30642)
I fixed a few grammatical issues and one spelling error.
2019-01-18 18:59:42 -06:00
tachoni 42b7306f76 Fixed typo on line 6 (#31809)
The text "the" was repeated and is now deleted.
2019-01-18 18:59:12 -06:00
Dominic Fung cb0cd87d7d Python mutability guide - fix formatting of code blocks and minor updates (#31696) 2019-01-18 18:57:52 -06:00
CL Mason e34b5250bf Grammar fixes, lines 5, 39 (#27483) 2019-01-18 18:55:46 -06:00
van-tienhoang 1a279432fe Fix the code python code format (#30449)
Fix the code python code format
2019-01-18 18:55:09 -06:00
Adi 9c3aa51ee4 adding text to correct the sentence (#33972)
Ord() and Chr() exists in both python 2.7 as well as python 3. The sentence was incorrect to state its only available in Python 3
2019-01-18 18:54:13 -06:00
Val B 56f37dbe12 Apply grammar changes (#30064) 2019-01-18 18:53:15 -06:00
Eric Hartline 77503a9930 fix(guide): fix some minor typos (#31239) 2019-01-18 18:47:53 -06:00
Eric Hartline b96a865a30 fix(guide): correct some small typos (#30748) 2019-01-18 18:44:26 -06:00
Kermo d80b374bc1 Fix typos (#32390) 2019-01-18 18:44:03 -06:00
Erik K e80a1625dd prop.title -> prop.text (#32159)
Properties should be having the same name for the example to work.
Either line 37 and line 45 are {props.text} and text="Welcome"  OR {props.title} and title="Welcome"
2019-01-18 18:41:46 -06:00
CL Mason d38355c940 fixed(guide): updated english translation (#29098)
Flow and syntax was corrected for better understanding.
2019-01-18 18:40:08 -06:00
impactlearner 1c4f697e2e added a hyphen (-) between "browser" and "based" (#28251) 2019-01-18 18:37:35 -06:00
Kien Nguyen 9c12dfce4f Fix typos for redux thunk (#27622) 2019-01-18 18:23:46 -06:00
alavia f20230fd06 Minor grammatical fix (#34066) 2019-01-18 18:17:38 -06:00
Nils 7021d60d5e Added bug bounty links (#30732)
Links to bug bounty program overviews, and a link to githubs own bug bounty ;)
2019-01-18 18:14:59 -06:00
ComputerLee 954c080ab6 Rewrite of Second Paragraph with additions (#30366)
* Rewrite of Second Paragraph with additions

* fix typo 'tcao' to 'to'
2019-01-18 18:04:15 -06:00
Vembar Varun 6de321df64 Fix spelling in title('and' is now 'AND') (#29590)
Changed formatting to add whitespace before and after images, for readability
2019-01-18 18:01:36 -06:00
okiwoki 2f596c93f6 Updated some grammer and spelling (#33867) 2019-01-18 17:57:47 -06:00
e3klund fb7a551fb9 Update index.md (#27404)
grammatical fix on line 32
2019-01-18 17:48:46 -06:00
Justin 3c696bf2b6 Small grammatical changes and updates (#32242) 2019-01-18 17:47:07 -06:00
Oluwasegun Orinayo Oyelade e19ee803d1 Update index.md (#25345) 2019-01-18 17:45:08 -06:00
J4unty ff84624d39 Fixed the formatting of some weblinks inside tools/color-naming (#32958) 2019-01-18 17:44:35 -06:00
Morgan McLain-Smith 5d4dce0e51 Typo corrections (#34067) 2019-01-18 17:43:18 -06:00
purifyyourhome 17a9ba6bda Added part about SSH's capabilities and uses (#31256)
Added part to indicate SSH's capabilities, and separated a sentence into two to indicate how developers often use SSH.
2019-01-18 17:42:14 -06:00
timrayle b90a9b54a2 added missing s (#30795) 2019-01-18 17:40:17 -06:00
timrayle e86f606132 removed redundant sentence fragment (#30793) 2019-01-18 17:39:36 -06:00
timrayle b49794693e clarified wording (#30790) 2019-01-18 17:38:42 -06:00
teegr 0927dceff9 Capital letters (#29717)
* Capital letters

Added capital letters in key features . Changed the wording slightly

* removed repeated text
2019-01-18 17:34:32 -06:00
Nic Wilson ae541d2fc4 Fix typo (#27540) 2019-01-18 17:28:26 -06:00
Anna Tyrrell 8f546eec41 Edit text for spelling and clarity. (#27745) 2019-01-18 17:24:47 -06:00
Elvis Dzebo d78398a036 Fixed typo error on line #53 (#27944) 2019-01-18 17:21:17 -06:00
Anna Tyrrell 7fbc144847 Update text for clarity. Fix 'startAt' index. (#27753) 2019-01-18 17:20:20 -06:00
warrenskim d066e8ab29 Fixed grammar and spelling errors (#33201)
* Fixed grammar and spelling errors

Made grammatical changes and took out an incomplete sentence.

* Update index.md
2019-01-18 17:19:20 -06:00
Tom Chapman e8aa271472 added content (#31357)
added more content describing font alignment choices.
2019-01-18 17:15:51 -06:00
shreya50 62e007a6b4 added information (#33756) 2019-01-18 17:13:34 -06:00
Shi974 d00859e6d8 Fixed typo (#27806) 2019-01-18 17:12:30 -06:00
Ronttikasa 81a4ec42ba Added line breaks for readability (#30264)
* Added line breaks for readability

* change breaks to a list with breaks

markdownize link
remove codeblock formatting in first section
2019-01-18 17:08:16 -06:00
Shi974 2ab6bdeb79 Added short description (#27814) 2019-01-18 17:07:40 -06:00
fredericksjr bd2b40a75b Change 'or' to 'and'. (#28017)
* Change 'or' to 'and'.

* fix abou to about
2019-01-18 17:06:38 -06:00
Chris Murray 6c9a22d696 Add a common type-pairing method (#26447)
Combining a serif and sans-serif typeface, each with a similar x-height, can be a good rule of thumb for pair selections.
2019-01-18 17:04:02 -06:00
Jiewei 45e15ede10 Change the sentence to clarify the effect of style (#28210)
Changed "The same letters can be styled in different ways to convey different emotions. And there are all kinds of tradeoffs around style versus readability." to "The same letters can be styled in different ways to convey different emotions. However, there are all kinds of tradeoffs when it comes to focusing on style or readability." This will help the reader understand that there are tradeoffs when you choose to make it readable, but at the cost of the style, and vice versa.
2019-01-18 16:59:59 -06:00
shreya50 f625b77756 Improved layout (#33746) 2019-01-18 16:59:07 -06:00
Leonardo Matos c1ad0b9a13 Fix links and typos (#28595)
* Fix links and typos

* fix: removed referral links

* change link to markdown style
2019-01-18 16:57:49 -06:00
Solomon H 86f66d22d5 Fixed broken links and spelling error (#34382) 2019-01-18 16:54:00 -06:00
Shi974 c01ee8c9cc Fixed grammar (#27811) 2019-01-18 16:52:38 -06:00
leecri f77fb326e1 Fixed typo (#31589)
Changed 'fund' in 'A good writer can put a fund' to 'fun'.
2019-01-18 16:48:20 -06:00
Adetunji Kayode 34a25ff8d2 Added link to Wiki (#29063)
* Added link to Wiki

Added a link to the wiki on Usability Testing

* markdownize link - remove stub info
2019-01-18 16:47:39 -06:00
Megan Charles 70c2e8c984 Updated Definition of Qualitative Testing (#31821)
* Updated Definition of Qualitative Testing

I gave more of a background in terms of what qualitative research is. I'm sure others will be able to expound on it further.

* remove stub info
2019-01-18 16:44:07 -06:00
mresnik 2c3181f7f6 Change heading to title case for consistency (#30564) 2019-01-18 15:43:47 -07:00
spinder96 58e23c27e1 Articles on Usability Testing (#24887)
Some useful articles with information on UT to help write this article.
2019-01-18 16:41:24 -06:00
DrN0VA 06a90dda8f Sentence Structure (#27897)
"For a interactive tutorial, please visit [OpenVim](http://www.openvim.com/). Here you can try for yourself several of its more powerful features."
changed to
You can try out the most powerful features through an interactive tutorial by visiting [OpenVim](http://www.openvim.com/)
2019-01-18 16:40:59 -06:00
Alexander King 0bef9b2c62 Corrected spelling of characteristics (#33129) 2019-01-18 16:38:43 -06:00
Setyo Adi Wibowo 63c30eb462 Add rowspan and colspan with example (#29196) 2019-01-18 15:32:54 -07:00
mowoe 2ae27ae345 Add docker info (#25232)
Add docker info
2019-01-18 16:27:17 -06:00
almande 6b9adaa56b Added Vim Awesome and vimtutor refs (#26545) 2019-01-18 16:26:49 -06:00
Ivan Paulin 46c346bfcc Fix typos in text (#27782)
Change "refered" to "referred" and "upper case" to "uppercase".
2019-01-18 16:21:08 -06:00
Ivan Paulin 51077f1dfd Fix typos in text (#27788)
Change "identify" to "identified", "register" to "registered", "record" to "recording" and "look" to "looks".
2019-01-18 16:13:21 -06:00
Ivan Paulin d2167c573d Fix typo in text (#27793)
Fix typo in the word "s everal" to "several".
2019-01-18 16:12:19 -06:00
Ivan Paulin f4ca23a6e0 Fix word in text (#27801)
Change "occurences" to "occurrences".
2019-01-18 16:10:08 -06:00
unagidonburi 31c4870ed9 added book resources (#31823) 2019-01-18 16:09:20 -06:00
Ivan Paulin d76bccc2f8 Fix typos in text (#27804)
Change "hasnt't" to "hasn't".
Change "occurence" to "occurrence" in two places.
2019-01-18 16:08:53 -06:00
Albin Wärmlind 8a771d9938 Fixed some grammatical (#30232)
Fixed grammatical errors in the text to make it easier to understand. Also removed unnecessary punctuation.
2019-01-18 16:04:16 -06:00
Shi974 5444d2fd76 grammar changes (#27792)
for better readability
2019-01-18 16:01:09 -06:00
aeusebiobaskerville a5f5a6a199 List Correction (#28777) 2019-01-18 15:57:41 -06:00
Amaka Mbah 3591ab840b Update index.md (#31523) 2019-01-18 15:56:17 -06:00
Shi974 2b6d032588 Fixed punctuation (#27803) 2019-01-18 15:55:44 -06:00
kenmalley aec5e6be3d Standardized spacing and wording of APIs (#28682) 2019-01-18 15:52:26 -06:00
Jerica Harwood 326509e6d9 Fixed grammatical error in line 5. (#28322)
Changed "you" to "your".
2019-01-18 15:00:54 -06:00
Egregious-Egg 0bfa871c76 Fixed Misspellings (#28678)
"nth-child" was misspelled as "nth-childe" in the last three examples
2019-01-18 14:17:01 -06:00
TrangNgu65 a5e77dc767 Grammar fix (#28766) 2019-01-18 13:34:20 -06:00
ShkiperMe dfad151db0 Update Russian translation for 'basic-linux-commands' documentation (#26734) 2019-01-18 14:03:33 +04:00
Alexandra 445b619515 Add the text "необходимо" instead of "должен" (#26788)
The changes make the translation more easier to read and understand.
2019-01-18 13:37:40 +04:00
jae0120 aec66fe9c5 grammatical fixes (#27324) 2019-01-17 22:03:35 -06:00
David Schmidt 95cd443efc improve guide/english/java/basic-operations (#33891)
added links, fixed indention
2019-01-17 21:49:59 -06:00
mresnik e5366448cb Capitalize URL in titles for consistency (#30555) 2019-01-17 21:40:11 -06:00
Setyo Adi Wibowo dedabdf89f complete the list of Entity Name (#27547) 2019-01-17 21:20:37 -06:00
panicbasket 90649b780d Updated closing tag example (#28772) 2019-01-17 21:15:42 -06:00
Yanlexis f802c032a5 Changed title to keep the same style consistency (#28756) 2019-01-17 21:09:28 -06:00
carsandparties 0876ff6e30 Add title, width, and height attributes (#27249)
Specify that width and height are usually declared in CSS rather than HTML
2019-01-17 21:04:39 -06:00
Balbir Singh ed59804ebd Added Heading Tag Guide (#34734)
* Heading tags

* Update index.md

* Update index.md

Corrected the format of guide.
2019-01-17 21:02:02 -06:00
J 3c24da1db0 add explaination of example (#32501) 2019-01-17 20:55:13 -06:00
mresnik 8f173967c7 Add the text "and text" to first section (#30505) 2019-01-17 20:52:06 -06:00
a-turgut 01ba4a8db0 google link updated: from.php to form.php (#33607) 2019-01-17 20:46:35 -06:00
Shashank Goyal 550316fa4c Added details for the <base> tag (#29064) 2019-01-17 20:44:20 -06:00
Ethan 1174bd450c Cleaned up and fixed markdown for the HTML <aside> element in guides (#33300) 2019-01-17 20:42:52 -06:00
Ujwal Kadariya 788a8e87db Fixed some typos (#29306) 2019-01-17 20:41:33 -06:00
Shashank Goyal 1858feea27 Added details for <area> tag (#29050) 2019-01-17 20:40:38 -06:00
MasoomaJ 2e165048ed Add an example for internal link. (#29899)
Add an example that how we can make a link to another section on the same page.
2019-01-17 20:34:30 -06:00
Hassaan Ahmad e920ec0bea Add the 3.0 Doctype syntax (#31273) 2019-01-17 20:14:20 -06:00
Liz c85dcacace Corrections to Grammar (#28319) 2019-01-17 20:12:16 -06:00
Potato 9d8db7e522 minor grammatical errors fixed (#28872) 2019-01-17 20:09:21 -06:00
Nathan Hannig f5f08191fb fix: remove duplicate angularjs guide as their is already an angular guide (#26365) 2019-01-17 17:27:27 -07:00
The Coding Aviator ca2d01a81c feat(curriculum): add grouping characters challenge and guide (#34875)
Added new challenge for mixed grouping of characters
2019-01-17 22:08:46 +01:00
fransposito e1be160a65 further explanation (#27620) 2019-01-17 12:02:35 -06:00
Dana Ottaviani c5c1d44bf5 Include definition of \W (#31143) 2019-01-17 11:41:32 -06:00
fransposito 5cf8d966bd grammatical edits for readability (#27617) 2019-01-17 11:39:56 -06:00
fransposito 52c61df1f8 grammatical edits for readability (#27623) 2019-01-17 11:20:50 -06:00
N1ck1234 10a789e2b8 Grammatical changes to help with readability (#27453)
Changed "this much must be already known to you" to " You should already know this much".
2019-01-17 11:19:42 -06:00
Dhruv Singh 1107893fc3 Fix gitter href for chat rooms link (#26668) 2019-01-17 21:07:22 +04:00
fransposito 05cea67127 grammar edits for readability (#27610) 2019-01-17 10:47:12 -06:00
Hawkings296 1c1ccf75d0 Minor text fix (#27074)
Lines 32 and 48
2019-01-17 00:22:55 -05:00
Destrae d1225f34f9 Updated grammar, fixed sentence structure on line 46 (#27031) 2019-01-16 23:47:35 -05:00
Luiza fa6f009674 Just missing a comma (#27042) 2019-01-16 23:35:41 -05:00
Ayushman9454 eb78b09ff8 added another use (#26992)
* added another use

* Fixed formatting
2019-01-16 23:22:02 -05:00
socutebunny 8edf198bb1 Format page to look like other bash command pages. (#26977) 2019-01-16 23:12:24 -05:00
DanielAagaard af6eaa584f Updated spelling (#26998)
Updated spelling and punctuations for easy readability
2019-01-16 23:09:15 -05:00
Logan 85ef1445c3 <pre> formatting for index.md (#26986)
Examples were jumbling together, added formatting to help with readability
2019-01-16 23:03:31 -05:00
Kien Nguyen 863f638b53 Fix typos for Docker separate build image (#27073) 2019-01-16 21:26:04 -06:00
aman601 e07f0c64b9 Update index.md (#30684)
Added a short description - still a stub
2019-01-16 21:21:35 -06:00
Yash Kapadia f5ff6738a1 Removed quotation marks and fixed grammar (#28004) 2019-01-16 21:20:25 -06:00
pierreroodman b0ffef62ba corrected grammar line 7 (#32552) 2019-01-16 21:19:36 -06:00
Pankaj Bangare fdf2579fca Add more information about developer tools (#31662) 2019-01-16 21:08:24 -06:00
ordinayara 1cc4f6699c Fix a typo and some sentences (apostrophe) (#34030)
* Fix a typo and some sentences (apostrophe)

* fix 'used' to 'use' first sentence
2019-01-16 21:02:58 -06:00
ordinayara 1e717aa6f5 Fix a Typo and some sentencences (#34026) 2019-01-16 21:01:53 -06:00
Shailendra Paliwal b6186d4577 fixed markdown links (#33200)
Hyperlinks were not in correct markdown format, I have made amends that fix this issue
2019-01-16 20:58:54 -06:00
mathias3 d512c927a9 update the list with confirmshaming (#32929) 2019-01-16 20:52:50 -06:00
ribex eba06309d5 Fix spelling and punctuation (#31068) 2019-01-16 20:33:56 -06:00
Tiffany Du 36155f8896 Add Craft to list of useful Sketch plugins (#33992) 2019-01-16 20:28:35 -06:00
Phil Whisenhunt bc417f7019 Reworded opening paragraph for clarity (#27047) 2019-01-16 20:26:39 -06:00
Lacey 01de525ef3 Updated to be more gender inclusive (#30779)
Updated "guys" to "team" this makes it read more gender inclusive
2019-01-16 20:24:05 -06:00
Deandre White 220ee67feb Update links section at bottom (#28912) 2019-01-16 20:23:10 -06:00
Deandre White 9382778513 add 'respectively' for clarification (#28881) 2019-01-16 20:20:59 -06:00
alkeshattal 518a4bb688 Added points related to API Specification (#32719) 2019-01-16 15:47:59 -07:00
Ashwin Aishvarya Vardhan 00aada73e0 added information on supported file types (#30230) 2019-01-16 13:55:21 -07:00
SAGAR LAKHANI 16c7794fd7 Added some more description (#33331)
Added line-6 and line-7 which provides more description about cd.
2019-01-16 11:49:14 -07:00
simchuck fbcbb1eda0 Add 'related commands' section with info about pushd, popd, dirs (#32824)
Would be useful to create a separate page for these commands and to add links from this page as appropriate.
2019-01-16 11:43:15 -07:00
Mo Aalabou c00bd7172c Added link to Roy Fielding Disseration (#29925)
Added link to Roy Fielding Dissertation + Fixed some styling errors
2019-01-16 11:42:58 -07:00
JesseJams 0bc1b2fece Fix small typo (#28505)
'useres' to 'users'
2019-01-16 08:16:15 -06:00
Jeff Whetstone 54404fd35b Update index.md to fix emphasis of a word (#29192)
Fixed "Publish/Subscribe" in "Observer pattern" section. The initial letter "P" was not included in the emphasis markdown.
2019-01-16 08:04:57 -06:00
lstravers 846a221493 add brief description of "User Stories" (#31101) 2019-01-16 08:00:39 -06:00
AdeliMwelesaGeorge 24f80224b1 Fixed grammar line 53 (#31788) 2019-01-16 07:56:58 -06:00
Ashwin Aishvarya Vardhan 219abdc2ce added an in-line link for the video (#30061)
* added an in-line link for the video

Just adding an in-line link.

* move link to more info area
2019-01-16 07:39:10 -06:00
Derek Lane 403ebc77ef Refined content (#33873)
* Refined content

* add 'g' to 'includin'
2019-01-16 07:28:02 -06:00
PsiActual 89d5d86979 Removed a broken link and paragraph referencing the link. (#32152)
The broken link was to a comic from Commitstrip. I was unable to find a replacement link so instead I removed the entire paragraph referencing the article.
2019-01-16 07:26:11 -06:00
Jurica Zuanović 59264f154e Fixing word spelling (#27807)
Fix "potentiual" to "potential"
2019-01-16 07:18:20 -06:00
Aditya K Kamath c683f4c579 Fix grammatical errors in GPU guide (#31171) 2019-01-15 18:14:41 -06:00
Seandoyle12 82bfdd0b6e Misspelled Caveat (#28073)
Fixed the spelling error
2019-01-15 18:10:00 -06:00
PsiActual 0f6d1797cf Changed the wording and added a link (#32143)
Made some grammatical changes for ease of readability, fixed a punctuation error, and added a link to Salesforce.com's acquisition announcement.
2019-01-15 17:56:59 -06:00
Travis Benfield a62b83d1af Grammatical change (#33046) 2019-01-15 17:52:01 -06:00
JOHN DANQUAH-BOATENG 5d1a778583 add video tutorials links (#28996) 2019-01-15 17:49:51 -06:00
Quiara Kirkland 97caacf029 Update index.md (#32128)
Edited run-on sentence in line 6.
2019-01-15 17:45:57 -06:00
Luke 6d32c71cf4 Added official website link (#32184) 2019-01-15 17:43:55 -06:00
Nextheory Labs eda241e370 corrected spelling of 'optimization' (#32755) 2019-01-15 17:33:06 -06:00
Jessica Milewski 43f64a4204 Add title text to image chart (#27945)
Added title text "Chef Configuration process chart" to the image of the chart.
2019-01-15 17:31:30 -06:00
Krisdwmi ed27109ce8 text changes: remove comma and add there is (#27405)
removed comma after "database" here: for example a web application with a database, will
and
added "There is" and lower cased "No" here: No need to interact with each machine individually.
2019-01-15 17:28:54 -06:00
Weerayut Teja d6b8c5fcee Remove meaningless 4 in use a retina image guide (#30789) 2019-01-15 17:28:06 -06:00
jenshaw86 b499ea880a Corrected spelling in 'following' (#32360) 2019-01-15 17:27:11 -06:00
Quentin REY fa4ddea155 Correction Spolier -> Spoiler (#34474) 2019-01-15 17:25:02 -06:00
Kelly Downes 722d136858 Fix typo: add 'y' to truthy (#27517) 2019-01-15 17:23:05 -06:00
Kelly Downes 9e5e3dcf9b Fix order of hint paragraph 3 (#27514) 2019-01-15 17:22:35 -06:00
AdityaVT 6e9a09b013 Updated missing link for JS regex resources (#34306)
JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
2019-01-15 17:18:17 -06:00
alittlepickle 2262ab56b4 Updated stub article (#29494) 2019-01-15 17:16:40 -06:00
Kelly Downes 120f418c41 Fix typos: remove 's' from callback (#27512) 2019-01-15 17:13:12 -06:00
Resurreccion 2d85ecb317 Update index.md (#33630) 2019-01-15 16:54:07 -06:00
Rachel Irene Lunan 6dd7ce40d7 fixed spelling error (#29863) 2019-01-15 16:53:11 -06:00
Resurreccion f1ef10aeb0 replace stub with guide (#33670) 2019-01-15 16:52:33 -06:00
Resurreccion ff9ee6814b corrected conditionals (#29295)
previous version passed the tests, but were only relevant to the numbers  tested, not what the question was asking for.
2019-01-15 16:51:07 -06:00
Shahbaz Ahmad Siddiqui 3fa796094b Definition added (#26304)
* Definition added

* Removed stub
2019-01-15 17:28:29 -05:00
Corey Abma 8e28271ebd Give examples of 400-level status codes (#27305) 2019-01-15 15:27:38 -07:00
rebelcl0ud 52637ceebb fix: update chunky monkey code solution links (#34258)
advanced code solution 3 links:
1. solution code shows 'slice' being used, but relevant link directed to 'splice'-- link now sends to 'slice'
2. 'run code' link showed adv code solution 2-- link now sends to code used in adv code solution 3
2019-01-15 16:24:17 -06:00
Máté Szőnyi 5e8738ff10 Added an another argument to the list (#29869)
cd $HOME also moves to the home directory
2019-01-15 15:21:31 -07:00
The Coding Aviator 624ce364df Update index.md (#34770) 2019-01-15 16:21:00 -06:00
Kien Nguyen 06dc16ca79 Fix typo statment -> statement for redux tutorial (#27048) 2019-01-15 16:18:26 -06:00
James Hunter 93e3f5abf2 added hints, updated formatting (#33488) 2019-01-15 16:15:27 -06:00
James Hunter 7d6b5a8c4c fixed typos (#33529) 2019-01-15 16:13:49 -06:00
Hamza Muric 2e9f341251 Add lambda as function parameter (#26371)
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
Laura Shapiro d3233ec1c4 add more information about the components of the cli (#33869) 2019-01-15 17:06:26 -05:00
BiscuiTech 931e6af41d Added REST Route 304 (#24877)
Added REST API Status Code 304 into the Guide with explanation.
2019-01-15 15:05:41 -07:00
Matheus Genteluci df3c470b46 Use the caret character to use the latest minor.. (#34620)
Hints and Solution added to index.md to guides' section
2019-01-15 16:00:40 -06:00
Jose Toledo 57319189dd Added a dependency removal code example (#25520) 2019-01-15 15:59:48 -06:00
Jose Toledo 1b0518202a Added a dependency convention code example (#25515) 2019-01-15 15:59:18 -06:00
CL Mason 3da1bd9f60 Fixed spelling and verbage, line 16 (#29054) 2019-01-15 14:58:26 -07:00
Jose Toledo 9d0d023c4b Added an author code example for package.json (#25501) 2019-01-15 15:58:14 -06:00
Alvin Christian Quijano 069953e0bd Added information (#26367)
Added information to foreach loop. Indicated foreach loop is read only.
2019-01-15 16:57:39 -05:00
Jose Toledo 4da918d258 Added a version code example for package.json (#25499) 2019-01-15 15:56:30 -06:00
Matheus Genteluci fdfdbdaf88 Add keywords to your package.json (#34619)
3 Hints added to index.md
Solution added to index.md
2019-01-15 15:55:39 -06:00
socutebunny 8da12ac3ab Add usage and example (#26972) 2019-01-15 14:55:31 -07:00
Jose Toledo 52d0ff5319 Added a version code example for package.json (#25490) 2019-01-15 15:53:01 -06:00
Jose Toledo 93e65641bc Added a license code example for Package.json (#25488) 2019-01-15 15:51:52 -06:00
Max Ong Zong Bao b719cb01cf docs: Updating the API best practices (#24112)
Added the API URL design to include versioning and limiting the use of PUT requests to only updating of existing records instead of allowing the creation of new records using PUT request.
2019-01-15 14:49:28 -07:00
Joshua Henderson 7375637d58 fix: corrected spelling errors in APIs and microservices guide (#34539) 2019-01-15 15:49:16 -06:00
Yoelvis Jiménez 834b2dc9e8 Minor typo: `resonce` replaced by `reponse` (#34677)
Change in line #19 replacing `resonse` by `response`
2019-01-15 15:47:35 -06:00
Zach Lumpkins dac5ea57f4 docs(guide): canvas paths guide edits for clarity (#30729)
* "create use paths" --> "create and use paths"
* Use ES6 syntax in code example (`var` --> `const`/`let`)
2019-01-15 15:45:23 -06:00
amyg123 ac117e0e80 update index.md with product owner vs manager (#26229)
Added a brief description of the difference between a product owner vs product manager
2019-01-15 16:44:35 -05:00
Morgan McLain-Smith c036904e86 simplified ternary operator article (#33077) 2019-01-15 15:43:30 -06:00
amyg123 5360e6ab47 Update index.md (#26173)
added collaboration software examples
2019-01-15 16:26:49 -05:00
Daniel f31d345e20 Fixed misspelling and capitalization in C Guide (#29966)
This commit fixes a misspelling in the reference to 'Some shiny things' and capitalizes the 'W in 'We can also write the program in the manner below:'
2019-01-15 15:16:52 -06:00
Kaunaj Banerjee 3189751ae7 Add content in Mutable section of Lists (#25476)
* Add content in Mutable section of Lists

* Fixed code typo and formatting
2019-01-15 16:08:26 -05:00
Briana Cowles 316733ce2a small grammar changes (#27561)
for clarification
2019-01-15 15:08:04 -06:00
Ajith Menon b8880d685c corrected spelling (#30261) 2019-01-15 15:05:26 -06:00
Tzupy db82a53408 Fixed a compilation error and some spelling mistakes (#30984) 2019-01-15 15:03:52 -06:00
Alexander Molnar afa94e6dbc Added content to stub (#25717)
* Added content to stub

Explained what PEMDAS represents, gave examples using it, and discussed a few special cases

* Re-added 'more information' section
2019-01-15 16:00:10 -05:00
Arunangshu Biswas ebf657912e Emphasized the element comparison in the example (#25506)
In the example I've emphasized the element pair which are being compared. This will provide an intuitive visual cue just by looking at the example. It kind of shows the bubble effect.
2019-01-15 15:59:28 -05:00
Ashwani Kumar 8e8d54f6be Added the text (#25266)
Added the text in
-line 11
-line 38 to 62
for simplification in understanding the 'WHERE' clause
2019-01-15 15:50:35 -05:00
kichukiran97 844554aab9 typo (#29647) 2019-01-15 14:42:22 -06:00
Aditya Sridhar 4e342714db Added points to note while using git rebase (#25244)
Git rebase is very powerful but is dangerous as well. Updated the guide to mention when to use rebase, and when not to use rebase.
2019-01-15 15:42:08 -05:00
Taiyue Tan 5831dc657a fixed spelling errors, added more information (#28297)
- logic changes
- explanations on different statements
2019-01-15 14:34:17 -06:00
Melissa 4b31b43cbe Removed The extra "for" text (#29257)
Line 12
2019-01-15 14:26:09 -06:00
vkk2420 ef8d5842ec Add the "v4 Panel component Migration changes" (#24538)
* Add the "v4 Panel component Migration changes"

* markdownize code samples

remove repeated code
make it prettier
2019-01-15 14:22:10 -06:00
Meghan Westvig 74de20f3cf Fixing spelling errors (#27199) 2019-01-15 14:21:02 -06:00
Rajiv Ranjan Singh d0a534537c Update index.md (#34846) 2019-01-15 14:19:09 -06:00
Wingman Lee 2f1cb755c0 Updated some words for better consistency and flow (#27974) 2019-01-15 14:05:26 -06:00
kevcc 50fc5f6559 deleted "can help you" and changed to "helps you" (#27143)
It felt better when reading it. It flowed better.
2019-01-15 14:03:55 -06:00
Vedran Leder a2451f180f Add Pa11y (#26953) 2019-01-15 14:03:01 -06:00
chingchinglcc 48a2f7b3ef adds example (#26666)
* adds example

* change to simplified Chinese

We currently only work on simplified Chinese
2019-01-15 10:05:59 -08:00
chingchinglcc c09ea9111b Adds border and edits the meaning of the headline (#26630) 2019-01-15 10:05:30 -08:00
Jessica Milewski 87fc92e2e4 Edit grammar and links (#27903)
* Edit grammar and links

Edit grammar and change URL links to reference-style links

* Make `## lessons learned` area more readable
2019-01-14 22:31:43 -06:00
xAtlasIX d7a482ae3c Update index.md (#26797)
Cleaned up some markdown and grammar.
2019-01-14 22:27:01 -05:00
JJ-Tu 93ccb0d926 Rephrased for readability (#26887) 2019-01-14 22:23:34 -05:00
annaattagirl 3e90137ab1 Update index.md (#27148)
Minor grammar and typo edits.
2019-01-14 20:12:45 -06:00
Joe Roland a96ed8e797 Fix: Fixed formatting issues and broken links (#28930) 2019-01-14 20:11:06 -06:00
MaxLearnToCode d894fe4c6b Uppercase to lowercase (#28317) 2019-01-14 20:01:55 -06:00
Chetan Salvi a19d95440c Updated link label in angular resources guide (#26911) 2019-01-14 19:49:33 -06:00
V.L f3c9c77413 Added word on line 12 (#33392)
I added the word "the" before "collision" on line 12.
2019-01-14 19:49:00 -06:00
Daniel Damilare 66a8b063df Update index.md (#29021)
* Update index.md

Corrected some words

* shorten, no need for all that
2019-01-14 19:47:52 -06:00
s-alyssa b6a1b6f163 Improved Grammar under Setting Up Animation (#28608)
From "...must include into the root module's imports array." to "...must be included into the root module's imports array."
2019-01-14 19:43:13 -06:00
fun831 d4a4aba44d SortingAlgorithms index.md (#29019)
* Update index.md

Additional information added about the trade-offs of speed vs resources used.

* fix typo's

add 't' to algorihms
change 's' to 'c' in resourses
2019-01-14 19:41:03 -06:00
Animesh Roy 3b11ae3f30 Changed text to 'About Cloud Firestore' (#29246) 2019-01-14 19:35:26 -06:00
Himanshu27299 32e615055e Minor grammatical corrections. (#31232) 2019-01-14 19:29:33 -06:00
ar03 45d8907d00 A YouTube description of Boundary Fill (#31505) 2019-01-14 19:27:12 -06:00
Ekin Eryilmaz 55c627d719 Some punctuation mistakes were fixed. (#27947) 2019-01-14 18:25:27 -07:00
Jurica Zuanović 0980393fe5 Spelling fixes (#27829)
Fix spelling "asceding" to "ascending", "clasical" to "classical", "wikipedia" to "Wikipedia"
2019-01-14 19:24:22 -06:00
codexmon 695e83b6b6 Update index.md (#27169)
eliminated the unnecessary extra space before two colons.
2019-01-14 19:22:28 -06:00
JustinBen-Tzioni dcca8f7af6 Reduced and rephrased words for enhanced clarity (#28730) 2019-01-14 19:21:06 -06:00
AdeliMwelesaGeorge 64a385662b Fix typo line 60 (#31803)
adiacent to adjacent
2019-01-14 19:20:30 -06:00
Jeremy Nofs 4f79ad82e4 Spelling and spacing fixes (#29783) 2019-01-14 19:16:35 -06:00
Yiğit Sever 69a6531bb9 Introduce runhaskell Option (#32487)
As an alternative to compiling and running the executable.
2019-01-14 18:14:34 -07:00
Burak İkan Yıldız 5ae96ccfa8 Update index.md, added feature set (#27100) 2019-01-14 18:10:34 -07:00
kevcc e95cf97908 Capitalized Patterns in the title (#27147)
I capitalized Patterns in the title "Behavioral Patterns"
2019-01-14 19:10:14 -06:00
Marek Troszczyński a2a77ff329 Added info about ways of getting feedback from stakeholders (#33882)
* Added info about ways of getting feedback from stakeholders

* ...

move 'for example' sentence up to fit in with article
2019-01-14 19:08:33 -06:00
Parul 8c4959b34a Update index.md (#29918)
Added information on how user stories are usually recorded
2019-01-14 19:06:23 -06:00
Qasim Hafeez cc0e2163fb Correct the spelling of achieve (#33149)
* Correct the spelling of achieve

* remove accidental 'e'
2019-01-14 19:04:24 -06:00
ChakshitaDesai 5b99c49f9d "stakeholder" added to line11 & spell correction (#28136)
"stakeholder " added to line11 "stakeholder need" & spell correction on line 20 from 'usful to useful test cases in QA.'
2019-01-14 19:03:31 -06:00
Yiğit Sever 5ef22135cb Remove Repetition (#32485) 2019-01-14 18:03:15 -07:00
Daniel b1970ab602 Update with new links for quick references (#27391)
Update with new links for quick references and sources to refer to when studying agile methodologies.
2019-01-14 18:57:27 -06:00
creativeST 8730c8760f Update the link of the Scrum Guide (#31665)
Updating the link of the Scrum Guide so it points to the "Sprint planning" paragraph
2019-01-14 18:54:41 -06:00
Conela a53f4a35ea Corrected Grammer and helped cite (#27353) 2019-01-14 18:31:25 -06:00
Adiya f0a09098aa Update article (#28179)
- replace "you" with "they" to avoid switching from "they" to "you" back to "they"
- add common situation to give practical example
2019-01-14 18:29:02 -06:00
Jurica Zuanović d138ab9d77 Fix spelling error (#27810)
Fix spelling of "specalities" to "specialties"
2019-01-14 18:27:45 -06:00
Conela f3630a6d34 Fixed Grammer (#27349)
I used a better word for the sentence.
2019-01-14 18:23:47 -06:00
RBenBeach 672e00b2f4 Update index.md (#26604) 2019-01-14 18:13:55 -06:00
Jurica Zuanović 0c785cb007 Spelling change (#27802)
Change "taks" to "tasks"
2019-01-14 18:11:51 -06:00
dallyingllama 58a75a7a95 added some things to watch out for when doing BDD (#26408)
and a link to Dan North
2019-01-14 18:09:40 -06:00
H3r0Complex 0c30a34c44 Added images of nodes layout and resulting render (#30428) 2019-01-14 18:07:33 -06:00
Iden Craven 7e5e960be7 Update index.md (#24545)
Added an introduction to the structure of a Haskell function
2019-01-14 08:08:20 -07:00
ordinayara 7629b67149 Add the paragraph 3 "advantage of blender" (#33990) 2019-01-13 17:59:10 -06:00
Krisdwmi e30deb67e1 Capitalize "Effect" in the title (#27401) 2019-01-13 17:58:09 -06:00
Val B 02b99a72da Fix typo (#30046) 2019-01-13 13:18:09 -07:00
Mukesh Jha 17943e5102 Difference in module installation in python 2 & 3 (#25407) 2019-01-13 12:57:22 -07:00
manishbhatt151yahoo 98b73aaa67 Added link to F# tutorial (#30877) 2019-01-13 12:57:05 -07:00
GhettoDrank 7c22c80b43 Added period (#30816) 2019-01-13 09:49:10 -07:00
hacktober24 47ccf3bf11 Added link to F# tutorial (#27727) 2019-01-13 09:48:15 -07:00
sri vatsav 0ac55093cb Update index.md (#30853)
Add the usage of Throw and Throws keywords
2019-01-12 10:20:35 -07:00
jamiesteck b44d80dd9a Added example of an inputmismatchexception (#28773)
Added example of an inputmismatchexception for inputting an integer using the scanner.
2019-01-12 10:08:45 -07:00
Deni Pencl badf7bb094 Fix syntax errors in Person.js example (#32236)
The state object was missing the closing curly brace and the button for growing older wasn't properly closed.
2019-01-12 09:38:19 -07:00
saicharanc bcbf14a25e Exception Handling (#28722)
Customized Exception Handling
2019-01-12 09:28:15 -07:00
Amila Indika 848e5d8430 Add Exception types, Exception handling (#25904)
Add how exceptions are thrown, Add different exception types, Add an image for exception hierarchy, Add exception handling methods, Add exception throwing
2019-01-12 09:12:57 -07:00
Ojini Chizoba Jude ff14591fe3 grammatical adjustment on line 12 (#28189) 2019-01-12 09:12:30 -07:00
LuDaBear 14c9b20887 Added More Info (#26690)
Added links to an article on Facebooks ImageMagick Bug Bounty on forbes and to the official Bug Bounty Wikipedia page
2019-01-12 06:39:32 -05:00
cilalice89 006d69e427 add text " Unlike the `while` loop," to article (#26858) 2019-01-10 21:44:21 -05:00
MelodyMale 1add8e9067 Edit "sizeof()" into italic style in line 51 (#26870) 2019-01-10 21:16:36 -05:00
Omereshone Kelvin Oghenerhoro 656394e9cb corrected a typo on vue component guide introduction paragraph (#26872) 2019-01-10 21:15:40 -05:00
Usman Akram d8924e4600 Addition of interview preparation resources (#26694) 2019-01-10 20:46:02 -05:00
Tedo Haris Chandra 30381160f5 Help to add basic linux command no 15 , because I think the command c… (#29931)
* Help to add basic linux command no 15 , because I think the command chmod is one of the important commands in basic linux.

* fix: numbering
2019-01-10 13:48:46 -07:00
Ana1ya7at0R 16a65f3027 Update index.md (#28366)
Added whoami command
2019-01-10 11:49:22 -07:00
Vincent 94c8af2dbc Added passwd, fixed typos, added some markup (#28275) 2019-01-10 09:42:13 -07:00
Angga Rifandi dc391d330c Add 'rm -r' (#28018) 2019-01-10 08:34:23 -07:00
Yang8547 5e387d2561 Add improvement of the translation (#26402) 2019-01-09 22:43:41 -08:00
Mudi Hussaini f44afe49ac Add use of alt text "Line 15" (#26682) 2019-01-09 22:16:00 -05:00
Manoj Parihar d0131c23f0 Add to benefits of Code reviews (#26667) 2019-01-09 21:42:51 -05:00
Nic Wilson e57699d040 Add link to Angular Material to resources (#26643) 2019-01-09 21:30:42 -05:00
simon adler 41af84384c Update index.md (#26599)
changed first sentence from "Service Worker is a script that works on browser background without user interaction independently." to "A Service Worker is a script that works in the browser background without user interaction independently."
2019-01-09 17:52:57 -05:00
Nic Wilson 7fc60e3a94 Improve grammar (#27537) 2019-01-09 09:02:46 -06:00
mathias3 0e3d9a7465 add word2vec section (#33921) 2019-01-08 17:34:41 -07:00
punit78 8f9d26c4ad Deleted " ++number statement from Floyd's Triangle " (#30858)
added "number++" within the printf()
2019-01-08 12:11:10 -07:00
Tanmoy Sarkar 863fd135ea Corrected Syntax index.md (#29260)
There was a syntax error - missing ';'
2019-01-08 10:53:27 -07:00
Ayush Shrivastav 4745843717 Update index.md (#28530)
Updated Loop Description
2019-01-08 10:52:26 -07:00
Utkarsh Raghav ab0c01a763 Updated Punctuation marks on Line 8 (#26663) 2019-01-08 12:37:32 -05:00
GentlemanlyHippo 78488260e8 Fixed usecases to use cases (#26617) 2019-01-08 12:36:36 -05:00
shahiarpit aff166ba45 Updated index.md (#28498)
Corrected few mistakes.
2019-01-08 10:09:21 -07:00
blankaex 7933d6fa3a Added a section on optimistic indentation (#24185) 2019-01-08 09:45:19 -07:00
Derek Czysz 992a34fb8c Added initial content to stub (#26577) 2019-01-08 10:51:21 -05:00
Suzanne Ito a4026c73f8 Add 2 additional Product Design Classes (#26522)
* Add 2 additional Product Design Classes

Coursera and Skillshare Classes

* Fixed link formatting in courses
2019-01-08 10:42:38 -05:00
Maddineni Akhil 154ba84237 added datatypes precedence for good understanding (#26514)
* added datatypes precedence for good understanding

* Fixed formatting
2019-01-08 10:27:38 -05:00
Suzanne Ito b519570336 Add article by Ellen Lupton (#26494)
* Add article by Ellen Lupton

Description on kerning and tracking

* Fixed link formatting
2019-01-08 10:19:34 -05:00
Connie Lei 74c283660e fixed formatting, removed extra whitespaces (#26251) 2019-01-08 10:08:02 -05:00
Aditya Sridhar 696cc38287 Added points to note for git merge (#25278)
* Added points to note for git merge

mentioned the drawback of too many merge commits and how rebase can be used instead

* Added pitfalls of Rebase Command

Added Pitfalls of Rebase command as well.
2019-01-08 10:03:17 -05:00
Nitin Chauhan 9de5460b92 Using enumerate in Python while looping (#25221)
* Using enumerate in Python while looping

enumerate follows the zen of Python. enumerate makes the code more readable

* fixed bug in python linear search
2019-01-08 10:02:12 -05:00
Jonathan Grah 181fea9e8e fix: spelling and grammar on some react native articles (#23575)
Signed-off-by: Jonathan Grah <theflametrooper@gmail.com>
2019-01-08 07:05:30 +07:00
Nicki Hastings f0798189c9 Fix typos (#33833)
* Fix: Typos in text

* minor change
2019-01-07 15:40:25 -08:00
jairam2311 b163022952 Changed 'period' on line 20 to "colon" (#32736)
Changed "period" on line 20 to "colon" since it precedes a list of items.
2019-01-07 15:29:39 -08:00
Thaurin 8684e1c747 Fix numerous spelling/markup errors, missing links (#27922) 2019-01-07 16:04:39 -06:00
GentlemanlyHippo 9e6a92fc58 added missing space (#26612)
in between network communication(line 15)
2019-01-07 13:57:36 -05:00
J. Christian Straubhaar-Jones d7ae622a65 short racial diversity in tech article (#31388)
Thanks for contributing to freeCodeCamp @StraubJones!
2019-01-07 12:28:17 -06:00
Phillnavy cf037f7f1d AddedStringsToVariables.md (#26546)
* Update index.md

* Fixed comment for String type
2019-01-07 11:15:37 -05:00
rofidahimma 111a6f0d43 correcting word (#26559) 2019-01-07 11:04:04 -05:00
rofidahimma 3c925cf2a6 change the "degree" to degree sign(°) (#26573) 2019-01-06 18:26:26 -05:00
mr0range a151f8e65c Update to resource styling (#26504)
Updated the styling of the resource links to match style of other pages
2019-01-06 12:55:56 -05:00
Loyn Howie d0d73ed28a Fixed some grammatical errors (#26523)
Fixed the commas before the "but" statements. Also fixed some starting sentences
2019-01-06 12:53:29 -05:00
Maddineni Akhil 835e1a59f5 added case where finally is not executed (#26521) 2019-01-06 12:52:37 -05:00
Monique 73087fb8f6 Changed wording and fixed grammatical errors in Advantages and Disadvantages of JavaScript tutorial (#26528)
* Fixed wording in JavaScript tutorial

Advantages and Disadvantages of JavaScript introduction

* Updated wording in JavaScript tutorial
2019-01-06 12:51:21 -05:00
Physige ce90822b02 Added two sentences on line 7 (#26512)
Added "It is important to consider the direction of the fan and whether or not the fan is intaking air or exhausting air. It is typical to place exhaust fans towards the top of the case as hot air rises, and intake fans towards the bottom of the case as cool air sinks.
2019-01-06 12:48:26 -05:00
Suzanne Ito 3dcc32be93 Update index.md (#26503) 2019-01-06 12:34:06 -05:00
jeremycpc f3556036f0 Added additional note on flexbox (#26472) 2019-01-06 12:21:13 -05:00
Glafs b4685900e0 Added a constructor description with an example to constructor article (#26488)
* Added a constructor description with an example

* Changed text layout in Python constructor article

I learned how to make the text look nicer, so I changed the looks a bit :)

* Added clarification in python constructor guide

I added a short explanation about function overloading in python, why we only use one __init__ in a class.

* Grammatical, formatting and typo fixes
2019-01-06 12:12:29 -05:00
mvtej 3c1d3d6382 Updated index.md added Neural Networks (#33700)
Added a brief description of Neural networks in language modelling
2019-01-06 10:09:38 -07:00
DarkAvenger10 bcc165eee0 added what is natural language processing (#30862) 2019-01-06 10:05:58 -07:00
ananya 3e8656ec89 Add the process involved (#29222) 2019-01-06 10:02:57 -07:00
Nayan Chawla b2d89c4097 Added some popular open source tool-kits (#28607) 2019-01-06 09:53:14 -07:00
GENTELMAN23 e118a89d54 spacing fix (#27018) 2019-01-06 09:44:12 -07:00
Tzupy 00019a5888 Removed extra spaces from index.md (#26461) 2019-01-06 10:39:01 -05:00
JawnsenTrain d2c9a45f21 Added more info about the append method (#26478)
* Added more info about the append method

Added the detail that the method adds the argument to the end specifically.

* Removed redundant point
2019-01-05 16:25:27 -05:00
jeremycpc b8d3a77317 Added an additional link for accessibility tool (#26465)
* Added an additional link for accessibility tool

* Added a space after additional link
2019-01-05 16:04:49 -05:00
Chris Murray d4ea5f2179 Populate "data-driven design" article (#26440)
* Populate "data-driven design" article

* Fix link formatting
2019-01-05 16:00:11 -05:00
Chris Murray 374df386fa Add Figma, Sketch and XD to the list of tools (#26444) 2019-01-05 15:59:28 -05:00
ChiselD 63f7f61026 fix: edit language for clarity, fix typos (#26438) 2019-01-05 15:48:12 -05:00
wheat779 c3ec8babfc Organize to make function categories titles (#26391)
Make each function category a title to organize the article, rather than making them list elements.
2019-01-05 15:33:30 -05:00
Tammy Lee 18b053378d Added about statically vs dynamically allocated (#31555) 2019-01-05 10:16:47 -07:00
pcsingh cf06cd9ad9 Update index.md (#31403) 2019-01-05 10:15:47 -07:00
athreya2013 a8801255c0 Information regarding pointers in array (#30573)
* Information regarding pointers in array

Added more Information in 2D arrays that we can declare the array without no_of_rows and usage of pointers in array element accessing

* fix: formatting/spelling

* fix: formatting, matched variable name to other examples
2019-01-05 09:44:52 -07:00
Papun Charan d0879e5f59 Added a 'Note' and another section (#30547)
The note tells about what kind of datatype can be used in array, and in another section the difference between initialization of character array and string is discussed.
2019-01-05 09:30:51 -07:00
kichukiran97 d50c344772 Typo (#29638)
ints was there which will make confusion
2019-01-05 09:05:51 -07:00
YenruoY 527a1fd177 Added missing semicolon (#29437) 2019-01-05 08:59:54 -07:00
Tanmoy Sarkar e411dc3dc5 Simplified index.md (#29285)
Simplified the logic of nested loops of pattern printing.
2019-01-05 08:59:13 -07:00
Ashwin P a7f37ac240 Added Info on Invisible Internet Project. (#24090)
* Added Info on Invisible Internet Project.

* Used correct formatting and added more information
2019-01-04 23:50:56 -05:00
imdonnie e2fa3aeb61 Add a Chinese translation to PythonZen (#23834)
* Add

* add line between English and Chinese translation
2019-01-04 13:28:25 -08:00
shenyusun 2f098c9798 Adding a sentence about SM (#22103)
* Adding a sentence about SM

Scrum Master is not manager

* change the title of blog back to english
2019-01-04 13:27:32 -08:00
laveesh-gupta a5e6ad302c Added "Performance" (#30557) 2019-01-04 14:02:48 -07:00
Lam Chi Tak 37cf8fbffc Update Chinese Translation and Fix Indentation (#21977)
* Update Chinese Translation and Fix Indentation

* delete the broken image
2019-01-04 12:02:12 -08:00
shenyusun 76d33eb5b9 Adding words about Sprint time frame (#22120)
Sprint is usually 2 - 4 weeks depends on the team's preference.
2019-01-04 12:01:25 -08:00
Thaurin eeead0db44 Clean up page, fix errors (#27926)
* Clean up page, fix errors

* Restore title block
2019-01-04 11:00:38 -08:00
Jesper Brinch Korsbakke a409657bbf Added a section for vue single-file-components (#26963)
* Added a section for vue single-file-components

Brief description of the single file components in Vue

* fix: added front matter block
2019-01-04 10:59:57 -08:00
Tri Eka Putra 2de561ef12 add the text "Types of Computer CPU" to article (#29168)
* add the text "Types of Computer CPU" to article

* fix: formatting
2019-01-03 20:51:05 -07:00
Sankar Siva b015efc9fe Version 4.1 Feature added (#27843) 2019-01-03 20:45:53 -07:00
Alex Yu 65e1a25d51 Added s to iteration and removed comma after IOT (#29080) 2019-01-03 20:28:43 -07:00
monstermaker a9416c0926 added flexibility feature (#26952)
Added information for noob developers about Bootstrap being flexible in styles due to the CSS nature.
2019-01-03 20:26:09 -07:00
RonnyNovik df826667eb section about why people should use bootstrap (#26927)
* section about why people should use bootstrap

I have added a section that explain why bootstrap is useful to every developer

* fix: grammar/punctuation/spelling/formatting

* fix: added missing header
2019-01-03 20:24:35 -07:00
samujjal1618 96c481057e Typo fixes and improving explanation (#25424)
*Spelling Hello, World! consistently everywhere. 
*Improved explanation and some typo fixes.
2019-01-03 19:11:02 -08:00
Thomas Headle 5dd227e38b [Add] Link to Grid System 'set up' (#24558)
<a href='https://getbootstrap.com/docs/4.0/layout/grid/' target='_blank' rel='nofollow'> </a>
2019-01-03 20:02:31 -07:00
squidnerd babd589fdc Corrected some spelling/grammar mistakes (#27354) 2019-01-03 16:12:34 -07:00
CharlesMarlow e77b5bfd6b Added framework to Javascript frameworks section (#22652)
Vue.js was added on line 35 as one of the prominent front-end frameworks for Javascript.
2019-01-03 11:18:27 -08:00
Brian 7bb862617c 加了Netbeans 和 JDK 下载 (#25213)
* 加了Netbeans 和 JDK 下载

加了网站去下载 Netbeans 和 JDK 一起

* make it more nature
2019-01-03 10:17:25 -08:00
Cara 404bf1511b Improving the translation error in the title and example (#24396)
The original title of this document is "一个标签"`, means "one tag" in Chinese, so I change it to "A标签" to enhance the translation quality.

In the example, I have fixed some descriptions for target attribute that may mislead readers due grammatical errors.
2019-01-03 10:02:20 -08:00
Emily Gong 48670347b9 Update translation (#25780) 2019-01-03 10:01:23 -08:00
Cara f2cd7fe288 fixed some translation error (#25447)
I have corrected some inconsistent or unsuitable word in Chinese.
2019-01-03 09:58:24 -08:00
Cara d41b20ddfd Correcting the translation of the button name (#25468)
I correcting the translation of the button name and some related words.
2019-01-03 09:56:27 -08:00
邱斯 0252b6ac4e add rename instruction (#24920) 2019-01-03 09:54:13 -08:00
burst1ng 9a7c0d8bc0 deleted one chinese word in the title (#24656) 2019-01-03 09:53:25 -08:00
Dhiraj Kanchan 8b39e83e24 Fix if statement to use equal to operator instead of assignment operator. (#24522)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2019-01-03 09:52:05 -08:00
fedelico 200dccc517 translate text from line25 to line 42 into chinese (#24246)
* translate text from line25 to line 42 into chinese

* change to simplified Chinese and fix some markdown
2019-01-03 09:50:14 -08:00
邱斯 6cfde0060c if at the end of the sentence (#24428) 2019-01-03 09:49:32 -08:00
邱斯 6bcaf0ee52 fix markdown table (#24417) 2019-01-03 09:48:00 -08:00
邱斯 23ae994d40 Add range in for loop (#24410) 2019-01-03 09:47:15 -08:00
fedelico 11d4b464d3 modify the arrangement of text (#24322) 2019-01-03 09:40:57 -08:00
Fabio Trilho Pereira c397d7ab71 Added a short introduction to Godot Scripting (#20496)
* Added a short introduction to Godot Scripting

* makes the text clearer
2019-01-03 15:20:55 +00:00
Cindy Yates db267bf1c5 Fixed link to more information (#27183)
Fixed link to existing article, added additional resources, minor clarification in text
2019-01-03 08:04:26 -07:00
Candice Beaman 93c2b68026 Added Source Code, cleaned up... (#26314)
got rid of duplicate Linker def and put in ABC order
2019-01-03 09:36:22 -05:00
fedelico 6e9eccc792 change line21 '燒毀vs燒毀圖表' to '燃尽vs燃尽图表' (#24251) 2019-01-02 16:48:45 -08:00
DC dbece21eee Rephrasing/typo (#24170) 2019-01-02 16:46:44 -08:00
Adam Sałek 828375d462 Added more tools for virtual env (#31415)
* Added more tools for virtual env

Based on Python official documentation

* typo in 'h1'

Correct value: Environments

* another typo

Correct value: together
2019-01-02 17:02:22 -07:00
Travis J. Terrell 40c17b6ba1 feat: add c# guide for lists (#33787)
* feat: add c# guide for lists

* fix: minor grammar fix on how-to-steup-freecodecamp-locally

* fix: corrected typo
2019-01-02 14:51:42 -08:00
3l3ktron bebf3af072 add the description of how it was introduced (#19880)
the text added was "El elemento fue introducido por Apple para el tablero de OS X y Safari"
2019-01-02 15:07:27 -07:00
3l3ktron ee1d4b509b Change Agile to Ágil (#19859)
that's how to say it in spanish
2019-01-02 15:01:59 -07:00
Diego Monroy 5ebb769c8f FIX coherence and context in two lines of text in guide php index.md (#21650)
* FIX coherence and context in two lines of text

* Update index.md
2019-01-02 14:27:25 -07:00
Yang8547 d7e094e751 add installation instruction (#23653) 2019-01-02 13:25:59 -08:00
Taylor Stauss 2512178a7c CSS: Add ::selection pseudo-element document (#23750)
This is a basic introduction to the ::selection pseudo-element CSS selector. This document is meant to be a starting point and should be added to/expounded on.
2019-01-02 16:17:07 -05:00
Alexander Molnar 2101c45386 Fixed error, cleaned up and added content (#34186)
Added more content, showing why the rationals are nice, and why they are interesting (and of use!) to study
2019-01-02 15:43:06 -05:00
DC 12a8a503db hyperlinks now working properly (#24163) 2019-01-02 12:24:58 -08:00
suruihuang 4a53bfc840 updated data_type.md (#23401)
fix translation for "character"
2019-01-02 12:19:10 -08:00
shenyusun f19420ae25 Adding words about backlog (#22114)
If team member finishes his/her story early, then they can pick new story from the backlog
2019-01-02 12:06:21 -08:00
goonar aa5314ff59 Add info for Siri Shortcuts (#26414)
* Add info for Siri Shortcuts

Add info for Siri Shortcuts, introduced in iOS's Update 12

* Created list formatting
2019-01-02 11:25:59 -05:00
owlhoo 8a21fe58f1 Update index.md (#26416) 2019-01-02 11:14:33 -05:00
ChiselD d80634f1f7 fix: edit language for clarity, fix typos (#26413)
The paragraph I deleted was a repetition; it already appears earlier in the text.
2019-01-02 09:46:11 -06:00
Chris Birster 24f8f9ad11 Added pyenv notes to virtual environments (#29135) 2019-01-02 08:11:47 -07:00
simchuck d734f402cb Add more information with links to videos on git internals. (#32841) 2019-01-01 14:02:44 -07:00
manishbhatt151yahoo 8a8f32a428 Improved formatting (#30878) 2019-01-01 13:51:36 -07:00
Soumil Datta a8139f0388 Changed "will have" to "has" on line 27 (#29950)
change from future to present tense, as it is more proper.
2019-01-01 10:31:51 -07:00
Luka Kidric 2f44ff860d added how to clone a repo (#28708)
* added how to clone a repo

* fix: changed git init to git clone
2019-01-01 10:20:48 -07:00
veera-potnis 783239bf4d Additional information on git (#28621)
A new cool platform for git commands for Sublime Text editors
2019-01-01 09:49:45 -07:00
Mudi Hussaini 8cbdab4ec4 Add a note "Directory is also know as repo" (#27335)
line 36
2019-01-01 09:38:50 -07:00
David Boyd 96cdecffd3 Update docs for changing default git text editor (#25414)
Previous docs only mentioned setting Atom as the default editor, updated to include sublime, vs code and notepad++; along with the app specific command line args.  Also included is a sample command should you wish to test your updated git editor config
2019-01-01 09:38:02 -07:00
Githubtesting123 332df38201 created correct directory names and added link for tensorflow tutorials (#23919) 2019-01-01 19:11:57 +09:00
kavurivk 9331df86ea Added Scikit learn logo (#30733) 2019-01-01 18:33:10 +09:00
Gerald Ooi 525a20ab66 Add more tools to 更多信息 (#22970) 2018-12-31 20:26:26 -08:00
quang1793 fb67a45f75 Edit More Information: (#27066) 2018-12-31 10:06:52 -07:00
muskaangupta15 3cee0f4afb Update index.md (#27111) 2018-12-31 09:57:20 -07:00
owlhoo 07ae8e2985 Update index.md (#26435) 2018-12-31 09:54:49 -07:00
Niek Mollers 85a802fe9f Some textual modifications in index.md (#23739)
* Some textual modifications in index.md

* Update index.md
2018-12-31 23:34:58 +07:00
kavurivk 9c3b0f30c9 Added tensorflow logo 2018-12-31 23:33:42 +09:00
Gunther Adendorff f67f82cae4 Created a "More Information" section (#28227) 2018-12-31 23:14:17 +09:00
Max Ong Zong Bao 65d2d13cd7 Updated the coding example with comments, added a new python package manager called "pipenv". Lastly added a code example on the order of imports with comments. (#23897) 2018-12-31 17:50:01 +09:00
ninjahellokitty 406091303f Add information on inline block to navigation (#23913) 2018-12-31 15:41:23 +09:00
ninjahellokitty 6a476b50aa Update with Sketch Plugin Manager (#23891) 2018-12-31 14:25:47 +09:00
suruihuang 34d92950a5 updated table.md (#23417)
* updated table.md

I have rephrased it based on the English version in the folder.

* change the table result
2018-12-30 12:59:43 -08:00
suruihuang da66e1ac0c updated comment.md (#23425)
* updated comment.md

I have rephrased some expressions.

* Update index.md
2018-12-30 12:59:06 -08:00
Derek Czysz 82683873df Added Content To Initial Stub (#25751) 2018-12-30 23:52:39 +05:30
Mr_patcher fef4651da6 Added a guide to Scientific Calculators (#24039)
This edit adds information about scientific calculators. It isn't the best but its a start and needs improvements.
2018-12-30 00:44:40 -05:00
Tankica 6bbf1c0c53 Add explanation about loops (#31343) 2018-12-29 13:52:01 -08:00
Atom a31507ecd0 fixed some grammatical errors (#27212) 2018-12-29 13:50:25 -08:00
BLJS2warchief fa7362a21b Added a required style of table (#26753)
A border can be added to a table by this CSS synatax
2018-12-29 14:49:04 -07:00
raysr01 3ee06dd634 Added more info links (#31136)
* Added more info links

* fix: removed non-official php doc links
2018-12-29 21:24:53 +00:00
Jacob Hoard 80c60de887 Fixed grammar issues to help readability (#21144)
* Fixed grammar issues to help readability

* fix: changed rask for to a task
2018-12-29 21:24:19 +00:00
Swapnil Bangare ec6359408c Add option for Developer tools inside browsers (#22858)
As developer tools are used extensively by front-end developers, it's nice to hint readers that this guide also contains information about developer tools of browsers such as chrome, firefox and edge.
2018-12-28 16:08:05 -08:00
Kalock 7bbe27b5d1 Update Translation for Chinese (#22297) 2018-12-28 15:59:39 -08:00
Kalock bde0a55554 Update Translation for Chinese (#22249) 2018-12-28 15:58:32 -08:00
范鼎 80758a4b98 Change localeTitle (#22123) 2018-12-28 15:55:51 -08:00
shenyusun bffe6a182c Update index.md (#22065)
Adding ideal headcount numbers in a scrum team.
2018-12-28 15:54:42 -08:00
范鼎 442a89c1a2 Update translation, update code format (#21966) 2018-12-28 15:53:10 -08:00
Kalock f749637609 Update Translation for Chinese (#21915) 2018-12-28 15:24:35 -08:00
Lam Chi Tak 3ca2fc7fbe Update Chinese Translation (#22090) 2018-12-28 15:21:35 -08:00
Kalock 4fa46025f0 Update Translation for Chinese (#22052) 2018-12-28 15:13:31 -08:00
Kalock e2809bb6f7 Update Translation for Chinese (#21990) 2018-12-28 15:12:31 -08:00
Tay Jing Xuan 466e82c930 Translated descriptions (#21535) 2018-12-28 15:06:41 -08:00
aidilumarov 8e9c422644 Исправил, и удалил ненужное (#26330)
* Добавил информацию о __init__()

Также удалил неправильно отформатированную информацию

* Update index.md

* Удалил непонятные части
2018-12-28 23:18:06 +04:00
viviantran27 f8481a71b0 Added complex number graphing (#23687) 2018-12-28 11:14:07 -08:00
MCBlastoise 0af37ec6c4 Minor spelling and grammar fixes (#27488) 2018-12-28 10:30:45 -07:00
agrygo 89cab36423 Update index.md (#27120)
Added a sentence about ES6.
2018-12-28 10:08:29 -07:00
laurGeo e24179d8e0 Update index.md (#26407)
Grammar changes
2018-12-27 21:57:50 -05:00
范鼎 15dd403678 Update code format, change MDN reference url (#21912) 2018-12-27 17:59:03 -08:00
Wang Tian d54d6e0acb change some translations (#21761) 2018-12-27 17:56:33 -08:00
dkempdesigns 97e5f472dc Boosting your chances in tech (#33950)
How disadvantaged workers can get a tech job.
2018-12-27 12:16:55 -07:00
trbst 154808d86f Added examples in 'Outlined buttons' section (#34287)
* Fixed typo in definition
* Added examples for outlined buttons
* Updated links for more information to most recent ones
2018-12-27 11:57:20 -07:00
NeeharikaESai d9c970c86d Add '-' to line 23 (#32610) 2018-12-27 11:56:43 -07:00
Rajat Saxena 916c1a28fa Added 'Data Engineer' to example of Tech related Jobs (#29563) 2018-12-27 11:23:37 -07:00
fun831 615d400318 Update index.md (#29028)
Added some more examples of tech jobs
2018-12-27 11:22:39 -07:00
Ellixmmer d40c526880 Small grammar change in a sentence (#33855) 2018-12-27 11:22:26 -07:00
kenmalley f61977758c Changed wording; fixed grammar (#28736)
Altered the wording to sound more professional while trying to stay true to what you had.  Fixed grammar issues where necessary.
2018-12-27 10:52:26 -07:00
Vedrana_R 55b3a86dab Modified the intro sentence (#32145) 2018-12-27 10:44:59 -07:00
Lam Chi Tak 930e1fefb3 Update Translation for Chinese (#21672)
Update translation for Chinese and fix indentation for code block.
2018-12-27 09:43:01 -08:00
Andrew df11c40023 Added more examples of Tech jobs (#27858) 2018-12-27 10:42:20 -07:00
Sophia 077a70bea6 Add tech related jobs (#27253)
Data analysts and data scientists are well known in the technology industry
2018-12-27 10:41:01 -07:00
DC 6b6e20fdb4 Hyperlink code and typo fixed, grammar (#21403) 2018-12-27 09:40:32 -08:00
Tay Jing Xuan f2fef7f3ab Edit formatting (#21351) 2018-12-27 09:37:29 -08:00
Vardana Bhanot 2399b1c55a Button group (#28157)
* Button group

Here is my update I have explained about the grouping of buttons using bootstrap

* fix: spelling/grammar/formatting
2018-12-27 10:33:22 -07:00
DEBSUBHRA ROY b1ffa2d089 added text and link (#26713)
Added:
- Ethical hackers (simple text)
[Ethical Hacking and Penetration Testing Guide](https://www.amazon.in/Ethical-Hacking-Penetration-Testing-Guide/dp/1482231611) (simple text and link)
Altered:
To know about more books (simple text)
2018-12-27 10:32:15 -07:00
ChiselD 3ae1353a43 fix: edit language for clarity, fix typos (#26400) 2018-12-27 10:11:57 -07:00
Yunior Batista 713da19adc Additional Information about the buttons on Bootstrap was added (#26549)
added information about the usage of the 'role' attribute when using the btn classes on 'a' tags rather then using regular button elements.
2018-12-27 09:49:42 -07:00
Shane a6236d89ae Update index.md (#23772)
* Update index.md

Changed shortened Amazon link

* fix: removed referral links and shorten urls

* Update index.md
2018-12-27 09:42:49 -07:00
Dagny Kight c759b57edd Add default colors and secondary button (#26289)
Secondary button added.
Hexadecimal color numbers used.
2018-12-27 09:42:35 -07:00
RonnyNovik 31b2f2eb6a Inline button sections (#26273)
I have provided a small section about how to turn those buttons into inline buttons
2018-12-27 09:32:24 -07:00
Adrian Skar 6300a5339f fix(guide): ES6 markup and edit fixes and improvements (#34691)
- Remove image of phantom
- Remove notes for contributors
- Links to bottom and to markdown + some more
- Alternative code solution

### Notes:
- The guide article mentions the challenge can be solved by using `reduce()` but I couldn't find a way to do so. It might be better to remove that reference and the bottom link until someone provides one.
- The alternative code solution I provided uses a simpler way (in my opinion) to check if the values are integers but does not differ much from the original one. If necessary, feel free to remove it and go on with just the fixes.
2018-12-27 18:09:51 +05:30
Adam Molnar ee5aeab2e8 Added a resource (#26404) 2018-12-26 20:26:46 -05:00
Adam Molnar 9c067ca86c Added another general page (#26392) 2018-12-26 20:20:30 -05:00
majorkira 6e9fcf73bf Fixed typo and added paragraph (#26405) 2018-12-26 20:16:03 -05:00
ReedGotSpeed 225b13f8c7 Coding Standards (#26386) 2018-12-26 20:15:08 -05:00
zd6 8dd5539c4e optimized translation index.dm (#21208)
* optimized translation index.dm

corrected web translation mistakes.

* fix some translation

The terminal's official Chinese name is ‘终端’, So I changed it, but I think use ‘控制台’ or use the English 'Terminal' also make sense. Anyway, I think readers can understand that.
2018-12-26 16:27:20 -08:00
Shane a558b1ca65 retranslate the sentence from english to chinese (#21217)
In this way that can easy to understand. And put let instead of Chinese 让 which are translating code.
2018-12-26 16:21:44 -08:00
viggo111 2462ed49f3 Modify translation errors "localeTitle: 边境财产" (#21337)
"边境财产" to ”边框属性“;
2018-12-26 16:20:44 -08:00
zd6 3131241bdc optimized translation index.md (#21189)
improved readability. Corrected some web translation mistakes
2018-12-26 16:06:55 -08:00
laurGeo 191bc0492a Update index.md (#26379)
* Update index.md

Grammar changes, addition of new keyword sentence

* Added code formatting to keywords
2018-12-26 18:49:41 -05:00
pirland 37bca450a8 Update index.md (#26376)
Fixed minor wording and syntax issues throughout the  #### Generations in C# GC section.
2018-12-26 18:49:04 -05:00
csteacher1 f8eef8b8f2 Line 20 spelling correction (#26375)
Corrected the spelling of "purposes" on line 20.
2018-12-26 18:27:57 -05:00
Raymart Evangelista f9f816514c Update index.md (#26358)
* Update index.md

Added statements to visualize interfaces differently.

* Formatting changes
2018-12-26 18:26:34 -05:00
pirland 0e86226911 Added code block open and close around Mysqli example. (#26354)
* Update index.md

Added code block open and close around Mysqli example.

* Changed code block to use backticks.

* Removed php tags from code example

Removed php tags from code example.

* Added formatting, syntax highlighting
2018-12-26 18:13:14 -05:00
wheat779 048e2a4e6e Remove dead link to a user's twitter (#26357)
Remove link to twitter.com/getifyjr, who said users can contact him for help, because the twitter account no longer exists
2018-12-26 17:56:59 -05:00
pirland f1a9cbf3f9 Changed MsSQL to MSSQL. (#26346)
* Update index.md

Changed MsSQL to MSSQL.

* Added space
2018-12-26 17:50:19 -05:00
kendinh216 3c92ab52d6 Added checked and unchecked exception (#26345)
* Added checked and unchecked exception

* Made statements more readable
2018-12-26 17:49:47 -05:00
rsgs 8f05a7af67 tutorial on basic html structure (#26343)
Added explanation on how the structure of the html file works and explained it's elements.
2018-12-26 17:40:27 -05:00
Dagny Kight 3a6ec39739 Add Free CDN for version 5.4 (#26339)
* Add Free CDN for version 5.4

* Formatting changes

* Changed bold to italics
2018-12-26 17:12:53 -05:00
Christopher McCormack 56a41ff7cc refactor: fixed spelling/grammar/formatting, added table of contents (#34736) 2018-12-26 13:30:24 -08:00
Dmitri Sim dc3e9958c1 Added 'cat' command (#26311) 2018-12-26 23:05:48 +04:00
olgagais 7813be1429 Correct translation (#26292)
Fixed translation of some parts of the text
2018-12-26 23:04:56 +04:00
Kunal Rai 9c41896050 Additional information in definitions. (#29289)
Added extra information to further improve the documentation in the definition of Services, Broadcast Receivers, and Content Providers
2018-12-26 11:42:13 -07:00
Ritaban Datta ff93803254 Updated review in index.md (#32503)
Added a point in Review
2018-12-26 11:35:45 -07:00
Anutosh1 56199a5511 arrays and strings (#32030)
* arrays and strings

* fix: spelling and removed unnecessary fragment
2018-12-26 11:31:05 -07:00
Prateek 0848c89ee4 Added an interesting tid-bit (#29214)
This is asked in a bunch of interviews and as trick question in quizzes too.
2018-12-26 11:30:33 -07:00
Anugrah Rochmat eb150cedbc Add content into Activity Section (#27629) 2018-12-26 11:11:35 -07:00
Tzupy f809383489 Added an initialization example with empty curly braces (#30973) 2018-12-26 11:09:36 -07:00
Xiaojie(Aaron) Li 65fc276113 fixed grammar mistakes (#30510) 2018-12-26 11:02:39 -07:00
Anugrah Rochmat 77d7a725be Add content into Activity Section (#27627) 2018-12-26 11:01:50 -07:00
nightsurfer7 3e99f0cf25 Removed an unnecessary comma. (#29473) 2018-12-26 11:01:06 -07:00
philippG777 514409badf Rework the arrays and strings guide for C (#29444)
* Use code blocks instead of plain text

* Fix manual implementation of strlen

* Fix array-declaration in code snippets
2018-12-26 11:00:19 -07:00
cooldeepsing fce3fefc09 Add text to describe how activities interact (#26822) 2018-12-26 10:47:16 -07:00
Anugrah Rochmat 62884faa2e Add content into Activity Section (#27625) 2018-12-26 10:47:06 -07:00
Anugrah Rochmat b3f76eea3b Add text inside Content Providers section (#26785) 2018-12-26 10:12:32 -07:00
Briana Cowles 5400a1da8c added documentation for strncpy (#27565)
* added documentation for strncpy

* fix: formatting
2018-12-26 10:12:22 -07:00
Anugrah Rochmat 7accf8929b Add the example for BroadCast Receiver (#26781) 2018-12-26 09:51:16 -07:00
Chanda 26a2cd76c9 Changed some of the verbiage (#26516)
Made a few grammatical changes so the documentation flows easier to the reader.
2018-12-26 09:42:18 -07:00
ishan-sriv 6656ac26ba Add line 159 (regarding stricmp) to the article (#27032) 2018-12-26 09:34:52 -07:00
Hamza Muric 36656e35c9 Add log.d hint (#26334) 2018-12-26 09:29:05 -07:00
Sean 68bacae502 Update portuguese SQL INNER JOIN Guide (#20469)
* Update portuguese SQL INNER JOIN Guide

Corrected formatting and the usage of some words, such as SQL keywords that were translated to Portuguese.

Sim, fâlo português.

* Corrigiu os erros de traduzao

Corrigiu a palavra mesa para tabela para usar o sentido correto
2018-12-26 16:09:12 +00:00
viggo111 48de53f88d Modified some Chinese syntax errors. (#21330)
Modified some Chinese syntax errors:
"注释蓝色"  --  ”蓝色注释“;
”一堆惊人的东西伪元素可以做“  -- ”伪元素可以做一堆惊人的东西“.
2018-12-25 23:09:44 -08:00
aidilumarov 1308122836 Исправление некоторых ошибок в артикле for-loop-statements (#25982)
* Обновить index.md

Исправление некоторых ошибок, и удаление частей которые don't make any sense.

* Update index.md
2018-12-25 22:08:39 +04:00
NuclearPineapples b61beeec67 Word Errors (#23800) 2018-12-26 00:43:44 +07:00
CosmicSnowman edeef8e07f Added to definition and added Regular vs Irregular (#23235) 2018-12-25 23:59:38 +07:00
Quincy Larson 039854361e Update description of nonprofit projects (#34646) 2018-12-25 07:28:55 -08:00
chris13888 095c15afa9 Created a description for pickle in Python (#23883) 2018-12-25 17:37:09 +09:00
ninjahellokitty b7d3d0d614 Merge pull request #23874 from ninjahellokitty/patch-2
Update transition delay and shorthand
2018-12-25 17:17:38 +09:00
Wei Hung Chin edd4272777 Add new course for Angular 2++ 2018-12-25 17:17:20 +09:00
viggo111 c3445cdbd2 Modified text “背景 到紫色” to ”背景为紫色“. (#21305) 2018-12-24 22:58:43 -08:00
Taras Yaskiv 5753263d43 fix: add missing hint for 'improve compatibility with browser fallbacks' article (#34728) 2018-12-25 13:29:00 +08:00
Sherri Booher 2f4765dfdf Made changes for better readability and flow. (#23724)
Corrected syntax, added punctuation, and improved the markdown for better readability and flow.
2018-12-25 13:58:36 +09:00
ayerest 8cf74552a4 Minor text updates (#29706)
Updated and emphasized text about the inherit keyword.
2018-12-24 19:35:07 -08:00
Shi974 c40a6be6ea Added examples of lengths, punctuation (#28006)
for better readability
2018-12-24 19:24:01 -08:00
carsandparties cfc0662583 Add units that padding can be specified in (#27213)
Also add that padding values are not inherited the same way that color values of the font-family property are
2018-12-24 19:13:57 -08:00
Jesper Brinch Korsbakke 474b5dc749 Added description to padding (#26934)
Added description of styling the four sides by themselves
2018-12-24 18:57:22 -08:00
Omar Dabour e0950c8430 Arabic language correction and maintenance (#19767) 2018-12-24 22:18:33 +00:00
bunderontheway 118d46bc8e add protocols on layer 4 (#27695) 2018-12-24 08:46:59 -07:00
bunderontheway 8be46155c1 Add additional information on layer 7 (#26808)
adding text "like DNS (Domain Name System), FTP (File Transfer Protocol), SMTP (Simple Mail Transfer Protocol), etc."
2018-12-24 08:44:53 -07:00
Shane 0306b36e52 replace with 备注 and 结尾 (#21167)
it's easier to understand and make sense.
2018-12-23 21:51:15 -08:00
Julia Benton ace5a9d669 Replaced comma with colon in line 8 (#31601) 2018-12-23 15:40:44 -07:00
blank10032 946f53b8a0 Added another example using nested if statements (#24197) 2018-12-23 15:35:11 -07:00
AsHwInIrp 06684970b3 Update index.md (#33436) 2018-12-23 15:32:25 -07:00
Dami 9960c11085 Added 'Puppet is just designed' (#27531)
The added  line is just for ease understanding of the stuff Puppet is made of!!!!
2018-12-23 15:27:48 -07:00
txxin 60d73af3c5 added a link and info about how students can also get Tableau free through their school email. (#27501) 2018-12-23 15:21:50 -07:00
RonnyNovik 80b192634b Added description of the "card" element, when it is used and why (#26263)
* Updated index.md

I have provided more info about what the solution that cards grant you and what key features can be created using cards

* Grammar fixes
2018-12-23 03:11:16 -05:00
lorisabbinante e6b7c5c8be Fixed typo (#26255) 2018-12-23 03:10:49 -05:00
Cody Lynn d43483c0b5 Update index.md with additional resources (#26237) 2018-12-23 03:06:45 -05:00
amyg123 a092663e7c update index.md to include JIRA (#26246)
* update index.md to include JIRA

added JIRA as an online tool that can be used for Scrum

* Fix link formatting error
2018-12-23 03:04:52 -05:00
Szymon Woźny b2ab72cb0b change var to let (#23172)
change var to let
2018-12-23 15:04:10 +07:00
Belma Gaukrodger e81ed77168 Added 10 DevOps Courses link to resources (#25776) 2018-12-23 00:43:35 -05:00
Lucian T 0b32f00bb9 Update on link documentation (#25789)
I have added 2 links for agile documentation , a simple and basics overview.
2018-12-23 00:17:14 -05:00
Rufaro Madamombe fa709fb631 Fix links (#25783)
Markdown wasn't properly formatted so text that should have been hyperlinked wasn't hyperlinked. Fixed by correcting the markdown formatting.
2018-12-22 22:45:49 -05:00
Briana Cowles 74bcf15ac2 Small grammar changes (#27553)
clarifies content
2018-12-22 20:43:36 -06:00
Clay Hefner ee78531d63 Add paragraph on consistency (#25701)
Added a paragraph on teams having variable velocity to start and becoming more consistent with time.
2018-12-22 14:32:45 -05:00