Commit Graph

18341 Commits (05c0efbdfaeb8180a70c72d89d075475bf709189)

Author SHA1 Message Date
Aman Kumar 519f08da03 Introduced Geometric progression (#21517)
* Introduced Geometric progression

* Fixed some typos and added geometric mean

* fixed some more typos

* Added Design Patterns book

* added design pattern books
2018-11-10 21:35:24 +00:00
rdfriesen 4e22e660dc typo fix (#21171)
* typo fix

* Update index.md
2018-11-10 15:04:53 -05:00
Santino Valenzuela f9b785dce4 Fixes typo under "Notes" section (#22983)
Fixes typo under "Notes" section from "menthods" to "methods"
2018-11-10 23:24:14 +05:30
Santino Valenzuela 6ab703ea99 Fixes typo under "What does this button do" (#22928)
Fixes typo under "What does this button do" heading from "kinda" to "kind of".
2018-11-10 23:21:44 +05:30
Abdul Ghaffar 849277da75 add javaScript resource (#21277)
added 'learn X in Y minutes (X = JavaScript)' link.
2018-11-10 08:55:25 -07:00
rand0123 8c0a667e37 local title change (#33651)
* local title change

I added more translation to the title.

* fix typos error
2018-11-10 15:34:05 +00:00
TheRealSpartacus 009b2e6cd8 Adding content to article (#21484)
Saw this article was empty, decided to fill it
2018-11-10 08:47:01 -06:00
vgupta3 3f795e4e6d Fixed the code block for food table display (#21474)
Added a code block end quote after the food table so that the company table is displayed in a separate code block.
2018-11-10 07:50:03 -06:00
Brian dbc6c05166 Add example for ## A word on 'scope' (#21447) 2018-11-10 13:02:05 +00:00
CubeSky 1492e4d09d Fixed formating and partialy translated to portuguese (#20811) 2018-11-10 12:14:59 +01:00
Bouncey b39fb3e697 chore: Run 'npm audit fix' to clear audit failures 2018-11-10 15:16:30 +05:30
phantomsalt 83fba02c67 Fixed typo, 'operateing' to 'operating' (#22021)
Minor change
2018-11-10 02:59:32 -05:00
vgupta3 70fc1ac009 Fixed the binary search equation by changing the 2x to 2^x (#21389)
Fixed the binary search equation by changing the 2x to 2^x

If we divide N by 2 x times it is supposed to be N/2^x not N/2x
2018-11-10 14:48:35 +07:00
Evan Farmer d6bf654355 Changed wording, clarified language index.md (#21426) 2018-11-10 14:46:54 +07:00
vgupta3 7b29cd7f36 Fixed the code block for student table display (#21437)
Added a code block end quote after the student table so that the student-contact-info sql command is properly displayed in a code block.
2018-11-10 14:34:53 +07:00
vgupta3 048096a089 Fixed the code block for student table display (#21423)
Added a code block end quote after the student table so that the `student-contact-info` sql command is properly displayed in a code block.
2018-11-10 14:25:46 +07:00
Aditya c353c4c659 fix(curriculum): Problem 35 - update solution 2018-11-10 10:19:16 +03:00
Mike-Git-Hub 4b2a09efb1 add text "The absolute value of a quantity x is denoted by |x| (the quantity is enclosed between two vertical bars)." (#21402)
add text "The absolute value of a quantity x is denoted by |x| (the quantity is enclosed between two vertical bars)."
2018-11-10 13:51:05 +07:00
ayra-jafri 7dc9394cc9 Added some more resources (all free) to the list (#21232)
* Added some more resources (all free) to the list

* Updated the index.md and removed a few links

Specifically removed the Java2s book link, and the Java Freeware link. Also changed the link for the Helsinki MOOC to https.
2018-11-10 13:23:45 +07:00
Jacky Lui d260f82df1 Adding Full Stack Development Heading + book (#34218)
* Adding Full Stack Development Heading + book

* fixed changes relating to asterix and link

I added the [Amazon Smile] to the link, although I'm not sure what it does

* Update index.md
2018-11-10 10:36:03 +05:30
Greg Brewton 7a1256df79 Minor clarification (#34250)
(?=\D*\d) is looking for a non-number to precede a number. If '12Three' was passed in to test, it would not match though it matches the stated criteria of 5 character minimum length and two consecutive numbers.
2018-11-10 10:33:01 +05:30
Alexander Molnar bcd9f41e2d Fixed errors, added content (#34278)
Errors fixed, and added a few other minor points to clarify things, some examples, and more rules for differentiation. Also removed hot-linked images since it is sometimes frowned upon (people should not frown upon FCC!) and some don't work anymore.
2018-11-10 10:32:16 +05:30
trbst fc4a95bfc6 Fixed markdown and examples (#34245)
* Fixed markdown and examples

* Fixed markdown in starting section and 'Header and Footer' section
* Fixed example code structure in starting section and 'Header and Footer' section

* Add correct syntax
2018-11-10 10:31:57 +05:30
AlexandreLeFou 5f03e0f036 Added a solution/fixed stub :) (#34251)
* Added a solution/fixed stub :)

I have added for the most known browser what keyboard combinations/shortcuts you can use in order to open up from Web dev tools the console and run the same code as we do in FCC camp!

Certifications/JavaScript Algorithms and Data Structures/Debugging/Understanding the Differences Between the Freecodecamp and Browser Console

* Deleted a link provided

I have previously provided a link upon which I have added the Macintosh shortcuts. 
I have deleted all the Mac set of keybords as I can't check them in my pc and it is considered plagiarism

* Fixed text 

added more instructions

* Added solution

updated with solution and JS code for solution+as well as hint

* deleted white space in solution

* added frontmatter

fixed Travis problem

* Update index.md
2018-11-10 10:30:30 +05:30
EmeraldEntities efdb543d76 Fixed grammatical issues and updated the text (#21329) 2018-11-10 12:08:41 +09:00
ayra-jafri 0e263c6a9c Added a few books to the list and reformatted some links (#21320) 2018-11-10 11:55:43 +09:00
Tansica Sun 9c77565661 Recommended Jon Duckett's books for beginners (#21316) 2018-11-10 11:55:29 +09:00
RBenBeach 29c7800008 Corrected typos, punctuation, and spacing issues (#21508) 2018-11-10 07:01:12 +05:30
Jonathan Otano 56da36c236 fixed typo (#25144) 2018-11-10 06:51:10 +05:30
Piyush Bajaj d8ad84a387 Update index.md (#25099) 2018-11-10 06:25:25 +05:30
Muhammed Kilig cad39ca159 Added link to Gimp Website for alt download at bottom (#21154) 2018-11-09 19:19:42 -05:00
Aditya 2235752962 [fix] Data Structures: Create a Circular Queue challenge example (#34237)
* fix: example and improved solution

* lots of formatting changes to markdown, grammar corrections
2018-11-09 16:55:09 -07:00
Rogel Horlador c582a638cc Updated the URL of <input> tag (#21392) 2018-11-09 23:54:10 +00:00
Aditya 3e1187ded8 [Guide] Data Structures: Create a Circular Queue (#34255)
* feat: added circular queue

* fixed code block, adjusted pointer position relative to array entries

* fix: code block
2018-11-09 16:52:54 -07:00
Sharkyshreds ed66838a61 inclusion of private cloud clients (#20924)
* inclusion of  private cloud clients

* Update index.md
2018-11-09 18:47:10 -05:00
Pawan Bangar 1f5d012bb8 add "Jvm Core Responsibilities and More About Jvm" (#21145)
* add "Jvm Core Responsibilities and More About Jvm"

we must know why java,not c++ reason is jvm...

* Update index.md

* Update index.md
2018-11-09 18:46:06 -05:00
Kris Hayes e6a9e49ac3 Added diff between span and div section (#21386) 2018-11-09 23:37:16 +00:00
Mike-Git-Hub a2be9a40e1 replace existing text with the following new text "Divide the top of the fraction (the numerator) by the bottom of the fraction (the denominator); then multiply the result by 100 to obtain the number in percentage form. Example: Step 1: 1/4 = .25 Step 2: .25 x 100 = 25% In this example, we have determined that 1/4 equals 25%." (#21356)
replace existing text with the following new text "Divide the top of the fraction (the numerator) by the bottom of the fraction (the denominator); then multiply the result by 100 to obtain the number in percentage form.  Example:  Step 1: 1/4 = .25  Step 2: .25 x 100 = 25%  In this example, we have determined that 1/4 equals 25%."
2018-11-09 22:36:30 +00:00
Pranav Anbarasu 6c25b2f707 Added new information (#21354) 2018-11-09 22:26:27 +00:00
Maleo223 8b0e7b97b7 Grammar/Spelling Error Changes. (#22605) 2018-11-09 16:52:02 -05:00
brkline 39de1a6af5 Fixed a Few Spelling and Grammar Issues (#22604)
- In the Sprint description under Artifacts, fixed a few grammar errors and missing letters in the sentence 'A deliverable can defined...'.
- In the Scrum Master description under Roles, added the initials used in the description for clarity, fixed a few grammatical errors, and improved consistency when referencing Scrum Guide.
2018-11-09 16:51:22 -05:00
Nigel Cheok 08202e752a Update readme (#22603)
* Update readme

* Fixed formatting
2018-11-09 16:50:01 -05:00
Aditya Oberai 0363a40dcc Grammatical Edits (#22595) 2018-11-09 16:49:01 -05:00
Nicola Iacovelli 347f237090 Improved description of finally (#22367)
* Improved description of finally

Added more examples for the finally block

* Grammatical changes
2018-11-09 16:48:09 -05:00
Shad Ahmad Zaidi 92b88ea352 Describing the example of creating an array (#22366)
* Describing the example of creating an array

Describing the example as well as syntax for creating an array

* Fixed grammar and formatting issues
2018-11-09 16:47:19 -05:00
Bouncey 01097385d6 fix: Add 'production' check 2018-11-10 01:57:06 +05:30
Bouncey fbee89b345 feat: Seed news articles on script 2018-11-10 01:57:06 +05:30
tasmainawolf fb7f531718 Adding throws keyword with multiple exceptions (#21142) 2018-11-09 11:10:01 -05:00
jonchim d967ae5134 Added additional information about font weight (#20973)
* Added additional information about font weight

* [Font Size And Weight Matters] (https://type-ed.com/resources/rag-right/2017/11/13/font-weight-size)

* [How To Set Weights And Styles With The @font-face Declaration] (https://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/)

* Update index.md
2018-11-09 11:08:39 -05:00
Muhammed Kilig 2289f37dfa Added Google Definition to PHP documentation (#21135) 2018-11-09 11:07:44 -05:00