Commit Graph

1473 Commits (b360386e319a411749b13add475c12b51cbf01ff)

Author SHA1 Message Date
jonmoon74 b360386e31 Grammar correction (#25386)
Grammar corrections in line 48
2018-11-21 10:33:30 +05:30
Robert Samu 771e8a019b Fixed mistyped words (#25385) 2018-11-21 10:32:11 +05:30
Lumpenstein 91a3bd6e9a Update index.md (#22845) 2018-11-20 22:53:17 -05:00
vtt01uk 0abba344c9 Minor spelling corrections (#22825) 2018-11-20 19:12:30 -05:00
Matt d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
Karen Tobo 65c5b03a41 Copy editing of ArrayList article (#22985) 2018-11-20 18:59:54 -05:00
tahirsoft df0196f6e3 fixed some minor mistakes like vanished colon and etc. (#22984) 2018-11-20 18:59:04 -05:00
csteacher1 bc48cff3e8 Usage Section Update (#22977)
Add the following paragraph after the doctype declaration on Line 55:

"It is important to note, that while "DOCTYPE" is shown in uppercase letters here.  The keyword "DOCTYPE" is case-insensitive and can be uppercase or lowercase.  This simplification is part of the reason HTML5 pages are compatible with old and new browsers, and also compatible with the browsers on mobile devices."
2018-11-20 18:58:37 -05:00
Dallin Reeves 4b44e363c4 Added resource under 'More information' (#22957)
* Added resource under 'More information'

* Fixed formatting
2018-11-20 18:54:18 -05:00
Ariel Teague 11ed97e860 Add mention of centralized vcs to svn article (#22826)
Add a small section to the Subversion article discussing it as a well-known example of a centralized vcs.
2018-11-20 18:51:57 -05:00
JMVL64 8cc39cb957 Found extra link for podcasts (#22780)
And added software tester -> is a bit of a specialty.
2018-11-20 18:48:48 -05:00
AntTAKEOVER b49f534d73 Added the output of a print statement (#22748)
Added the output for a print statement used in a code example.
2018-11-20 18:48:01 -05:00
brkline ba16264562 Revised to fix spelling, grammar, and add clarity (#22728) 2018-11-20 18:47:14 -05:00
Adewale Orotayo 26c4b20a9b Add "Second example of Const" to article (#22727)
* Add "Second example of Const" to article

Describing const also to be scoped i.e, accessible in the block where it was defined  can be added to the article

* Reordered changes and fixed formatting
2018-11-20 18:46:06 -05:00
bugizozi 1f8f67c080 My change (#22723)
- And The dialog box shoud contain an OK button
2018-11-20 18:45:02 -05:00
brkline b32f8cf5ac Replaced Broken Link in More Information (#22686)
* Replaced Broken Link in More Information

The link that was there didn't show the content anymore.

* Fixed formatting
2018-11-20 18:43:25 -05:00
raghavbhartia 1b97963972 Added few advantages of documentation (#22416) 2018-11-20 18:42:22 -05:00
Blaze2305 74a4b1175e added general syntax of python function definition (#22670)
* added general syntax of python function definition

* Cleanup
2018-11-20 18:38:56 -05:00
Arndi 1b6b3d38c0 Additional information MS SQL and T-SQL (#22654)
* Additional information MS SQL and T-SQL

* Fixed grammar
2018-11-20 18:38:05 -05:00
Blaze2305 e9fd6b3542 fixed typographic error (#22648) 2018-11-20 18:36:41 -05:00
CharlesMarlow 64ab5c78f6 Added framework to Javascript frameworks section (#22637)
Vue.js was added on line 34 as one of the prominent front-end frameworks for Javascript.
2018-11-20 18:35:31 -05:00
brkline 208eee39d8 Added Product Management Overview Link (#22634)
* Added Product Management Overview Link

* Fixed formatting
2018-11-20 18:34:48 -05:00
adeelnazir13236 bcfa215ab0 Free WordPress templates (#22599) 2018-11-20 18:33:59 -05:00
Christoph 96f81d8da2 Added new book and changed the layout (#22592) 2018-11-20 18:32:24 -05:00
Miftah Mizwar e9004f3e21 Update block of code to be highlighted as C (#22588) 2018-11-20 18:31:50 -05:00
gitmbgitmb 059512846e Added Resources to learn Git link (#22502)
* Added Resources to learn Git link

* Fixed formatting
2018-11-20 18:31:12 -05:00
Samuel Koprivnjak 93f7e44752 Kotlin functions basic usage (#22231)
* Kotlin functions basic usage

* created index.md file
2018-11-20 18:25:15 -05:00
Henrik 97d60dbd9e Update index.md (#22142)
Corrected some spelling errors
2018-11-20 10:57:53 -08:00
capulifour 6596fe607a Head First Book Addition (#22330)
added Head First Javascript as an additional book of interest for those wishing to learn the language of Javascript
2018-11-20 18:05:08 +00:00
manishbhatt151 961349432c Added a book on Python (Python Cookbook) (#22333)
Python Cookbook: Recipes for Mastering Python 3
2018-11-20 10:51:54 -07:00
JiDarwish c29445ca5e Added ternary operator (#22234)
* Added ternary operator

* Update index.md
2018-11-21 00:47:00 +07:00
KevinatorTrainer5 b1e0cc41d9 Added some physical calculus rules (#22317)
-Just added a few extra integration rules of velocity, displacement and acceleration for applications of calculus in the physical world
2018-11-20 07:45:34 -06:00
manishbhatt151 8c5896f8c5 Added link to a book on Algorithms (#22308)
This is the of the programming language-independent text that helped establish computer algorithms as a discipline of computer science. The text incorporates the latest research and state-of-the-art applications, bringing this classic to the forefront of modern computer science education. A major strength of this text is its focus on design techniques rather than on individual algorithms.
2018-11-20 07:43:20 -06:00
Bruno Balentović 175f8269c9 Added ln command (#22298) 2018-11-20 07:42:45 -06:00
ambarytl 0e6c1d4df9 Added an article in place of stub. (#22294) 2018-11-20 07:42:15 -06:00
Manish kumar chaurasia 112c90c4ed added code of kmp algorithm in index.md (#22293)
* added code of kmp algorithm in index.md

* format codeblock to c++?

I think this is c++, but I'm not positive.
2018-11-20 07:41:27 -06:00
Muralidharan Sekar 77246a193d Add the title "More information " to the article (#22288) 2018-11-20 07:40:29 -06:00
mil3zh 248788a335 Added logo of libgdx to index.md file (#22283)
* Added logo of libgdx to index.md file

Added logo of libgdx to index.md file

References: 
![logo](http://libgdx.badlogicgames.com/img/logo.png)

* remove duplicate image, moved it to the top...

add line breaks between resources
2018-11-20 07:40:02 -06:00
eirinisp b1851623d1 Various Additions (#25333)
Added swirl in ##Where to learn R for free
Added installing instructions in ##Reference for Unix-alike operating systems
2018-11-20 18:41:22 +05:30
Michael Kane a15afc0b80 Corrected 'paintjob', added text (#25367)
Text added: ", and wanted to change the color of your Car."
2018-11-20 15:04:57 +05:30
Chirag Swadia ff332b7703 Fixed JQuery -> jQuery (#25366) 2018-11-20 15:03:28 +05:30
iopeggy 7f690b8b3c add link for guide to illustrator (#25327) 2018-11-20 14:59:38 +05:30
eirinisp 740ffdc839 Fixed grammatical errors (#25341) 2018-11-20 14:54:34 +05:30
eirinisp 38e8256f03 Various grammatical errors (#25317) 2018-11-20 14:51:12 +05:30
Vedrana_R 41c35019cb Deleting typo (#34386)
'increment' instead of 'increament'
2018-11-20 14:01:44 +08:00
Sudhakar Kumar 8bd3df35a2 Fix spelling and grammar (#34387) 2018-11-20 13:59:58 +08:00
Alexander Molnar 3f1252be74 Added content to stub (#34377)
* Added content to stub

Gave definition, examples, two methods to compute as well as a JavaScript algorithm, and some generalizations.

* Removed content

Removed external links and added internal links to FCC guide pages when possible.
2018-11-20 13:59:32 +08:00
Sudhakar Kumar 16e7a704b7 Correct spelling (#34388) 2018-11-20 13:57:15 +08:00
Sudhakar Kumar 873b627250 Fix spelling (#34389) 2018-11-20 13:55:08 +08:00
Sudhakar Kumar 744b651bbc Fix capitalization (#34390) 2018-11-20 13:54:25 +08:00