Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

EffectiveModernCppChinese

Translate this book!
Collective - Host: opensource - https://opencollective.com/effectivemoderncppchinese - Code: https://github.com/racaljk/EffectiveModernCppChinese

调整描述,强调"返回传值形参" (#170)

github.com/CnTransGroup/EffectiveModernCppChinese - 8edc363ea78d61cb42b034cad5d9767f8ee03c9b authored 10 months ago by Dong-Yiyuan <[email protected]>
fix #157, #161 (#175)

* [item2]auto: fix #157, typo:cx

const auto& rx = cx;
==>
const auto& rx = x;

* [item18]...

github.com/CnTransGroup/EffectiveModernCppChinese - a8199af8b062540510de1c9f7485caf53c8f4e3f authored 10 months ago by standback <[email protected]>
fix a typo in item 28 (#169)

github.com/CnTransGroup/EffectiveModernCppChinese - 25a0569cdea894bbd57652e2413d75831d81e6ef authored 12 months ago by Dong-Yiyuan <[email protected]>
fix a typo and tweak desc (#171)

github.com/CnTransGroup/EffectiveModernCppChinese - a9f64e914cc2534fdef1474b8f7211e4211e7e22 authored 12 months ago by Dong-Yiyuan <[email protected]>
Fix item5.md (#168)

最后一段开头的一句话原文是“The fact of the matter is that writing types explicitly often does little more tha...

github.com/CnTransGroup/EffectiveModernCppChinese - 00cac2e48d07d1b210b279f09ffea91705a06f24 authored over 1 year ago by SashaBao <[email protected]>
重译简介的第一段 (#164)

github.com/CnTransGroup/EffectiveModernCppChinese - 1de81e61d53bf71a3d42a91e3f5143aff43ec3da authored over 1 year ago by 尚毛毛 <[email protected]>
Fix item41 (#163)

原翻译易让人误解为“按值传递不会有切片问题”

github.com/CnTransGroup/EffectiveModernCppChinese - b25b7f7642ce12c7e2e85c24f0754a18596f618f authored over 1 year ago by v1nh1shungry <[email protected]>
Update item22.md (#162)

修改`incomplete type`翻译,改为符合广泛用词的`不完整类型`

github.com/CnTransGroup/EffectiveModernCppChinese - 7559edafc340d5b023e9d3cddfe3d30a675f15a1 authored over 1 year ago by L-Super <[email protected]>
Fix typo in example code in item26

github.com/CnTransGroup/EffectiveModernCppChinese - c4295e5ab4bc87a773cb0f8a6a59e94e21fd6195 authored over 1 year ago by YingQin Chen <[email protected]>
Fix #154

除了纠正 std::mutex 的不可移动特性外,还修正了一个语句不通顺的地方,它在译文的第四行。

github.com/CnTransGroup/EffectiveModernCppChinese - 2fc6b628a9b0a1a3d06dec82f94be4a4565b88c7 authored over 1 year ago by Tau <[email protected]>
Fix #149 & #150 (#151)

* fix #150

* fix #149

github.com/CnTransGroup/EffectiveModernCppChinese - fa293eec236f529b1143529e2e8a7b4174de882b authored over 1 year ago by XiaoXKKK <[email protected]>
Update item8.md (#148)

Missing *

Co-authored-by: yekunxu <[email protected]>

github.com/CnTransGroup/EffectiveModernCppChinese - c70044e10785990651f385d14b37c5f5c0f038c5 authored over 1 year ago by yx <[email protected]>
revise item 7 according to #122 (completely)

github.com/CnTransGroup/EffectiveModernCppChinese - 227fe3f2359bdab1ab566b7a9fc86cf852470ca8 authored almost 2 years ago by Yi Yang <[email protected]>
revise item 7 according to #122 (partially)

github.com/CnTransGroup/EffectiveModernCppChinese - c6da931d93d8efccbacc6cd3db810c990acf6f14 authored almost 2 years ago by Yi Yang <[email protected]>
Update item30.md (#144)

github.com/CnTransGroup/EffectiveModernCppChinese - 1c9d4ba5b8862df7927f9e7afb9a4a551f186c86 authored almost 2 years ago by Xingyu Feng <[email protected]>
将第一个代码块注释中的中文冒号改为英文冒号 (#141)

std::make_unique<Derived>(); //关于std::make_unique
改为
std::make_unique<Derived>(); //关于s...

github.com/CnTransGroup/EffectiveModernCppChinese - 2492e6463bdd1e51534d81bd40fbc86763898b95 authored almost 2 years ago by Social_Mean <[email protected]>
fix for #133 #134 #135 #138 #139

github.com/CnTransGroup/EffectiveModernCppChinese - 305485e38eaefe70584ce7a8a898afbb5416dc22 authored almost 2 years ago by Yi Yang <[email protected]>
Fix incorrect hyperlink path in all MD file (#137)

github.com/CnTransGroup/EffectiveModernCppChinese - cb23d19dba5cd1cbc71a9e37bc78a3ffc663ba0b authored about 2 years ago by He <[email protected]>
Update src/4.SmartPointers/item22.md

github.com/CnTransGroup/EffectiveModernCppChinese - 48c82517e76d56b63df44b6b9c17114794ec3513 authored about 2 years ago by Yi Yang <[email protected]>
Update item22.md

对照英文原版,重新翻译了该语段

github.com/CnTransGroup/EffectiveModernCppChinese - 69d3be3a0843d47fb9d07f227889241e56c8cc77 authored about 2 years ago by L-Super <[email protected]>
improve:改善item22部分语句,使之更符合中文语义,更通顺

github.com/CnTransGroup/EffectiveModernCppChinese - 2a98bec46aa3715be12b92f0e0f5e24728b6eb17 authored about 2 years ago by LSuper <[email protected]>
shard->shared

github.com/CnTransGroup/EffectiveModernCppChinese - d0ad3dfdb99827052cbddf712f6ccb96f97647ab authored about 2 years ago by guojq <guojq>
Fix title of Item 21.

“而非new”->“而非直接使用new”

github.com/CnTransGroup/EffectiveModernCppChinese - 47344d25f9697a2f92603ab4d79e22f43ea2e4be authored over 2 years ago by xris1658 <[email protected]>
use mdbook to deploy gh-pages for online watch

github.com/CnTransGroup/EffectiveModernCppChinese - fc0d38a832fe99625b096a4407bff93a2674f4a9 authored over 2 years ago by David <[email protected]>
Update item3.md

删除多余的“就会”
如果那样的话就会这里就会有一些问题
——》
如果那样的话这里就会有一些问题

github.com/CnTransGroup/EffectiveModernCppChinese - 351b144f1442ef50a0621a4e8053ca160ad21a89 authored over 2 years ago by AllenMH <[email protected]>
Update item4.md

删除多余的“我们”
为了实现我们我们想要查看
——》
为了实现我们想要查看

github.com/CnTransGroup/EffectiveModernCppChinese - 24633a4253a642c4144b501196f9496d7c9b1248 authored over 2 years ago by AllenMH <[email protected]>
fix: spell error: is_instegral -> is_integral (#115)

github.com/CnTransGroup/EffectiveModernCppChinese - 4eef4daa0fe3c916a7bfc816bbacf962f65afeef authored over 2 years ago by sunyuhan19981208 <[email protected]>
错字:又->右

github.com/CnTransGroup/EffectiveModernCppChinese - 21913eef28e23370ff4c0599241614b28dc9335f authored over 2 years ago by sunyuhan19981208 <[email protected]>
使用更合适的翻译

github.com/CnTransGroup/EffectiveModernCppChinese - 69501f75e395d8f271d33431cc967b931e2acd95 authored almost 3 years ago by Yi Yang <[email protected]>
重述完美转发部分内容

github.com/CnTransGroup/EffectiveModernCppChinese - 3ba7f7123a46893c5a7e26cb2c6b652ad458bce2 authored almost 3 years ago by Yi Yang <[email protected]>
Update item3.md

update formatting in lvalue-reference-to-non-const and lvalue-references-to-const

github.com/CnTransGroup/EffectiveModernCppChinese - 3f18cacbc1e353ea59086e65760ddafacc846bc1 authored almost 3 years ago by YIN, Gang <[email protected]>
fix: close issue #109

github.com/CnTransGroup/EffectiveModernCppChinese - 86e04b0f1e181ff625255fe35ca26da04cdba724 authored almost 3 years ago by wendajiang <[email protected]>
[Item 42]补充关于regex构造的一些说明 (#104)

LGTM

github.com/CnTransGroup/EffectiveModernCppChinese - 27dd9cc12d86328794a252eb5f65e8078729d745 authored almost 3 years ago by swordsmanbababa <[email protected]>
Update 5.RRefMovSemPerfForw/item28.md

Co-authored-by: Yi Yang <[email protected]>

github.com/CnTransGroup/EffectiveModernCppChinese - 76cfccee0d11de4e850df7fedc5200e06c793e7d authored about 3 years ago by standback <[email protected]>
item28: update item28

fix translate error

github.com/CnTransGroup/EffectiveModernCppChinese - 5aed21b25d22b50412f7520c11cdb48e09fea48a authored about 3 years ago by jason_wang <[email protected]>
typo:item24变量命名错误

As mentioned in #100

github.com/CnTransGroup/EffectiveModernCppChinese - 1dabbe57e4a5a14ecf4155f4720df567f7c49e89 authored over 3 years ago by Yi Yang <[email protected]>
Merge pull request #95 from yrf105/patch-1

Update item34.md

github.com/CnTransGroup/EffectiveModernCppChinese - 0fc48e456c16925aa4302b5270dd2def055748ff authored over 3 years ago by Yi Yang <[email protected]>
Merge pull request #98 from ichn-hu/patch-1

Fix typo

github.com/CnTransGroup/EffectiveModernCppChinese - 76848344b05d69df2452d5ae2a46e29177a7d6fb authored over 3 years ago by Yi Yang <[email protected]>
Merge pull request #97 from standback/master

[96]chapter1.item3: fix tranlate error

github.com/CnTransGroup/EffectiveModernCppChinese - 95f1f01a9b9bfa7b4794e7e064cc3e9c4c9d1d21 authored over 3 years ago by Yi Yang <[email protected]>
[96]chapter1.item3: fix tranlate error

:Release Notes:
With that form of declaration, autodoes mean that type deduction will take place.

github.com/CnTransGroup/EffectiveModernCppChinese - b7e6038b8ad48ccc66d2f8f2fc618c99f3572d1a authored over 3 years ago by jason_wang <[email protected]>
Merge pull request #94 from Frank997/patch-1

更正item 42:可以被编译通过的代码被注释为“错误”

github.com/CnTransGroup/EffectiveModernCppChinese - 4763ba5c76747679904379461521b33e6da07d2a authored over 3 years ago by Yi Yang <[email protected]>
Update item42.md

更正一处小错误。

github.com/CnTransGroup/EffectiveModernCppChinese - 943bfb2dcd94c9d9390aff188f35be2c22b7373d authored over 3 years ago by Frank997 <[email protected]>
Merge pull request #93 from aierui/typo_fix

typo fix: move semantics

github.com/CnTransGroup/EffectiveModernCppChinese - 5466488cb38d85c0cc3c98206571a9c6ca783dbb authored over 3 years ago by Yi Yang <[email protected]>
Merge pull request #90 from xris1658/patch-1

Update item5.md

github.com/CnTransGroup/EffectiveModernCppChinese - 66dfa84f9e4f0c1305cd7bbcb79f314a048c7672 authored over 3 years ago by Yi Yang <[email protected]>
Update item5.md

Updated translation in Line 135

github.com/CnTransGroup/EffectiveModernCppChinese - ccae0d124ed333317bf3053962459f17b1dd8e37 authored over 3 years ago by xris1658 <[email protected]>
Merge pull request #88 from DongCX-LDHSP/AddLink

Fix Issues86&87:填充item3.md和item40.md中的空链接为相应内容

github.com/CnTransGroup/EffectiveModernCppChinese - aed9d0f6fdbea02df3354828648c553d1eb551ae authored over 3 years ago by Yi Yang <[email protected]>
填充item3.md和item40.md中的空链接为相应内容

github.com/CnTransGroup/EffectiveModernCppChinese - 7c75b974025511c2c3a9ffc1381dee835864c7f8 authored over 3 years ago by DongCX-LDHSP <[email protected]>
Merge pull request #84 from chronoby/master

Fix a spelling mistake

github.com/CnTransGroup/EffectiveModernCppChinese - 84716449b3e1e377cecac5913f50b5502fd6cdcf authored over 3 years ago by Yi Yang <[email protected]>
Merge pull request #83 from icgw/master

item10: 建议翻译时区分两个概念——基础类型(fundamental type)和底层类型(underlying type)

github.com/CnTransGroup/EffectiveModernCppChinese - 67606ecaebeb218606c0dd644bc0b86e9f2e2a05 authored over 3 years ago by Yi Yang <[email protected]>
基础类型 -> 底层类型

github.com/CnTransGroup/EffectiveModernCppChinese - 119699fd56fb4e744792de1861ae8fe4c5c8d195 authored over 3 years ago by Guowei Chen <[email protected]>
Update item39.md

github.com/CnTransGroup/EffectiveModernCppChinese - 6f573676e06a6ddaad059d20eab515c03f20c11b authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item40.md

github.com/CnTransGroup/EffectiveModernCppChinese - 1d2fdd4e79a185a9fac68f31f6bca29ecc2f4442 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item6.md

github.com/CnTransGroup/EffectiveModernCppChinese - 7259d1d6c987a793e59d6140b048f746a33460f2 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item4.md

github.com/CnTransGroup/EffectiveModernCppChinese - 04e2e271f8ffb1ffebcd3175f90ff3989a5a8b27 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item3.md

github.com/CnTransGroup/EffectiveModernCppChinese - c8844c50f4425cd8127e8e1d0587f2af155f65a2 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Merge pull request #79 from icgw/cguowei

Update item24.md: modify some statements and format style

github.com/CnTransGroup/EffectiveModernCppChinese - 5886d338fda4ade6bd9b58b14c2902acd0bb2a4c authored almost 4 years ago by Yi Yang <[email protected]>
Update item24.md: modify some statements and format style

github.com/CnTransGroup/EffectiveModernCppChinese - ac31bf731afeb2660af4a6636ea927eddf50b3da authored almost 4 years ago by Guowei Chen <[email protected]>
Update item2.md

github.com/CnTransGroup/EffectiveModernCppChinese - 3002675f67b12928fe6e7baa3d73e68d913801d0 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item1.md

github.com/CnTransGroup/EffectiveModernCppChinese - 750cb03e338818373d5acab8df141f3a71cc57fb authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update Introduction.md

github.com/CnTransGroup/EffectiveModernCppChinese - cfa71743075a1e5009b97811b8534fbd37a98816 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Merge pull request #78 from neko-horikawaraiko/neko-horikawaraiko-patch-1

fix item23-42

github.com/CnTransGroup/EffectiveModernCppChinese - 369666334aee3a1ab72cbd81195bb0d102b1b40d authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item42.md

github.com/CnTransGroup/EffectiveModernCppChinese - 999ad96c7a5fda998aacc377d2b55d995ef042ed authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item41.md

github.com/CnTransGroup/EffectiveModernCppChinese - 53d669ae0b731e9dc3597a734965644718195a25 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item39.md

github.com/CnTransGroup/EffectiveModernCppChinese - 062e83b74508e953a8972e2707ecc98878ea2de1 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item37.md

github.com/CnTransGroup/EffectiveModernCppChinese - 91d728cd0b541ea913b207e44215943122aab639 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item36.md

github.com/CnTransGroup/EffectiveModernCppChinese - 8909979986f71f38c082d6c749afd1843a843507 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item34.md

github.com/CnTransGroup/EffectiveModernCppChinese - b92311739d1ac64e41a69ec011256139cbd70b47 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item33.md

github.com/CnTransGroup/EffectiveModernCppChinese - 04601315189155f5907bb7f7973d6cf4dbf15ae5 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item31.md

github.com/CnTransGroup/EffectiveModernCppChinese - d12cba48af9a78ccf7785e218b3eaf666a3df160 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item30.md

github.com/CnTransGroup/EffectiveModernCppChinese - cae792278d0581b16b72f8fd5e5d43176f54a288 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Merge branch 'master' into neko-horikawaraiko-patch-1

github.com/CnTransGroup/EffectiveModernCppChinese - fd71cc7b83549ac40692b422998ca74851606237 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item28.md

github.com/CnTransGroup/EffectiveModernCppChinese - 27ee2c1d6e283951d7688f16b0d9d7b97693ba17 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item26.md

github.com/CnTransGroup/EffectiveModernCppChinese - 1b4847b8f84ac2df4115138deed8666c751d0831 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item24.md

github.com/CnTransGroup/EffectiveModernCppChinese - d3869f0024a198d66c2d3a9c4a88119f7b053f0a authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item25.md

github.com/CnTransGroup/EffectiveModernCppChinese - 529954b11fc550b930a9d311754d1c8fbf4f9b84 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item26.md

Co-authored-by: Yi Yang <[email protected]>

github.com/CnTransGroup/EffectiveModernCppChinese - e5a611b14e406844e06f8e5a2b11767989c1c34b authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item39.md

github.com/CnTransGroup/EffectiveModernCppChinese - 70d4cb313eddd3b0be7596f35728d53f3278c875 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>