Commit Graph

2152 Commits (ad79f47bcc1e2117e88872e99d5bcec2946979d7)

Author SHA1 Message Date
Anwesh Panda 58e61b2df6 Change that to than in Line 7 and add the ranges of int, long int and long long int. (#24366)
The ranges of int, long int and long long int are in line 23,31,43 respectively
2018-12-11 13:42:34 +05:30
apurv22 917f09aef2 Corrected grammar; changed 'are' to 'is' (#25030) 2018-12-11 13:32:23 +05:30
Peter Sifuentez f7bee06ccc Added the (#29235)
* Added the 

"<iframe width="560" height="315" src="https://www.youtube.com/embed/A71aqufiNtQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>" on line 27.

* markdownize link
2018-12-10 22:27:14 -06:00
impactlearner 1f6b63cdf5 Capitalized "react" on lines 22 and 23 (#28250) 2018-12-10 22:17:20 -06:00
Faraj Daoud 6081fefcd8 changed grammar (#27997)
Updated Support section last line to read a little easier.
2018-12-10 22:16:30 -06:00
Kaitlyn 154b6950ab Position property descriptions (#25504) 2018-12-10 22:05:47 -06:00
Andrew 150cbab8ed updated python install for Mac (#27861) 2018-12-10 20:41:18 -07:00
Sophia 51c6d8c0ec Add "pro, 4 and con, 3" (#27244)
4. Python is great for people new in coding. The mechanics of it is basic enough to understand yet complex enough to use on multi platforms.

3. White space can confuse beginners as spaces change depending on the program.
2018-12-10 19:57:38 -07:00
hdquemada 446f2de382 Corrected grammar and typographical errors (#24530) 2018-12-10 19:42:23 -07:00
Ananay Sharma 22da9b9715 Adding more info about Python3 (#24129)
Updated Installation to add a link for Python3.x installation on Linux.
2018-12-10 19:19:21 -07:00
hdquemada 03660224f8 Changed formatting and one grammar error (#24502) 2018-12-10 19:12:22 -05:00
Psytew b0bec5152a Changed article from a stub to basic information (#24480)
* Update index.mb

Article was a stub, added relevant information based on the Circle page and classifications of triangles

* Added formatting
2018-12-10 18:40:49 -05:00
Carlos Arcenas 1ce0aba184 Improve language in python/commenting-code (#24421) 2018-12-10 18:38:53 -05:00
nyp a8e9ec1c9d sentence structure change (#24488) 2018-12-10 18:38:16 -05:00
nyp 582e2e38fb Update index.md (#24482)
changing layout to make more sense
2018-12-10 18:35:33 -05:00
Petar Petkovic 1846972256 Loop through an array (#24420)
* Loop through an array

* Update index.md

* Removed extra spaces
2018-12-10 18:34:14 -05:00
Carlos Arcenas a5497308d7 Remove beta marker for Google Cloud Functions (#24433) 2018-12-10 18:30:50 -05:00
Carlos Arcenas c8ddc22d57 Improve language in python-2-vs-python-3 (#24425) 2018-12-10 18:30:09 -05:00
Simon Schindlatz d5adba3e23 Added section for assignment operators. (#24416)
* updated index.md

Added new paragraph for assigment operator. Edited "More Inofrmation" section by adding two links.

* Fixed formatting issues and assignment statement
2018-12-10 18:22:24 -05:00
devinbmiller 33fe89eb57 Added instructions to install with pip (#24411)
* Added instructions to install with pip

Added instructions on how to install Ansible with pip in regular or Python virtual environment.

* Moved link to "More Information"
2018-12-10 18:09:36 -05:00
Evaldas 5b489aaffa Add example (#24406)
* Add example

Added an example of how to use is keyword

* Fixed error in syntax highlighting
2018-12-10 18:08:53 -05:00
ashwinkumarmohan 56bc6e028a Added concept of adding item for improvement area as well as different way of doing retro (#24382)
Added the idea of adding a "story" for improvement area coming out of retro. As well as added another reason to not have management, stakeholders, in retro.

Suggested the idea of having a "guest" facilitator for retro, as well as need to keep retros interesting
2018-12-10 17:53:37 -05:00
Tripsev 79491a3970 Added link to Affinity Photo (#24376)
Affinity Photo - Free Trial | Paid
2018-12-10 17:51:59 -05:00
pcsingh 5d68e6c5ae Update index.md (#33612) 2018-12-10 11:34:34 -06:00
bijaydev95 da9432c63b Added scp command (#32780) 2018-12-10 11:16:41 -06:00
frbc fbc399d35c Add text about getting help. (#29941)
Add "(see below)" and text about how to getting help using the linux commands.
2018-12-10 11:03:06 -06:00
Vincent 0f48e32ce0 Added a note, fixed typos/layout, added useradd command (#28284) 2018-12-10 10:25:17 -06:00
yapancha 16edadaf6a vi command (#27269)
Added 'vi' command to the list of useful commands in Linux
2018-12-10 09:32:51 -06:00
Pan Sem 798366bf6f Add "file managment commands" to article (#26004) 2018-12-10 09:19:17 -06:00
Kaosxlinus 42151b5153 Add command for System Administrators. (#24819) 2018-12-10 08:37:41 -06:00
ashwinkumarmohan 8a7920881e Added "HTML" output for JavaDoc (#24375)
Added that HTML pages are generated when using JAVADOC in documentation comment.
2018-12-09 22:07:44 -05:00
Cindy Yates 8ca7abd3f6 Remove duplicate information (#27163)
Minor formatting and removal of information listed more than once in the article
2018-12-09 16:34:09 -08:00
Rufaro Madamombe 8f20aaf0b9 Change plain text in sample code to be comments (#26703)
In the sample CSS code, there were some notes to add some additional explanation on the code. Changed those notes to be code comments so that if a person copies and pastes the code samples then they will not face any errors since the notes are valid comments in code instead of being plain text which can't be interpreted.
2018-12-09 16:20:43 -08:00
kenmalley 61f94274eb Added Oxford commas and provided spacing (#28652) 2018-12-09 17:08:47 -07:00
Igor bf3d5854f4 fixed indentation (removed tab) (#32173) 2018-12-09 16:06:10 -08:00
LYES_BOUH@RI d61dba9110 Add more details (#28466)
* Add more details

* fix: capitalized opacity
2018-12-09 16:03:30 -08:00
Nick Haras fab4d1401e Improved wording (#24225) 2018-12-09 18:57:40 -05:00
Yash Kapadia 82531c5fcc Fixed spacing, bolding, and sentence structure (#27930) 2018-12-09 16:49:43 -07:00
LYES_BOUH@RI 85d40a3b9a Update definition (#28464) 2018-12-09 15:45:35 -08:00
ir3ne b9d01d13e6 add hex alpha (#25260) 2018-12-09 15:36:03 -08:00
Hawkings296 1e658a7252 Update index.md (#27059)
Minor spelling and grammar fixes. Nothing that would drastically change the file.
2018-12-09 16:34:54 -07:00
İlker Koşaroğlu 697cb26c64 Update index.md (#26775) 2018-12-09 16:17:15 -07:00
Salim Hafid 0a9624edf7 Added basic keyboard shortcuts and a reference to blendswap (#26369) 2018-12-09 16:04:41 -07:00
Bodddi 358bb6b377 Updated grammar. (#24626)
Added a space to look better, and corrected the grammar at "hobbyists that empowers the softwares".
2018-12-09 15:45:15 -07:00
Cindy Yates 092cf9b658 Add more info to description list definition (#27140)
Minor spelling fix plus additional information on the elements that make up a description list
2018-12-10 02:18:36 +05:30
komallapalli 54eef30dad css tutorial (#33706)
it contains all from basic level to high level
2018-12-09 10:37:34 -06:00
jccofresh 8202dda76a update index.md (#24469)
fixed wording
2018-12-09 09:35:01 -07:00
mvtej 0924a5ed34 Update index.md (#33264)
I have added links to each of the popular CSS frameworks mentioned in the index.md file.
2018-12-09 10:28:06 -06:00
Donté Taylor 1a12a567a0 Add language to further elaborate on frameworks (#33148) 2018-12-09 10:17:55 -06:00
aizelagustino 7b3ebcb76c Formatted suggested reading as unordered list (#33031) 2018-12-09 10:17:07 -06:00
Tuanph14 3a9c4cf1d6 Change emphasis style in Blender (#24143)
* Change emphasis style in Blender

* fix: made folder names lowercase
2018-12-09 09:15:22 -07:00
panicbasket 7e0455688e Capitalized "HTML" and "FreeCodeCamp (#28764) 2018-12-09 09:59:59 -06:00
Aathil Ahamed 9ae9e9c0d7 CSS.md (#28609)
* CSS.md

Add sample codes and more information about CSS

* update CSS.md

Typo mistakes corrected
2018-12-09 09:51:06 -06:00
Lakeshia Williams eeb66d2c4e added MDN CSS site to sug. reading (#27178) 2018-12-09 09:26:57 -06:00
Hawkings296 d1147b3765 Added a line of text (#27067)
Line 15.
2018-12-09 09:18:08 -06:00
darkcomet76 d7293baff3 Added suggested reading in index.md (#25406)
Added the Odin Project's HTML+CSS course as suggested reading.
2018-12-09 09:05:07 -06:00
UrszulaSury 49487788e3 Changes and additions to the article. (#25218) 2018-12-09 09:04:06 -06:00
Deepesh Ludhyani cc5944d623 Additional book reference added to learn CSS (#24752)
* Additional book reference added to learn CSS

* add link to book
2018-12-09 08:48:53 -06:00
Kevin Trang ace67970e4 Added example, explanation and solution to "Use RGB to Mix Colors" (#34613)
* Added example, explanation and solution to "Use RGB to Mix Colors"

* Keyword backtick changes

-As suggested earlier, I changed the triple backticks of the keywords into single backticks

* Consistent style and format changes

-Changed the spacing of the '<style>' elements , in order to create consistent spacing, and removed extra words to fit the quotes

* fix: removed older examples
2018-12-09 00:19:04 -08:00
bagecka 711ec741e9 Update stub Use RGB to Mix Colors (#33900)
Added to content to stub article, Use RGB to Mix Colors.
2018-12-08 23:44:50 -08:00
Gautam 9071f1002c Added an awesome collection for VS Code resources (#24407) 2018-12-08 22:13:23 -05:00
Carlos Arcenas debea18a18 Fix grammar of swift/hello-world.md (#24412) 2018-12-08 21:56:20 -05:00
Boopathiking a6ab0714e4 Wrongly mentioned, so interchanged the comments (#24370) 2018-12-08 21:53:21 -05:00
Doug Abbott becdf54e98 added vim shortcut link (#24355)
* added vim shortcut link

vim is confusing, added a link i use for vim shortcuts

* Added link formatting
2018-12-08 21:46:00 -05:00
SoMike db35bf5ffc Words correction in index.md (#24354)
Corrected the word "appliations" to "applications", "possibe" to "possible"  on line 6 and the word "programmaing" to "programming"  on line 11.
2018-12-08 21:45:13 -05:00
arun-sharma-blr e9fc27ad8f Added the Types of Blockchains section (#24242)
Briefly described permissionless and permissioned blockchains
2018-12-08 21:36:49 -05:00
Taweewat Somboonpanyakul 5f1a596cc1 Added two more options '-lh' and '-lS' (#21172) 2018-12-08 21:32:36 -05:00
JamBove 5dc7c2b24d Added wikibooks article to more information (#24215)
Added Some Basic and Inefficient Prime Number Generating Algorithms to the More Information header.
2018-12-08 21:29:02 -05:00
blank10032 f760e90fc3 Added a section on why you would use macros (#24214) 2018-12-08 21:24:46 -05:00
lizantell 415d92a597 Removed info about <em> (#24234)
Not relevant to this page on semantic HTML elements
2018-12-08 21:24:14 -05:00
JamBove 4c9992aaf0 Mentioned The Linux Command Line book (#24210)
* Mentioned The Linux Command Line book

And added the link to download it from the original website.

* Converted change to "More Information"
2018-12-08 21:21:27 -05:00
lizantell 483534c03a Added accessibility info to the link text section (#24229) 2018-12-08 21:20:11 -05:00
Randell Dawson e230039832 fix: Capitalized "the" at start of sentence (#34562) 2018-12-08 17:01:51 -06:00
Nadeem Bhati cfa1840cf8 updated with more info (#33619) 2018-12-08 13:23:20 -07:00
Hunter 057aa07ec3 Fix small grammar mistake (#28330)
Switch "an native shell" to "a native shell"
2018-12-08 12:57:54 -07:00
Liam Rosenfeld 7d1037847f Added 'Structures and Classes' Page Swift (#28258)
Based off the official swift language guide
2018-12-08 12:56:42 -07:00
haftav f247b6a19a Wording update (#28125) 2018-12-08 12:51:07 -07:00
Alyssa Dang d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
Cuong Nguyen b9e22951af Added Typescript/Mixin (#26256) 2018-12-08 12:37:14 -07:00
Cuong Nguyen 7ecf3e3efc Added TypeScript/Unknown Type (#26181) 2018-12-08 12:35:07 -07:00
Karol Gasparik 5d5a29649f update: lambda expression example for python sort (#26044)
Added example that use lambda expression as key during sorting list.
2018-12-08 12:33:36 -07:00
rejuls 71b5c71da1 Update index.md (#33066)
Grammatical, Spelling changes
2018-12-08 12:22:43 -07:00
Justin Thomas 7b68723cf5 Add section on Blockchain Consensus Protocols (#31435)
Add the two most well-known protocols, Proof of Work, and Proof of Stake.
2018-12-08 11:53:56 -07:00
Giovanni G 5e4ce8bb70 Add text (#31082)
Add chapter called "Real World Application of Cryptocurrencies" 
- Real estate
- Charities
- Buying and Selling content
2018-12-08 11:41:40 -07:00
CodingHero97 d411e743ad fixed grammar and indentation on links (#30446) 2018-12-08 11:22:01 -07:00
edu san aee74f1a63 Adding new content to index.md (#29673)
* Adding new content to index.md

Added mention of blockchain technologies in first paragraph.
Added link to coinmarketcap, and changed sentence about cryptocurrencies fractions, which was unclear IMO.
Retouched last sentence including mention to decentralized exchanges.

* Translation of proposal for index.md

In case pull-request #29673 is accepted, this is its Spanish translation
Pull-request URL: https://github.com/freeCodeCamp/freeCodeCamp/pull/29673
2018-12-08 10:51:09 -07:00
Donald Maness 66331b5385 Make size plural (#23768) 2018-12-09 00:50:57 +07:00
stephanieadwill 20f2413ebd Proofreading typography legibility article; adding resource. (#23211) 2018-12-09 00:40:24 +07:00
taptherockies 5d01139313 Clarified VS Code Feature (git support) (#23617)
Changed "Build-in Git- " to "Built-in Git support -"
2018-12-09 00:38:10 +07:00
Alex Yu 43e6147f71 Add the text "intermediary" (#29010) 2018-12-08 10:26:22 -07:00
Curtis Vermeeren 71a75386c1 Create index.md (#25957) 2018-12-08 08:44:09 -06:00
Gregory Gubarev a92c07904a Responsive Web Design: Added hint to Specify How Fonts Should Degrade (#24357)
Added hint to Specify How Fonts Should Degrade (https://learn.freecodecamp.org/responsive-web-design/basic-css/specify-how-fonts-should-degrade and https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/specify-how-fonts-should-degrade)
2018-12-08 08:41:33 -06:00
Markus Lanser 3c5c78b51b fixing spelling mistake "on going" > "ongoing" (#25926) 2018-12-08 08:39:15 -06:00
Jessica Swift 26e8e593c1 Add back `` (#24651)
Added a few `` for an easier read of the article.
2018-12-08 18:42:15 +05:30
Danuta Cybulska 5a5cc8f696 Add link (#23952)
* Add link

### Exercises
I suggest working out while playing the game [Flexbox Froggy](http://flexboxfroggy.com)- [Guide](https://github.com/thomaspark/flexboxfroggy)

* Re-added deleted link
2018-12-08 03:07:02 -05:00
Danuta Cybulska 38898201d9 Add link to exercises (#23964)
* Add a place to exercise

#### Execirses
I suggest working out while playing the game [Grid Garden](https://cssgridgarden.com) - [Guide](https://github.com/thomaspark/gridgarden).

* Moved change to More Resources
2018-12-08 02:58:48 -05:00
David ac4b7b9946 Add "of" to the article (#23951)
In the beginning of the  the tenth point of the article, There should be "of" between "One" and "my favourite" to make the beginning of the sentence grammatically correct.
2018-12-08 02:10:53 -05:00
ellakenn07 1f2d141d19 clarifying on a definition (#23943) 2018-12-08 02:00:45 -05:00
Jeff Innes 86c130734d Fixed various grammar and readability issues (#23662) 2018-12-08 01:50:54 -05:00
Tom K e2a1ccffa2 Added links to sites with more information (#23660) 2018-12-08 01:50:08 -05:00