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
github.com/CnTransGroup/EffectiveModernCppChinese - 8edc363ea78d61cb42b034cad5d9767f8ee03c9b authored 10 months ago by Dong-Yiyuan <[email protected]>
* [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]>github.com/CnTransGroup/EffectiveModernCppChinese - 25a0569cdea894bbd57652e2413d75831d81e6ef authored 12 months ago by Dong-Yiyuan <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - a9f64e914cc2534fdef1474b8f7211e4211e7e22 authored 12 months ago by Dong-Yiyuan <[email protected]>
最后一段开头的一句话原文是“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]>github.com/CnTransGroup/EffectiveModernCppChinese - 1de81e61d53bf71a3d42a91e3f5143aff43ec3da authored over 1 year ago by 尚毛毛 <[email protected]>
原翻译易让人误解为“按值传递不会有切片问题”
github.com/CnTransGroup/EffectiveModernCppChinese - b25b7f7642ce12c7e2e85c24f0754a18596f618f authored over 1 year ago by v1nh1shungry <[email protected]>修改`incomplete type`翻译,改为符合广泛用词的`不完整类型`
github.com/CnTransGroup/EffectiveModernCppChinese - 7559edafc340d5b023e9d3cddfe3d30a675f15a1 authored over 1 year ago by L-Super <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - c4295e5ab4bc87a773cb0f8a6a59e94e21fd6195 authored over 1 year ago by YingQin Chen <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 45f9d5fec02fc1671955a98139ffce7d8ed4a12a authored over 1 year ago by hding <[email protected]>
除了纠正 std::mutex 的不可移动特性外,还修正了一个语句不通顺的地方,它在译文的第四行。
github.com/CnTransGroup/EffectiveModernCppChinese - 2fc6b628a9b0a1a3d06dec82f94be4a4565b88c7 authored over 1 year ago by Tau <[email protected]>* fix #150
* fix #149
github.com/CnTransGroup/EffectiveModernCppChinese - fa293eec236f529b1143529e2e8a7b4174de882b authored over 1 year ago by XiaoXKKK <[email protected]>Missing *
Co-authored-by: yekunxu <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - c70044e10785990651f385d14b37c5f5c0f038c5 authored over 1 year ago by yx <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - d2f59cdcd4acec185fbdb32a2364d7ba62727a23 authored over 1 year ago by ccyykkcyk <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 227fe3f2359bdab1ab566b7a9fc86cf852470ca8 authored almost 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - c6da931d93d8efccbacc6cd3db810c990acf6f14 authored almost 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 1c9d4ba5b8862df7927f9e7afb9a4a551f186c86 authored almost 2 years ago by Xingyu Feng <[email protected]>
std::make_unique<Derived>(); //关于std::make_unique
改为
std::make_unique<Derived>(); //关于s...
github.com/CnTransGroup/EffectiveModernCppChinese - 305485e38eaefe70584ce7a8a898afbb5416dc22 authored almost 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - dfaea82379220d95d3dc203b3a04ca5a4af391ec authored almost 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 8f0de3010ff6e5b702d23b1a9ebee2eb662e55b6 authored almost 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - a2296112eabba925d45bed1b5f9c73b88a014201 authored about 2 years ago by David <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - cb23d19dba5cd1cbc71a9e37bc78a3ffc663ba0b authored about 2 years ago by He <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 48c82517e76d56b63df44b6b9c17114794ec3513 authored about 2 years ago by Yi Yang <[email protected]>
对照英文原版,重新翻译了该语段
github.com/CnTransGroup/EffectiveModernCppChinese - 69d3be3a0843d47fb9d07f227889241e56c8cc77 authored about 2 years ago by L-Super <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 2a98bec46aa3715be12b92f0e0f5e24728b6eb17 authored about 2 years ago by LSuper <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - d0ad3dfdb99827052cbddf712f6ccb96f97647ab authored about 2 years ago by guojq <guojq>
github.com/CnTransGroup/EffectiveModernCppChinese - ea85b90155ba24200a95cece2cf44bc2fc54bad2 authored over 2 years ago by David <[email protected]>
“而非new”->“而非直接使用new”
github.com/CnTransGroup/EffectiveModernCppChinese - 47344d25f9697a2f92603ab4d79e22f43ea2e4be authored over 2 years ago by xris1658 <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 29a17211fbd72b3c0625d82bd08990206fa88fd4 authored over 2 years ago by xris1658 <[email protected]>
fix typo
github.com/CnTransGroup/EffectiveModernCppChinese - 870210524e16390df55d47e62cb9d8238d56a032 authored over 2 years ago by When <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - fcd6fce86f2e2d28d228bcc860dd2850fce19e33 authored over 2 years ago by miamiaoxyz <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 19b4e25c690e090cd4aaac5772fac69a5f918312 authored over 2 years ago by Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - faac919881e9ec899e8f3daedce0f27e77fcf5ad authored over 2 years ago by David <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - e1a7ee23580cc8044cc848f633b4a158c325c645 authored over 2 years ago by David <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 81c1293822696e7a8f47b57fa170baf95a577d3d authored over 2 years ago by David <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - edb1d73292f52c526ac515b5bc4ece9e344dc014 authored over 2 years ago by David <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - fc0d38a832fe99625b096a4407bff93a2674f4a9 authored over 2 years ago by David <[email protected]>
删除多余的“就会”
如果那样的话就会这里就会有一些问题
——》
如果那样的话这里就会有一些问题
删除多余的“我们”
为了实现我们我们想要查看
——》
为了实现我们想要查看
勘误
github.com/CnTransGroup/EffectiveModernCppChinese - 881a1e0030a8576bfca2600ec93b12b428f9839a authored over 2 years ago by Jllobvemy <[email protected]>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 - a534a8c8a1abdac8ba998328af8fcdb95b0ba1e9 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]>
github.com/CnTransGroup/EffectiveModernCppChinese - 2c034e9d97a0acbd73ab1fb0eb130a7d2f0b8ef0 authored almost 3 years ago by Yi Yang <[email protected]>
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]>github.com/CnTransGroup/EffectiveModernCppChinese - b7bd82fccd7dd37c792bad19403b98cb3dab1752 authored almost 3 years ago by ANOLASC <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 86e04b0f1e181ff625255fe35ca26da04cdba724 authored almost 3 years ago by wendajiang <[email protected]>
LGTM
github.com/CnTransGroup/EffectiveModernCppChinese - 27dd9cc12d86328794a252eb5f65e8078729d745 authored almost 3 years ago by swordsmanbababa <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 777471086e93938825c27ee72fc6b46c539765a7 authored about 3 years ago by Vmicode <[email protected]>
Co-authored-by: Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 76cfccee0d11de4e850df7fedc5200e06c793e7d authored about 3 years ago by standback <[email protected]>fix translate error
github.com/CnTransGroup/EffectiveModernCppChinese - 5aed21b25d22b50412f7520c11cdb48e09fea48a authored about 3 years ago by jason_wang <[email protected]>As mentioned in #100
github.com/CnTransGroup/EffectiveModernCppChinese - 1dabbe57e4a5a14ecf4155f4720df567f7c49e89 authored over 3 years ago by Yi Yang <[email protected]>Update item34.md
github.com/CnTransGroup/EffectiveModernCppChinese - 0fc48e456c16925aa4302b5270dd2def055748ff authored over 3 years ago by Yi Yang <[email protected]>Fix typo
github.com/CnTransGroup/EffectiveModernCppChinese - 76848344b05d69df2452d5ae2a46e29177a7d6fb authored over 3 years ago by Yi Yang <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - d5b2e2346857d78c0d37ced8a9437e9cb7a538e7 authored over 3 years ago by 虎 <[email protected]>
[96]chapter1.item3: fix tranlate error
github.com/CnTransGroup/EffectiveModernCppChinese - 95f1f01a9b9bfa7b4794e7e064cc3e9c4c9d1d21 authored over 3 years ago by Yi Yang <[email protected]>
:Release Notes:
With that form of declaration, autodoes mean that type deduction will take place.
github.com/CnTransGroup/EffectiveModernCppChinese - 5ccd9d013ce04abeb790819b19ddc4e9a051123f authored over 3 years ago by WDdxRW <[email protected]>
更正item 42:可以被编译通过的代码被注释为“错误”
github.com/CnTransGroup/EffectiveModernCppChinese - 4763ba5c76747679904379461521b33e6da07d2a authored over 3 years ago by Yi Yang <[email protected]>更正一处小错误。
github.com/CnTransGroup/EffectiveModernCppChinese - 943bfb2dcd94c9d9390aff188f35be2c22b7373d authored over 3 years ago by Frank997 <[email protected]>typo fix: move semantics
github.com/CnTransGroup/EffectiveModernCppChinese - 5466488cb38d85c0cc3c98206571a9c6ca783dbb authored over 3 years ago by Yi Yang <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 9d861578ac16608fac25503dec845a0a08bb39ee authored over 3 years ago by YIXIAO <[email protected]>
Update item5.md
github.com/CnTransGroup/EffectiveModernCppChinese - 66dfa84f9e4f0c1305cd7bbcb79f314a048c7672 authored over 3 years ago by Yi Yang <[email protected]>Updated translation in Line 135
github.com/CnTransGroup/EffectiveModernCppChinese - ccae0d124ed333317bf3053962459f17b1dd8e37 authored over 3 years ago by xris1658 <[email protected]>Fix Issues86&87:填充item3.md和item40.md中的空链接为相应内容
github.com/CnTransGroup/EffectiveModernCppChinese - aed9d0f6fdbea02df3354828648c553d1eb551ae authored over 3 years ago by Yi Yang <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 7c75b974025511c2c3a9ffc1381dee835864c7f8 authored over 3 years ago by DongCX-LDHSP <[email protected]>
Fix a spelling mistake
github.com/CnTransGroup/EffectiveModernCppChinese - 84716449b3e1e377cecac5913f50b5502fd6cdcf authored over 3 years ago by Yi Yang <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - cac842213d8273f0731c80231edbde2a73ff388b authored over 3 years ago by WBY <[email protected]>
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]>
github.com/CnTransGroup/EffectiveModernCppChinese - 6f573676e06a6ddaad059d20eab515c03f20c11b authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 1d2fdd4e79a185a9fac68f31f6bca29ecc2f4442 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 7259d1d6c987a793e59d6140b048f746a33460f2 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 04e2e271f8ffb1ffebcd3175f90ff3989a5a8b27 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - c8844c50f4425cd8127e8e1d0587f2af155f65a2 authored over 3 years ago by 猫耳堀川雷鼓 <[email protected]>
Update item24.md: modify some statements and format style
github.com/CnTransGroup/EffectiveModernCppChinese - 5886d338fda4ade6bd9b58b14c2902acd0bb2a4c authored almost 4 years ago by Yi Yang <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - ac31bf731afeb2660af4a6636ea927eddf50b3da authored almost 4 years ago by Guowei Chen <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 3002675f67b12928fe6e7baa3d73e68d913801d0 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 750cb03e338818373d5acab8df141f3a71cc57fb authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - cfa71743075a1e5009b97811b8534fbd37a98816 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
fix item23-42
github.com/CnTransGroup/EffectiveModernCppChinese - 369666334aee3a1ab72cbd81195bb0d102b1b40d authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 999ad96c7a5fda998aacc377d2b55d995ef042ed authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 53d669ae0b731e9dc3597a734965644718195a25 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 062e83b74508e953a8972e2707ecc98878ea2de1 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 91d728cd0b541ea913b207e44215943122aab639 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 8909979986f71f38c082d6c749afd1843a843507 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - b92311739d1ac64e41a69ec011256139cbd70b47 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 04601315189155f5907bb7f7973d6cf4dbf15ae5 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - d12cba48af9a78ccf7785e218b3eaf666a3df160 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - cae792278d0581b16b72f8fd5e5d43176f54a288 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - fd71cc7b83549ac40692b422998ca74851606237 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 27ee2c1d6e283951d7688f16b0d9d7b97693ba17 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 1b4847b8f84ac2df4115138deed8666c751d0831 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - d3869f0024a198d66c2d3a9c4a88119f7b053f0a authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - 529954b11fc550b930a9d311754d1c8fbf4f9b84 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>
Co-authored-by: Yi Yang <[email protected]>
github.com/CnTransGroup/EffectiveModernCppChinese - e5a611b14e406844e06f8e5a2b11767989c1c34b authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>github.com/CnTransGroup/EffectiveModernCppChinese - 70d4cb313eddd3b0be7596f35728d53f3278c875 authored almost 4 years ago by 猫耳堀川雷鼓 <[email protected]>