Commit Graph

18690 Commits

Author SHA1 Message Date
5cd69f01c5 Added ternary operator (#22427)
Added ternary operator with some explanation and an example
2018-11-21 07:18:14 -08:00
6ff8d96efc Added a php framework, installation steps (#22401)
* Added a php framework, installation steps

Added a PHP framework, installation steps and added other minor texts

* Fixed small typo issues

* fixed small typo issues in links
2018-11-21 09:15:52 -06:00
97679fd4c2 Minor formatting change and added a note on == (#22378)
* Minor formatting change and added a note on ==

* Code blocks are now styled as C-language syntax.
* Added a note about the difference of `==` and `=` in the context of condition statements.

* change the second #6 to 7
2018-11-21 09:15:21 -06:00
98798bd3fa Description of unix sort (#22403)
A sort description of unix sort
2018-11-21 09:06:47 -06:00
e612f499c2 Add description of abstract class (#22400) 2018-11-21 09:01:22 -06:00
5ddb059242 Made pretty and clarified (#22392)
* fixed indentations, added line breaks
* split the 3 switch case output examples and specified in which situation they would be executed
2018-11-21 08:58:23 -06:00
81178d2344 Added few advantages of event driven architecture (#22389) 2018-11-21 08:56:36 -06:00
df0bb71bce Elaboration of unknown side cases on Pythagoras Theorem (#22373)
-I decided to extend the amount of information on Pythagoras Theorem, through explaining other cases of finding an unknown side apart from the hypotenuse, which are the perpendicular height and base.
2018-11-21 08:52:03 -06:00
8ca6a28a9b Commenting Code Minor Grammatical Changes (#21175) 2018-11-21 08:58:10 -05:00
5c612e5f6e Adding Transparent Hover Effect code (#21179)
* Adding Transparent Hover Effect code

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-11-21 08:55:21 -05:00
73326f98ec Fixed grammar error on line 70 (#21182)
Fixed grammar error on line 70. Changed the word "do" to "does".
2018-11-21 08:51:01 -05:00
17cf06c92d Small grammar change (#21183)
Colon instead of a comma for lists.
2018-11-21 08:29:32 -05:00
09edf93ba9 fixed minor formatting error (#21184)
* fixed minor formatting error

* Update index.md
2018-11-21 08:27:47 -05:00
DC
adad522465 Formatting examples, added example based on note (#21186)
would like some feedback on my extra example :)
2018-11-21 08:26:07 -05:00
610c4303c1 typo fix (#21195) 2018-11-21 08:12:00 -05:00
6364a9732e Fixed minor typo in line 16 (#21188) 2018-11-21 08:08:13 -05:00
82954a7778 Update CRA installation script using npx (#21201) 2018-11-21 07:57:28 -05:00
184b5c2bf0 Fixed mistyped words (#25401) 2018-11-21 10:37:50 +05:30
49a9ef11a9 Corrected several grammar mistakes (#25396) 2018-11-21 10:36:17 +05:30
b360386e31 Grammar correction (#25386)
Grammar corrections in line 48
2018-11-21 10:33:30 +05:30
771e8a019b Fixed mistyped words (#25385) 2018-11-21 10:32:11 +05:30
91a3bd6e9a Update index.md (#22845) 2018-11-20 22:53:17 -05:00
0abba344c9 Minor spelling corrections (#22825) 2018-11-20 19:12:30 -05:00
d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
65c5b03a41 Copy editing of ArrayList article (#22985) 2018-11-20 18:59:54 -05:00
df0196f6e3 fixed some minor mistakes like vanished colon and etc. (#22984) 2018-11-20 18:59:04 -05:00
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
4b44e363c4 Added resource under 'More information' (#22957)
* Added resource under 'More information'

* Fixed formatting
2018-11-20 18:54:18 -05:00
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
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
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
ba16264562 Revised to fix spelling, grammar, and add clarity (#22728) 2018-11-20 18:47:14 -05:00
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
1f8f67c080 My change (#22723)
- And The dialog box shoud contain an OK button
2018-11-20 18:45:02 -05:00
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
1b97963972 Added few advantages of documentation (#22416) 2018-11-20 18:42:22 -05:00
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
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
e9fd6b3542 fixed typographic error (#22648) 2018-11-20 18:36:41 -05:00
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
208eee39d8 Added Product Management Overview Link (#22634)
* Added Product Management Overview Link

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

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

* created index.md file
2018-11-20 18:25:15 -05:00
28f4d54be1 Fix Spanish translations for Bootstrap Buttons (#19776) 2018-11-20 14:55:13 -07:00
97d60dbd9e Update index.md (#22142)
Corrected some spelling errors
2018-11-20 10:57:53 -08:00
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
961349432c Added a book on Python (Python Cookbook) (#22333)
Python Cookbook: Recipes for Mastering Python 3
2018-11-20 10:51:54 -07:00