Commit Graph

16261 Commits (bb541d86ba9473a1923e7a5814e8bb6326ebbfec)

Author SHA1 Message Date
Miguel S. Mendoza bb541d86ba Language Updates (#19321)
articulos -> elementos
función -> function
matriz -> array
2018-10-15 13:51:01 -03:00
Adarsh Jain 16e20191fc added Knuth–Morris–Pratt (KMP) Algorithm for Pattern Searching (#19323)
* added basic useful docker commands

* setting up webserver inside docker and creating an image

* Added KMP algorithm for pattern matching
2018-10-15 13:50:01 -03:00
Phan Nguyễn Tuấn Kiệt 619f955faa Use while instead of using recursive in C++ (#19320) 2018-10-15 13:46:42 -03:00
Jim Orluk 1920b0b4fa Update index.md (#19316)
Added link to advanced Android course.
2018-10-15 13:44:20 -03:00
Valentina 9268c0b89b fixed small typo in Italian (#19308) 2018-10-15 13:39:40 -03:00
Danilo Gila de Santana ee5d130f04 add missing translation to portuguese (#19322) 2018-10-15 13:31:36 -03:00
Daniela Küster 4906a6726b Fix: Adjust colour description to images (#19309)
* Fix: Adjust colour description to images

The text says that the gradient goes from red to yellow, but in all pictures, the gradients go from red to green. I substituted "yellow" by "green" in the text.

I also added a new resource for learning more.

* Improved "More Information" section
2018-10-15 17:15:56 +01:00
Praveen Murali 7cd6a1fb32 Reworded couple of lines in index.md (#19313) 2018-10-15 17:05:02 +01:00
Keith Coffel 0e986233e2 Correct spelling errors (#19304)
* Correct spelling errors

Corrected words that were misspelled.

* Fixed additional typos
2018-10-15 17:02:55 +01:00
beawolf 222ebc2151 Created guide for Docker pull command. (#18779)
* Created guide for Docker pull command.

* Updated subheading for consistency.

* Update index.md
2018-10-15 17:00:38 +01:00
Adones Reballos ce521bf880 update simplicity (#19303)
I believe it is important to define ReactJS as a JavaScript library as stated on their website.
2018-10-15 16:59:47 +01:00
Qondor 22dca24b81 IE versions fix and Condiditonal Comments typo. (#19302)
More clear notation about IE versions and consistency about Conditional Comments notation.
2018-10-15 16:59:07 +01:00
Qondor 9c73ca67e4 Close the <sub> tag. (#19310) 2018-10-15 16:58:09 +01:00
beawolf 0730d9fdb4 Created guide for docker save command. (#18785)
* Created guide for docker save command.

* Updated subheading for consistency.
2018-10-15 16:52:54 +01:00
Stuart Taylor 3a04a86f3d fix: formatting 2018-10-15 16:13:42 +01:00
Stuart Taylor a460d52009 fix: file naming 2018-10-15 16:13:42 +01:00
Shaurya Vardhan Singh 933a32d3a2 added file handling topic in cplusplus 2018-10-15 16:13:42 +01:00
J. Christian Straubhaar-Jones 62f5e20a6d updates for css3 media queries article, now in proper repo (#19126)
* updates for css3 media queries article, now in proper repo

* Requested changes
2018-10-15 20:29:26 +05:30
Melissa 7814d9a2bf Added resources to css-grid-layout (#18572) 2018-10-15 23:14:49 +09:00
vishal d4b8acfbde Add the text "Comparison" to the article (#18596) 2018-10-15 22:59:11 +09:00
FarhanYaseen 719d40cae0 Updated write file code with proper indentation (#19212)
* Updated write file code with proper indentation

Updated with proper style match and indentation

* Update index.md
2018-10-15 14:14:31 +02:00
Mohit Chandra Kukunoori d7a7fdbd31 Created index.md under stl-algorithms directory (#19225)
Created STL-Algorithms folder along with index.md
2018-10-15 14:13:47 +02:00
Hovhannes f937d627c8 GET & POST 2018-10-15 21:10:19 +09:00
Kristofer Koishigawa 01ff1e4115 Update index.md 2018-10-15 21:06:54 +09:00
Enéas Marques 059a4be4d2 Add "More Information" 2018-10-15 21:06:54 +09:00
Kristofer Koishigawa 74086f9f8a Update index.md 2018-10-15 21:00:27 +09:00
Jean-Paul Wilson 1160e4e9bf Feature: Add an example with additional arguments
Show an example which uses the additional, optional arguments (start and step) for the range function.
2018-10-15 21:00:27 +09:00
Anwarus e182884725 fix(guide): more descriptive links 2018-10-15 20:56:58 +09:00
UPASANA KOZYACHAYA 82267b8051 add an example of singleton in js (#18504) 2018-10-15 20:20:18 +09:00
johngeesey a293769892 fix(coding): remove misleading test
A test that featured nested arrays just happens to work, but nested arrays will not be removed if they’re duplicates by the current solution of this challenge. See issue #18265
2018-10-15 19:31:54 +09:00
Heather Kusmierz cb8b09e95e feat(guide): Add new Git article How to Undo Things (#18635) 2018-10-15 04:32:02 -04:00
Andrei Calinescu 0ab0b0dc7e Corrected last URL's markdown format. (#19205)
Used to be formatted as an image, but the URL led to a webpage, so there was a broken image link icon displayed.
2018-10-15 10:00:19 +02:00
Ashish Rao 844930f44c update article for filter function (#19197)
* update article for filter function

* Remove HTML markup and fix grammar and formatting

There was a lot of old HTML markup that I replaced with markdown markup.
Fixed grammar and sentence structure
Fix code block formatting
2018-10-15 09:56:15 +02:00
benpeterdalley 5253473b02 Indentation and grammar (#19209)
* Indentation and grammar

- I added a sentence about indentation, which is essential for the code to be contained in the function
- Neatened up the grammar in the list.

* Remove commas
2018-10-15 09:38:01 +02:00
Melissa 7e866537a1 Remove duplicate sections from 'react/state' (#18585)
* Remove duplicate sections from 'react/state'

The "updating state" section was duplicated, so I removed one of them.

I also corrected the heading levels for the subheadings below "updating state". It went from h2 to h5 and now goes properly from h2 to h3.

* Update index.md
2018-10-15 03:37:42 -04:00
r3dsquirr3l 5fafe9cd0e added Links section (#19111)
* added Links section

* correct contributor's link syntax
2018-10-15 09:24:43 +02:00
Eva Scholten 205bec3894 Added list of women in tech initiatives (#19148)
I have added a non-exhaustive list of global women in tech initiatives because I think it is important to mention that there are a lot of people out there trying to change the very male status quo.
I hope others will add to this list.
2018-10-15 09:18:19 +02:00
cneely25 c4c3579c99 Updated Layer 2 Section (#18377)
* Updated Layer 2 Section

* Update index.md
2018-10-15 09:17:04 +02:00
jakubowitch 0a751bc4ed Removed duplicate link (#19206)
the link to this freelance video is duplicated, removed one of them.
 <a href='https://www.youtube.com/watch?v=v-XDF57OOQQ' target='_blank' rel='nofollow'>How to be a Freelance Product Designer — Jared Erondu</a>
[Dann Petty Youtube Channel] (https://www.youtube.com/channel/UCTOwGti_mRb2J1JfTdIkg_w)
2018-10-15 09:10:48 +02:00
Paul Isaris b70758322b Enriched definition (#19014)
* Enriched definition

Added info about review results and common practices.

* Fixed grammar mistakes

Clarified the purpose of code reviews, re-written a sentence to improve it's clarity.
2018-10-15 09:10:17 +02:00
Vega Deftwing 016a6f6c12 SSDs: wording, added information on form factors (#19175)
* SSDs: wording, added information on form factors

Updated SSDs section: fixed wording, added information on form factors

* Fixed typos. Minor wording changes.
2018-10-15 16:29:14 +11:00
Vega Deftwing e8ead75128 Updated SSH general Information file (#19168)
* Updated SSH general Information file

Added notes about security, use cases, and basic networking info

* Fixed typos.
2018-10-15 16:27:06 +11:00
Vega Deftwing d3c0f0ddad Added security, use cases, basic networking info (#19169)
Added notes about security, use cases, and basic networking info
2018-10-15 16:14:50 +11:00
Vega Deftwing f480a17353 Added info on Timings and ECC RAM (#19173)
* Added info on Timings and ECC RAM

Included link to wikipedia on CAS latency, added section about ECC and discussed overhead and use cases.

* Fixed typos.
2018-10-15 16:10:45 +11:00
Lallo Vigil 8cfd759cfe fixed minor typo (#19180) 2018-10-15 00:48:10 -04:00
Lallo Vigil 284087dd40 fix: fixed spelling and linked url (#19149) 2018-10-14 19:11:39 -07:00
cb50 f88cd7bf2a Grammar and spelling corrections (#19151)
* Grammar and spelling corrections

plus additional links and DDR4 info. First pull request! #Hacktoberfest

* replaced html links with markdown

plus re-ordered "more info" links for readability
2018-10-14 19:08:04 -07:00
Kaan Aydogan 787d798f72 Fixed grammar issues/added idea (#19163)
* Fixed grammar issues/added idea

* correction: Capitalized Blockchain
2018-10-14 19:06:57 -07:00
Kaan Aydogan b6dd284dc5 Fix grammar and change certain terms (#19157) 2018-10-14 19:05:31 -07:00
Anwarus c1d0b2f346 fix(guide): create more descriptive links 2018-10-14 22:03:52 -04:00