Commit Graph

23528 Commits

Author SHA1 Message Date
05c51c762a Update content for clarity and edit punctuation (#33369) 2019-06-25 11:14:24 -07:00
b07fac01b2 Added a 'Note' part. (#32776)
The 'Note' part describes how we can check for odd even with the help of & operator.
2019-06-25 11:04:53 -07:00
447b8f50fc Added points on Custom Data Attributes in HTML (#32749) 2019-06-25 11:04:11 -07:00
c9d00827c4 Added MergeSort Implementation in Java (#28042)
* Added MergeSort Implementation in Java

* fix: changed c++ to cpp
2019-06-25 10:53:35 -07:00
cbc2c0b7c2 update (#31295)
* update

* Update index.md
2019-06-25 10:36:40 -07:00
782c5ba553 fix: introduce action creators in redux-actions (#31170) 2019-06-25 10:28:05 -07:00
274ef504c3 Add new details and links to CJM (#31088) 2019-06-25 10:25:31 -07:00
2ff2b82d51 Added definitions of different types of matrices (#30128) 2019-06-25 10:15:51 -07:00
2f8d009133 Update index.md (#29940) 2019-06-25 10:11:37 -07:00
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
9cccd52aec constructor in abstract class (#29329)
Have added some information in abstract classes
2019-06-25 09:51:06 -07:00
c8ca40751b fix: removed extra sh code fences 2019-06-25 16:57:43 +08:00
8ce1b374e3 fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
2b553d31b6 fix replace code block with blockquote 2019-06-25 16:57:43 +08:00
3f56cf6f54 fix replace code with applicable language postfix 2019-06-25 16:57:43 +08:00
4f83b58aa6 fix replace Swift4 with swift for language postfix 2019-06-25 16:57:43 +08:00
1b113c436c fix replace c# with csharp for language postfix 2019-06-25 16:57:43 +08:00
b7e98240c8 fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
4a2b88b16e fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
5e6ba79c04 fix replace solidity with no language postfix 2019-06-25 16:57:43 +08:00
1932a08858 fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
22f52296bc fix: replace c++ with cpp for language postfix 2019-06-25 16:57:43 +08:00
7d097e62ac fix: replace cs with csharp for language postfix 2019-06-25 16:57:43 +08:00
f57e6d69d8 fix: remove codepen.io links from challenge articles 2019-06-25 16:52:24 +08:00
6167811c09 Update index.md (#28398)
Add some details about table, and the css property: border.
2019-06-25 16:22:17 +08:00
0fb5d35e14 Update index.md (#27499)
fixed the first title
2019-06-25 16:21:35 +08:00
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
618d6f4cbc Changed pronouns to 您 and cleaned up formatting (#33694) 2019-06-25 15:52:10 +08:00
8786caf103 Fixed typos and changed some wording for clarity. (#28926) 2019-06-25 14:40:22 +07:00
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
3016c6e798 Update Blockchain types chinese index.md
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
5185e91db2 Update Smart Contracts Chinese index.md
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
dc37f4755b Update Blockchain Chinese feature index.md
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
658f3d8ab2 Add translation 2019-06-25 14:35:25 +08:00
4d01f8228e Update index.md (#26782) 2019-06-25 14:34:31 +08:00
0a473f498d Update index.md (#26776) 2019-06-25 14:33:50 +08:00
24c5fc3127 Merge pull request #26771 from winsonrich/patch-9
Update index.md
2019-06-25 14:32:16 +08:00
377328f3c4 Update index.md 2019-06-25 14:31:56 +08:00
2f08132959 Update index.md 2019-06-25 14:31:32 +08:00
da699106bd Update index.md 2019-06-25 14:31:09 +08:00
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
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
5da9e0bbca Update index.md 2019-06-25 13:51:52 +08:00
187ccf11c9 Added new comments to return
Added new comments to return
2019-06-25 13:51:14 +08:00
584d552de4 Added some translations
Added some translations
2019-06-25 13:50:39 +08:00
cb58d28190 Added more description (#26140)
Added more description
2019-06-25 13:50:08 +08:00
cc9408b748 Merge pull request #26090 from swissashley/patch-1
Added some translations to the file.
2019-06-25 13:49:22 +08:00
2a33dfc176 change 87th line "To-DO列表" to "To-Do列表" 2019-06-25 13:48:45 +08:00