Commit Graph

3871 Commits (a4dafdf54f0916e7ea68caf41a74861b65711e4c)

Author SHA1 Message Date
tinkerinthevoid 0b32358936 fix(guide): add warning about a potential security issue (#33221) 2019-02-14 19:31:21 +05:30
chingchinglcc 54e6f4d6ae add image (#27424) 2019-02-13 20:37:33 -08:00
Carys Mills 28b92c31a7 Add caution to Any Type documentation (#30412) 2019-02-13 21:15:29 -07:00
CodeStrike f86f39a97e -**Cost Reduction**- It's a very early phase in software testing so e… (#32352)
* -**Cost Reduction**- It's a very early phase in software testing so eventually it reduces cost of Testing as defects are captured in the early stage.

* fix: bullet formatting
2019-02-13 21:14:15 -07:00
Jozef Maloch 26bc83d9ed Reusability (#30317) 2019-02-13 21:00:55 -07:00
ianmoura a39b27cfa9 Fixed spelling and grammar issues (#32678)
Edited spelling and grammar
Added to description of OR
Edited capitalization of "True" and "False" for consistency
2019-02-13 20:57:26 -07:00
Rajiv Ranjan Singh af75d47594 Fixed Typographical Error in guide/english/react/index.md (#35187)
* Update index.md

* Update index.md
2019-02-13 20:48:33 -07:00
King Josaphat Chewa e360c8d627 Fix typo, line 46 (#32806) 2019-02-13 19:37:35 -08:00
kellyhuang21 0aa4d109d0 Added sentence on comparisons (#30208) 2019-02-13 19:36:54 -08:00
mkoument 4b7230001a Update index.md (#30306) 2019-02-13 20:13:53 -07:00
Mansour Fall b9227d0d99 added React maintainers info (#31341) 2019-02-13 19:57:28 -07:00
ReinyLegit 00f473ed97 Standardized and corrected truth tables (#29203)
Improved the truth tables by capitalization of truth values and standard order.
Changed "A" and "B" to "P" and "Q" (the standard abbreviations in propositional logic).
Corrected an explicit error in the truth table for Conjunction (one of the values for "P&&Q" was incorrect).
2019-02-13 19:56:54 -07:00
Shubhamjainagrawal 0be5360a93 described return 0. (#32117)
described use of return 0 in function.
2019-02-13 20:46:36 -06:00
superTO e719c154f6 Add "ng add" to Angular-CLI (#31561) 2019-02-13 18:45:06 -08:00
Shubhamjainagrawal 58e10048a6 Explained int main() (#32051)
Return value of main function explained
2019-02-13 20:26:42 -06:00
AKASH JAIN ed816b8266 Extra information (#31621) 2019-02-13 20:02:05 -06:00
Aditya K Kamath c5e7a9aa78 Fix comparison between sorting and search (#31149)
* Fix comparison between sorting and search

* fix: changed much to very
2019-02-13 16:21:13 -08:00
Kabir Hossain 2620693b20 example in php added (#26864)
* example in php added

php example of linear search added

* exmaple in php modified (#4)

exmaple in php modified

* example in php modified (#6)
2019-02-13 16:20:15 -08:00
ngutierrez31 e0d97ea3e1 C implementation of linear search (#26629)
* C implementation of linear search

C implementation of linear search using pointers vs array indexing

* fix: replaced existing c solution
2019-02-13 16:19:21 -08:00
codefreak_123 87bbbeee8d Added C code of GCD (#26779)
* Added C code of GCD

* fix: correct code format syntax
2019-02-13 15:40:56 -08:00
ankur 5181843c25 Add a gif showing binary search and linear search (#32384) 2019-02-13 15:39:07 -08:00
Nitin Chauhan ee9920fbb8 Avoiding overflow in getting mid index in Java (#25211)
* Avoiding overflow in getting mid index in Java

start + (end - start)/2 is preferable over (start + end)/2 to avoid overflow errors

* Update index.md
2019-02-13 15:37:30 -08:00
Juan D Frias 7d30fdbe3a Formating changes and clarified text. (#30093) 2019-02-13 17:15:01 -06:00
rish9898 99f25ca627 Add C++ code (#25437)
* Add C++ code

* fix: removed recursive version
2019-02-13 15:03:42 -08:00
Nitin Chauhan 36e356e6fd GCD function using Recursion in Python and Java (#25226)
function in Python and method in Java to perform gcd using recursion
2019-02-13 14:41:55 -08:00
hariom Choudhary f4e264e49d Extended Euclidean algorithm (#25148)
* Extended Euclidean algorithm

* fix: made header smaller
2019-02-13 13:34:52 -08:00
Lipis 0dc0edcded Replace Github -> GitHub (Portuguese) (#35166) 2019-02-13 10:39:06 -08:00
Eloísa Fróes 6dfe1eecde added info and links to translated guides (#29877)
added date of Ruby publication, additional link and information to Why's Poignant Guide to Ruby.
2019-02-13 09:35:04 -08:00
Jean Silva 7476fa1ca4 Update informations about PropTypes lib (#32256)
* Update informations about PropTypes lib

* fix: Include title and localeTitle in top

* fix: frontmatter block
2019-02-13 09:20:40 -08:00
Baesse (Pedro) 9aa1e8e490 Adicionando Lista de Aplicações em Electron (#31737)
* Adicionando Lista de Aplicações em Electron

* fix: corrected link syntax on several links

* fix: removed redundant links
2019-02-13 09:19:03 -08:00
Bruno Nash d1c35fb86e Updates current Ruby version and adds references (#28920)
* Updates the current stable Ruby version to 2.5.3 and the corresponding link (points to 'downloads' so it's always up to date)
* Adds references to RVN, rbenv
* Cleans up formatting (extra spaces, misplaced periods and commas)
2019-02-13 08:50:29 -08:00
S.Hale f606d9cc6d Add GraphQL stub and opening paragraph for guide (#34992)
* Add GraphQL opening paragraph for guide

* Update guide/english/graphql/index.md

Co-Authored-By: s-Hale <aithne@homeport.org.uk>
2019-02-13 09:38:51 -07:00
Papun Charan fc8261d625 Corrected a misspelled a word and added the return (#30091)
The "printf()" was misspelled as "print()", so i corrected that and also added the part which describes what does printf() return,, and also added a sample code to clear the concept.
2019-02-13 09:37:16 -06:00
Pablo Satler 3c0cf31b4c Fix locale title (#24842)
- Fix the locale title to its right form
- Replace the name "Reagir" back to English
2019-02-13 07:35:16 -08:00
Ashley Woodall Clark bb70a07acd Add graphql (#26552) 2019-02-13 08:30:35 -07:00
John Folder 260426f3e2 Groovy hello world (#26908)
* Groovy hello world

* Added code formatting
2019-02-13 04:57:30 -05:00
jaceclowdus ed2d5f09ab Fix punctuation in line 46 (#27206)
* Fix punctuation in line 46

* Fix W3C Link
2019-02-13 04:51:12 -05:00
Himanshu Ladia feb713192d add markdown example using vscode (#26902) 2019-02-13 04:44:02 -05:00
lizantell 2c5ed5686d Added detail to semantic tags section (#24204)
Improved sentence structure
2019-02-13 04:39:06 -05:00
Jesper Brinch Korsbakke fdfe03e66a Added info to styling of margins (#26932)
* Update index.md

Added an explanation of how you can style the sides by themselves

* Replace 'sides' with 'margins'
2019-02-13 04:38:20 -05:00
v01d3tr 7705e1a805 fix: syntax update (#26895) 2019-02-13 04:31:16 -05:00
Nathan-Abegaz 3b9ae3d786 Best/Average/Worst Case Details (#23956)
* Best/Average/Worst Case Details

* Added list formatting
2019-02-13 02:46:58 -05:00
Chris Todd 90263a4916 To add a introductory Paragraph about .net core (#24200)
* To add a introductory Paragraph about .net core

Just thought as a beginner, it is really good to have a basic intro on .net core as i really struggled to understand the .net eco-system when I started out!

* Fix typos, add ref link, clean up sentence
2019-02-13 02:46:22 -05:00
Skipper 1af0a39eae fixed: fixed translating problem. (#30914)
Fixed some translating problem from a Chinese programmer's viewpoint.
2019-02-12 21:06:55 -08:00
ghukahr dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Eduardo Gomes Martins 72db776a71 Adding some more information (#21269)
* Adding some more information

Added some explanation about the loops. Make the things a little more easy to understando if you don't have some experience background.

* fix: changed users changes to 2nd person
2019-02-12 15:49:21 -08:00
Sidak Singh Aulakh c9a4c901d4 Added Solution in Guide to while sass problem (#35172)
* Guide: added solution @while sass

Added proper Solution to the Guide for the problem Apply a Style Until a Condition is Met with @while, this is no longer a stub

* fix: used 2-space indentation and removed verbiage

* Removed images with broken links

* Added back the images previously removed.
2019-02-12 13:32:07 -08:00
Weder Ribas 1bcf65dd05 Fix incorrect proper name translation and phrases with wrong meaning (#22936)
Some occurences of proper names, like "React" and "propTypes" were wrongly translated to Portuguese.
2019-02-12 19:19:23 +00:00
Lipis 2eb5683c9b Replace Github -> GitHub (Chinese) (#35167)
* Replace Github -> GitHub (Chinese)

* fix: deleted extra GitHub
2019-02-12 11:16:22 -08:00
katherinefernandes 0af45f1325 Include date (#24591) 2019-02-12 10:49:37 -08:00