Commit Graph

17153 Commits (cb6be06f3f8e7e0f585df3307cc9811a1cae3a97)

Author SHA1 Message Date
rajranjan0608 cb6be06f3f Update index.md (#20102) 2018-10-27 20:49:01 -07:00
Simas Janusas 92d88c401e Added a 'grep' command. (#19924)
* Added a 'grep' command.

Added a 'grep' command to the basic linux command list.

* Fixed formatting
2018-10-27 20:44:10 -07:00
mil2001 77c30c08e0 software engineering (#19837)
* software engineering

* Fixed spacing and grammar

* software engineering isn't a study
2018-10-27 20:43:16 -07:00
The Coding Aviator b1da17a309 Update refactor-global-variables-out-of-functions.english.md (#19751) 2018-10-28 10:33:12 +07:00
Yizhou Sun f55ab87094 Add "Google Fonts" in "More information:" (#20111) 2018-10-27 20:24:29 -07:00
Manish kumar chaurasia 22481b1fcc updated code of selection sort in this article (#20058) 2018-10-28 14:23:50 +11:00
Sarah Grace c85ac9a9eb Update index.md (#20098) 2018-10-27 20:20:39 -07:00
Smruti Ranjan Rana 24392e05d0 Update "Another way to create an Array:" section (#19852)
* Update "Another way to create an Array:" section

Add another way to declare an array.

* Update 'Another way to create an Array' section, Add 'Declaring array literal' section.
2018-10-27 23:19:11 -04:00
Ken Nguyen 75d856fa26 Added PEP8 convention (#20168) 2018-10-27 20:13:15 -07:00
PatrickRJadwin 4d3a705c73 Specified what a shebang is and added alt shells (#20169)
specified alternative shells users might see in the wild and specified what a shebang is
2018-10-27 20:10:45 -07:00
Benabadji Mohammed Salim 06fbd4c156 split example usage (#20164) 2018-10-27 20:07:39 -07:00
alenniu 228f1a2d0f Add Comma (#20154)
between the sentences " pleasant experience on your website, they need to be able to get", I decided it was more appropriate to add a comma.
2018-10-27 20:05:57 -07:00
Benabadji Mohammed Salim bddc20a66b fix example usage (#20152) 2018-10-27 20:02:51 -07:00
Benabadji Mohammed Salim 8e980f0f84 add option to CLI (#20141)
add option parameter to example of usage
2018-10-27 20:02:07 -07:00
Yiğit Sever 11b1b150a8 Do not cast the result of malloc (#20044)
https://stackoverflow.com/a/605858/3005749, also expanded the definition of heap
2018-10-27 19:56:26 -07:00
Jeremy a112fa501e Modify index.md for Bootstrap navbars guide (#19899) 2018-10-27 22:51:36 -04:00
The Coding Aviator ebf96cb0b2 Added info about deprecated React method in curriculum (#19930)
* Update use-the-lifecycle-method-componentwillmount.english.md

* Added correction to deprecation timeline and updated link
2018-10-27 19:49:49 -07:00
PranavKrishnan1 ed7b0de6e5 Added information on packages (#19827)
Added some text on R packages and removed an unnecessary "*" present.
2018-10-27 19:46:49 -07:00
sjanasek 7145009a73 brands using WordPress (#19818)
added some big name brands using WordPress
2018-10-27 19:45:54 -07:00
tattoodgeek cbc44d80d9 Added df -h command (#19821)
* Added df -h command

* fix typo
2018-10-27 22:45:25 -04:00
Aditya e653eab3f5 [Guide] Project Euler: Problem 10: Summation of primes (#30503)
* feat: added problem 10 solution

* Added some formatting and minor grammar changes
2018-10-27 19:37:25 -07:00
AMIT KUMAR RANJAN 0a8b936915 add HTML Elements (from line 67 to 114) (#20105)
* add HTML Elements (from line 67 to  114)

I have added description regarding commonly used HTML elements .

* Corrected formatting and structure
2018-10-27 19:29:07 -07:00
rajranjan0608 7db9f67057 added OBJECT ORIENTED PROGRAMMING concept to the article (#20007)
* Update index.md

* Fix grammer
2018-10-27 21:28:03 -05:00
Anthony Campbell f423f04495 Add ASP.NET MVC Information (#19942)
Added ASP.NET MVC site, tutorials, and interview questions article in the More Information section.
2018-10-27 21:23:05 -05:00
Adam 73cb3b16cf Added css-tricks.com to suggested reading (#19971)
* Added css-tricks.com to suggested reading

* Updated link with proper formatting
2018-10-27 19:16:49 -07:00
Amoo Olusola Simeon db79a3de79 Fixed typo ad also added three back-ticks (#21138)
Fixed typo on line 25, 'developer' was spelt 'developper'. Three back-ticks to indicate end of code highlighting was missing on line 41, so i added it.
2018-10-28 07:37:57 +05:30
tattoodgeek c269f0986b Added line where select is good for starters (#19829) 2018-10-27 22:02:17 -04:00
Prashanta Paudel 226bf52b47 download process updated (#19935)
* download process updated

* fix typo "downlaod" to "download"

and change "while" to "before"
2018-10-28 08:57:22 +07:00
Prashanta Paudel a1d23be2c7 customer feedback sentence (#19996)
* customer feedback sentence

* fix typo "continious" to "continuous"
2018-10-27 14:57:44 -07:00
Martin Payne 6e3da1c4b3 Added a space after css property colon (#29807)
I was doing this challenge and noticed that there wasn't a space after "transform:scale(2)" in the description which is inconsistent with the other challenges so I changed it to "transform: scale(2)"
2018-10-28 03:22:11 +05:30
anamariaaya d3f6e0fe94 Corrected Spanish translation of challenges radio buttons section (#29944)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-10-28 03:21:08 +05:30
Gregory Gubarev d179d15388 [Russian] Added Translate (#30397) 2018-10-28 03:18:47 +05:30
kapeyka 55f5e92ca0 Made grammar easier to understand. (#19746)
* Made grammar easier to understand.

* Update index.md

* Additional grammar corrections
2018-10-27 14:48:06 -07:00
Valeriy 78c5b11d08 test(curriculum): add backend challenges to test 2018-10-28 03:16:22 +05:30
Valeriy dc7bb257b9 fix(curriculum): correct test 2018-10-28 03:16:22 +05:30
Valeriy S 1c8ee82d91 fix(curriculum): false-positive test suites 2018-10-28 03:16:22 +05:30
Valeriy S 0aa6881508 test(curriculum): test suites must fail on the initial contents 2018-10-28 03:16:22 +05:30
titanfox15 d8343aeb2f Fixed markup error (#20525)
##More Information -> ## More Information
2018-10-28 03:48:53 +07:00
Raigo Jerva af21513881 add title to accessibility-basics (#20389) 2018-10-28 03:46:58 +07:00
Xenia Serbin 9078d19358 Update index.md (#20242)
fixes translation errors
2018-10-28 00:30:17 +04:00
Geno 17be7d754b Update: Grammatical errors (#20231)
Fixed obvious grammatical errors generated by Google Translate I assume. Worked on areas that wouldn't be clear to someone who speaks Russian.
2018-10-28 00:26:47 +04:00
babybuttons b79f0a407a fix: fixed whitespace (#20350) 2018-10-28 03:24:51 +07:00
Yizhou Sun 8546a67ac7 Add field "Algorithms and Data Structures" (#20087) 2018-10-27 13:13:35 -07:00
meanmegajean 66b24ff131 Add the text "Here is an example:" to article (#20071) 2018-10-27 13:11:23 -07:00
Chris Williams 770b5281c2 fixed typos (#20310) 2018-10-28 02:51:39 +07:00
mdowis 87a3830f26 Update IE Conditional Comments section (#19828)
* Update index.md

Edit conditional comments section for grammar and clarity.

* Update index.md
2018-10-27 12:13:20 -07:00
joaquin fox e1d4cb1e11 Make nouns plural in keeping with 'world objects' (#19825)
* Make nouns plural in keeping with 'world objects'

Sentence subject 'real world objects' is plural, so noun derivatives should be plural as well.

* Grammar and readability edits.
2018-10-27 15:00:48 -04:00
Cameron Burkholder 5dd5038105 Fix inappropriate sentence punctuation (#20286)
Replaced the hyphen in the introductory sentence with a colon. The hyphen likely intended to function as an m-dash (---) break.
2018-10-28 01:42:49 +07:00
Joe Doh dd2df85e77 Add link to Women Techmakers (#20085) 2018-10-27 10:47:23 -07:00
Parul 6963c2cfbf Added info on how to use :hover with anchor tag (#30476)
Added information on how to style the hover state of the anchor tag, along with an example.
2018-10-27 13:42:11 -04:00