Ajay Arasanipalai
41f2f10e94
Add backpropogation and chain rule relation. ( #18667 )
2018-10-13 16:02:53 -05:00
Ajay Arasanipalai
bf5cc9279f
Add section for further reading links. ( #18668 )
2018-10-13 16:02:23 -05:00
Ian Vidaurre
ee4cc393f3
Typo fix for index.md ( #18670 )
...
Changed OpemVim link to "OpenVim"
2018-10-13 16:02:02 -05:00
Martin
e6718ae851
Update of Product Design, UX Design and User Flow articles ( #18709 )
...
* User Flow: Information, Articles, Youtube update
Explanation on what is User Flow with youtube videos and articles for reference and/or resource.
* Update of UX Design article
Update the article with more information and more links to articles and books.
* Product Design: Info, Articles, Youtube update
Explanation on what is Product Design with youtube videos and articles for reference and/or resource.
* Update description of Retina Display
As reported in issue #18129 , there is a lack of explanation on what a retina display is and some users find it difficult to understand what they are doing exactly, so I added a short explanation on what a High-Resolution Display is and what a Retina Display is.
2018-10-13 16:01:40 -05:00
benpeterdalley
3ec1dfd5b6
Punctuation and broken link ( #18708 )
...
I fixed some inconsistent punctuation and some linked text that wasn't setup properly.
2018-10-13 16:00:11 -05:00
FlyvendeThom
c97cd69ecd
Fix(guide): add info about mv rename functionality
2018-10-13 16:58:56 -04:00
Tanuj Nagpal
0240893e6f
Added another way to list files/folders ( #18706 )
...
you can view files/folders without even entering the directory
2018-10-13 15:57:00 -05:00
benpeterdalley
76f6536b4f
Update index.md ( #18703 )
...
Included info about the colon being required and no closing statement, and indentation everything that is properly indented following the definition is within the scope of the function
2018-10-13 15:54:51 -05:00
Tanuj Nagpal
2154708115
Added function of typing only cd in terminal ( #18702 )
...
cd will move you to the Home directory
2018-10-13 15:54:05 -05:00
Ginson Wong
b5a122baaa
fix: clean up and adjust broken formatting ( #18881 )
...
-added note on mobile motherboards
-fix non-existent link to motherboard img. copied from index.md of computer-hardware parent folder
-fix broken anchor tag
2018-10-13 22:53:15 +02:00
Mayer3
faadc843d0
Add Line number 21 (about { } ) ( #18699 )
2018-10-13 15:52:37 -05:00
Palash Bauri
1fe7a36d4a
added 1 and 0 as alternative to True/False ( #18697 )
...
added example and tip about the use of 1/0 as alternative to True/False
2018-10-13 15:51:23 -05:00
Tanuj Nagpal
5dcd2785d5
Added Importance of GNU ( #18695 )
...
Explained details about GNU/Linux system and why it should be called GNU/Linux instead of just Linux
2018-10-13 15:49:34 -05:00
Maria Nguyen
a2e6d76803
Linux: Add -la flag explanation to ls command on Basic Linux Commands ( #18689 )
2018-10-13 15:46:24 -05:00
Ajay Arasanipalai
c783a9e900
Add link to article by Chris Olah. ( #18682 )
2018-10-13 15:45:58 -05:00
Cristi Cismas
5eaba89bb0
Fix(guide): grammar edit
2018-10-13 16:42:00 -04:00
Hovhannes
5c9572eed8
Add manually expiring a session example ( #18394 )
2018-10-13 16:25:24 -04:00
Rémy Beumier
c206c6bbbb
Add font shorthand property ( #18393 )
2018-10-13 16:07:49 -04:00
zaibugemi
72fe8fc519
Add information about memory leaks ( #18392 )
2018-10-13 16:02:36 -04:00
zaibugemi
338d94b517
Add more information about Do while loop ( #18385 )
2018-10-13 15:27:41 -04:00
tombraul
ed557a48df
Add godot engine resource ( #18387 )
2018-10-13 15:22:06 -04:00
Michael
e59727cea7
Clarify language in article ( #18379 )
2018-10-13 15:00:43 -04:00
palash4u
7a976c5b0d
Add advantages and disadvantages of an array ( #18367 )
2018-10-13 14:50:52 -04:00
Ian Vidaurre
72c550bb8a
Updated 'About Vim' section
2018-10-14 00:06:55 +05:30
Paul Isaris
7dcfac9dc6
Added more instructions for nvm and code example ( #18357 )
2018-10-13 14:36:06 -04:00
Ajay Arasanipalai
69c3cd6c0e
Add "Deep Learning" book ( #18675 )
2018-10-13 13:15:17 -05:00
Belma Gaukrodger
1f110caafe
add 3 new references to index ( #18672 )
2018-10-13 13:14:50 -05:00
Pravinraj Mohan
292d0c9011
Updated index.md ( #18850 )
...
Improved the manifest.json file explanation
2018-10-13 13:08:42 -05:00
shyamunnikrishnan
72159de880
Create Index.md ( #18753 )
2018-10-13 19:51:09 +02:00
shyamunnikrishnan
9bb6aea5ec
Bullet points fixed ( #18740 )
...
Fixed issue where "Electron and Vue", "Electron and React" and "Electron and Angular" where invisible due to incorrect formatting of links.
2018-10-13 19:46:57 +02:00
domilearns
13b745863c
Added glossary term ( #18839 )
2018-10-13 19:15:56 +02:00
Shantanu Tripathi
16d643ecba
Added a good reference video on Quick sort
...
Added a link to one of the finest videos on Quick sort for beginners to understand. It belongs to MyCodeSchool channel on youtube.
2018-10-14 00:10:17 +09:00
Shantanu Tripathi
667f900797
Added a good reference video for binary search
...
Added a reference to a very good playlist of videos on binary search which belongs to MyCodeSchool. This playlist would be very helpful fro beginners to understand Binary Search.
2018-10-14 00:09:02 +09:00
Ashish Rao
3f512e0af4
add iTerm2 introduction ( #18369 )
2018-10-14 00:06:55 +09:00
Shantanu Tripathi
1c53f5c4fe
Added a reference video for Insertion Sort
...
Added a reference to the video of Insertion sort of My code school which is probably the best video for a beginner to understand.
2018-10-14 00:05:09 +09:00
Shantanu Tripathi
f26c13b68d
Added a good reference video for selection sort ( #18372 )
2018-10-14 00:04:04 +09:00
iamkrishnamohan
50260cf0ae
Added text " Kotlin courses for beginners " ( #18364 )
2018-10-13 23:40:52 +09:00
Domingo Moronta
e378b712f0
Update index.md
2018-10-13 23:40:30 +09:00
iamkrishnamohan
4446ed1099
Add Text "Advanced Android Development" ( #18359 )
2018-10-13 23:36:54 +09:00
webmaster-zundux
ab718dc2ce
feat(guide): Added the link to ui patterns ( #18362 )
2018-10-13 23:29:28 +09:00
Kristofer Koishigawa
22752616e7
Update index.md
2018-10-13 22:51:24 +09:00
Zul-abdin
57d79e6564
Update index.md
2018-10-13 22:51:24 +09:00
Zul-abdin
146a497f5e
Added info on Maintenance of Liquid Cooling
2018-10-13 22:51:24 +09:00
Zul-abdin
f8d476d7e7
Added info about Unlocked CPU's to Overclock
2018-10-13 22:49:17 +09:00
Isaac
d12bde426e
Java - Added Splitting of strings to guide ( #18713 )
...
* Java - Added Splitting of strings to guide
Added .substring and .split expatiation.
* fix: code formatting
2018-10-13 17:35:48 +05:30
Faraj Daoud
a438cc34dc
Changed unnecessarily to unnecessary ( #18534 )
...
* Changed unnecessarily to unnecessary
* fix (guide): Clean up grammatical mistakes
2018-10-13 04:07:49 -04:00
benpeterdalley
994985fc17
Tidied up inconsistent grammar ( #18710 )
...
Missing fullstops at the end of sentences, inserted colons, and there were a few double spaces and capital letters missing.
2018-10-13 08:54:04 +01:00
Jace
71e1241fdc
Update index.md ( #18578 )
...
Some people don't want to use Chrome, so it would be nice to tell them there are alternatives.
2018-10-13 08:46:55 +01:00
Colin Crawford
e321ca535c
Add first content on redux middleware ( #18643 )
...
* Add first content on redux middleware
Add a description of what redux middleware is, some examples of what it can be used for, and how to add it to your app.
* fix: formatting
2018-10-13 13:05:39 +05:30
Lachlan Eagling
1d0c7f3f8b
Add input and output for code examples ( #18646 )
2018-10-13 12:55:07 +05:30