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
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
ff72d212da
grammatical fixes
2019-06-25 13:48:23 +08:00
27023748af
fixed a typo
2019-06-25 13:48:02 +08:00
5e99dec3a6
fixed grammatical errors and reorganized format
2019-06-25 13:48:02 +08:00
3cc6db752d
Add a chapter to the Chinese Laravel doc
2019-06-25 13:47:40 +08:00
f59395a0c0
add extra material
2019-06-25 13:42:36 +08:00
46c2ea0aad
Merge pull request #22861 from wwewsm/patch-5
...
add extra materials
2019-06-25 13:40:45 +08:00
e02ace2b1d
add extra material
2019-06-25 13:40:32 +08:00
604c48eeaf
Added Developed By and the programming language used in development ( #27227 )
2019-06-25 12:09:50 +07:00
57d66ef6df
Added merge-sort in MATLAB ( #27783 )
...
* Added merge-sort in MATLAB
* fix: changed c++ to cpp
2019-06-24 19:02:26 -07:00
787729c910
Updated Properties of Merge Sort ( #27052 )
...
* Updated Properties of Merge Sort
Added the advantage of Merge Sort in linked lists over Quick Sort.
* fix: correct code block syntax
2019-06-24 15:54:45 -07:00