Commit Graph

23723 Commits (da254743cd81c7dd5cb937b6abddfded41ffda80)

Author SHA1 Message Date
Karthik Rao 782c5ba553 fix: introduce action creators in redux-actions (#31170) 2019-06-25 10:28:05 -07:00
Syauqy Nurul Aziz 274ef504c3 Add new details and links to CJM (#31088) 2019-06-25 10:25:31 -07:00
Ankush Soni 2ff2b82d51 Added definitions of different types of matrices (#30128) 2019-06-25 10:15:51 -07:00
Andrew Mackie 2f8d009133 Update index.md (#29940) 2019-06-25 10:11:37 -07:00
Nils ecc22cc9aa Added tailgaiting as example (#30985)
Added a (short description) of tailgating under the Some examples of Social Engineering hacks, as it is another form of these.
2019-06-25 10:08:48 -07:00
Shoaib 9cccd52aec constructor in abstract class (#29329)
Have added some information in abstract classes
2019-06-25 09:51:06 -07:00
Randell Dawson c8ca40751b fix: removed extra sh code fences 2019-06-25 16:57:43 +08:00
Randell Dawson 8ce1b374e3 fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
Randell Dawson 2b553d31b6 fix replace code block with blockquote 2019-06-25 16:57:43 +08:00
Randell Dawson 3f56cf6f54 fix replace code with applicable language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 4f83b58aa6 fix replace Swift4 with swift for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 1b113c436c fix replace c# with csharp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson b7e98240c8 fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 4a2b88b16e fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 5e6ba79c04 fix replace solidity with no language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 1932a08858 fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 22f52296bc fix: replace c++ with cpp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 7d097e62ac fix: replace cs with csharp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson f57e6d69d8 fix: remove codepen.io links from challenge articles 2019-06-25 16:52:24 +08:00
yulixue 6167811c09 Update index.md (#28398)
Add some details about table, and the css property: border.
2019-06-25 16:22:17 +08:00
Zenghui 0fb5d35e14 Update index.md (#27499)
fixed the first title
2019-06-25 16:21:35 +08:00
pamadei 00446ffb17 Add latest Angular Version (7.0.0) (#27109) 2019-06-25 15:54:31 +08:00
zd6 d3c2f0825a translation smoothen index.md (#23426)
translation corrected
2019-06-25 15:53:00 +08:00
Sherman 618d6f4cbc Changed pronouns to 您 and cleaned up formatting (#33694) 2019-06-25 15:52:10 +08:00
Andrew Mackie 8786caf103 Fixed typos and changed some wording for clarity. (#28926) 2019-06-25 14:40:22 +07:00
Skipper 231d388d8b fixed: fixed some translating problem. (#30923)
* fixed: fixed some translating problem.

I don't know how did you translate the "猛击猫“,but it's really not a good translation.
I almost laugh to death to see this(just feel fun,no impolite). 
: )

* Update index.md

* Update index.md
2019-06-25 14:56:52 +08:00
Tony Tu 3016c6e798 Update Blockchain types chinese index.md
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
Tony Tu 5185e91db2 Update Smart Contracts Chinese index.md
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
Tony Tu dc37f4755b Update Blockchain Chinese feature index.md
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
Kaan f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
Yang8547 658f3d8ab2 Add translation 2019-06-25 14:35:25 +08:00
Wan Cheuk Lun 4d01f8228e Update index.md (#26782) 2019-06-25 14:34:31 +08:00
Wan Cheuk Lun 0a473f498d Update index.md (#26776) 2019-06-25 14:33:50 +08:00
Wan Cheuk Lun 24c5fc3127 Merge pull request #26771 from winsonrich/patch-9
Update index.md
2019-06-25 14:32:16 +08:00
winsonrich 377328f3c4 Update index.md 2019-06-25 14:31:56 +08:00
winsonrich 2f08132959 Update index.md 2019-06-25 14:31:32 +08:00
winsonrich da699106bd Update index.md 2019-06-25 14:31:09 +08:00
winsonrich 7b89e15927 Update index.md
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
2019-06-25 14:30:43 +08:00
winsonrich ae147f519a Update index.md
1. while the array is larger than the target number of variable:"searchFor" , it is no need to search for the result that is larger than the "search target", therefore, we should break the loop to save more resources.
2. the variable j in the statement of "System.out.println("i = " + j); " is not declare and initialize at the beginning, also, var j in the while loop does not match with the variable i which is the result we want to display. Therefore, this statement should correct to "System.out.println("i = " + i); " so as to display the result of each loop correctly.
2019-06-25 13:54:39 +08:00
winsonrich 5da9e0bbca Update index.md 2019-06-25 13:51:52 +08:00
Victor Lin 187ccf11c9 Added new comments to return
Added new comments to return
2019-06-25 13:51:14 +08:00
Victor Lin 584d552de4 Added some translations
Added some translations
2019-06-25 13:50:39 +08:00
Victor Lin cb58d28190 Added more description (#26140)
Added more description
2019-06-25 13:50:08 +08:00
Victor Lin cc9408b748 Merge pull request #26090 from swissashley/patch-1
Added some translations to the file.
2019-06-25 13:49:22 +08:00
fedelico 2a33dfc176 change 87th line "To-DO列表" to "To-Do列表" 2019-06-25 13:48:45 +08:00
Lorna Lan ff72d212da grammatical fixes 2019-06-25 13:48:23 +08:00
Lorna Lan 27023748af fixed a typo 2019-06-25 13:48:02 +08:00
Lorna Lan 5e99dec3a6 fixed grammatical errors and reorganized format 2019-06-25 13:48:02 +08:00
imdonnie 3cc6db752d Add a chapter to the Chinese Laravel doc 2019-06-25 13:47:40 +08:00
wwewsm f59395a0c0 add extra material 2019-06-25 13:42:36 +08:00