Lipis
5818b277c4
Replace Jquery -> jQuery ( #35184 )
...
* Replace Jquery -> jQuery
* JQuery
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update guide/russian/jquery/jquery-html-method/index.md
Co-Authored-By: lipis <lipiridis@gmail.com >
* Update guide/russian/jquery/jquery-html-method/index.md
Co-Authored-By: lipis <lipiridis@gmail.com >
2019-02-14 06:59:19 -08:00
tinkerinthevoid
0b32358936
fix(guide): add warning about a potential security issue ( #33221 )
2019-02-14 19:31:21 +05:30
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
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
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
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
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
Lipis
3e4bcf00b5
Replace Github -> GitHub (English) ( #35168 )
2019-02-12 09:00:17 -08:00
Derek Lane
15b14afe53
Add links to tools, grammar fixes. ( #33765 )
...
* Add links to tools, grammar fixes.
Added links to tools mentioned (Node.js, Chromium, etc.). Also fixed a few grammar issues.
* fix: removed link
2019-02-12 08:59:36 -08:00
Carys Mills
cd8ce2dd93
Clean up React docs ( #30431 )
2019-02-12 08:28:47 -08:00
Stefan
25730a92ac
Edited copy for grammar/flow ( #26155 )
...
I went through the text to fix some minor grammatical issues (eg, it's/its) and make the text descriptions flow better. I also added some extra code sections to clearly mark where there is code that will be typed into the editor.
2019-02-12 08:07:45 -08:00
Lipis
86b8cee810
Replace Github with GitHub ( #34971 )
2019-02-12 00:46:34 -08:00
Muktesh
cd31f06c4b
fix: explain terms dynamic and interpreted in ruby guide's index.md. ( #34769 )
...
* fix: explain terms dynamic and interpreted.
* fix: corrected several spelling and grammar errors
2019-02-12 00:26:22 -08:00
smokiebacon
bb339c2204
update index.md: explained a bit more about Gatsby ( #32333 )
2019-02-12 00:07:00 -08:00
Josh Wiegand
6360fed235
updated ls
description to better match man pages ( #30767 )
2019-02-11 18:05:06 -08:00
Christian Coffey
cdbd7dba3b
Fixed a typo where 'ls' was 'cat' ( #30629 )
...
* Fixed a typo where 'ls' was 'cat'
'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example.
* Update index.md
2019-02-11 17:48:11 -08:00
grbagrbic
7041581a04
Add -d argument description ( #28785 )
2019-02-11 17:33:35 -08:00
Jared Scott
4d8b2ed063
fixed typo on bash-ls - removed master ( #28387 )
...
I fixed a typo where the usage showed cat rather than ls.
I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that).
2019-02-11 17:20:55 -08:00