├── LICENSE ├── README.md ├── contribution.md ├── idea-intro.md ├── members.md └── plan └── 2017-spring-semester.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MOOC & Open Source Group 2 | 3 | >东岳 Mos 组 4 | 5 | [![](https://img.shields.io/badge/member-13-blue.svg)](https://github.com/dyweb/mos/blob/master/members.md) 6 | ![](https://img.shields.io/badge/%20focus-MOOC%20%26%20open%20source%20-blue.svg) 7 | 8 | ## 开源贡献 9 | 10 | 请见 [contribution.md](./contribution.md) 11 | 12 | ## 活动 13 | 14 | ### 不定期活动 15 | 16 | 1. 出 idea,实现并开源,力求小而美 ([Idea 承包指南](./idea-intro.md)) 17 | 2. 论文阅读活动 18 | 3. 相关开源项目技术分享 19 | 20 | ## 招新 21 | 22 | 长期有效 23 | 24 | - 基础要求 25 | - 至少了解一门编程语言 (如 Java, C++ 等); 26 | - 熟悉 [GitHub Flow](https://guides.github.com/introduction/flow/); 27 | - 给超过 50 star 的开源项目贡献过代码,或者自己维护有超过 10 个 star 的开源项目 28 | 29 | ## [成员](members.md) 30 | -------------------------------------------------------------------------------- /contribution.md: -------------------------------------------------------------------------------- 1 | # 开源贡献 2 | 3 | [@gaocegege]: https://github.com/gaocegege 4 | [@ComMouse]: https://github.com/ComMouse 5 | [@at15]: https://github.com/at15 6 | [@jasonliu747]: https://github.com/jasonliu747 7 | 8 | ## 由东岳成员维护的项目 9 | 10 | ### Kubeflow 11 | 12 | [Kubeflow](https://github.com/kubeflow) 是由 Google, Caicloud 等公司参与的开源社区,希望提高用户在 Kubernetes 上运行机器学习工作负载的体验,[@gaocegege][] 是社区的核心维护者 13 | 14 | ### SJTUThesis 15 | 16 | [SJTUThesis](https://github.com/sjtug/SJTUThesis) 是交大学位论文 LaTeX 模板,由 [@gaocegege][] 和 [@at15][] 维护。 17 | 18 | ### Electsys 19 | 20 | [Electsys](https://github.com/laohyx/electsys) 是交大选课插件,由 [@ComMouse][] 维护。 21 | 22 | ### Awesome-SE 23 | 24 | [awesome-se](https://github.com/SJTU-SE/awesome-se) 是上海交通大学软件学院本科编程作业参考, 由 [@jasonliu747][] 维护, 前任维护者是 [@gaocegege][]。 25 | 26 | ### Deedy-Resume-for-Chinese 27 | 28 | [Deedy-Resume-for-Chinese](https://github.com/gaocegege/Deedy-Resume-for-Chinese) 是适合应届毕业生的 LaTeX 简历模板, 由 [@gaocegege][] 实现并维护。 29 | 30 | ### Processing.R 31 | 32 | [Processing.R](https://github.com/gaocegege/Processing.R) 是一个 Processing 的 mode,使得 R 语言用户能够使用 Processing 来进行可视化的探索,由 [@gaocegege][] 实现并维护。 33 | 34 |

35 | 36 | 37 | 38 |

39 | 40 |

41 | 42 | 43 | 44 | 45 | 46 |

47 | 48 | ### Scrala 49 | 50 | [Scrala](https://github.com/gaocegege/scrala) 是一个由 scala 实现的爬虫框架,灵感来自 scrapy,由 [@gaocegege][] 实现并维护。 51 | 52 | ### Maintainer 53 | 54 | [Maintainer](https://github.com/gaocegege/maintainer) 是一个帮助你的 GitHub Repository 生成 Authors 列表,Contribution 指南,变更日志的 Command Line Interface 工具,由 [@gaocegege][] 实现并维护。 55 | 56 | ### Visual Studio Code Plugin for coala 57 | 58 | [coala-vs-code](https://github.com/coala/coala-vs-code) 是一个为[coala](https://coala.io) 实现的 Visual Studio Code 插件,现已经捐献给社区,由 [@gaocegege][] 实现并维护。 59 | 60 | ### Toknight 61 | 62 | [Tosknight](https://github.com/siglt/tosknight) 是定期获得腾讯、网易、知乎、百度等网站的用户协议或者隐私条款,并且记录它们的版本变化, 合作实现的探索性作品, 由 [@gaocegege][] 实现并维护。 63 | 64 | ## 东岳成员贡献过的项目 65 | 66 | ### SJTU 学位论文 LaTeX 模板 67 | 68 | [SJTUThesis](https://github.com/weijianwen/SJTUThesis) 是上海交通大学的学位论文 LaTeX 模板,为其实现了英文大摘要,替换版权字体等等功能,由 [@gaocegege][],[@at15][] 等贡献。 69 | 70 | - https://github.com/weijianwen/SJTUThesis/commits?author=at15 71 | - https://github.com/weijianwen/SJTUThesis/commits?author=gaocegege 72 | 73 | ### TiDB 74 | 75 | [TiDB](https://github.com/pingcap/tidb) 是一个 NewSQL 的数据库,为其贡献了代码覆盖率统计,实现了 truncate 逻辑等,由 [@gaocegege][] 贡献。 76 | 77 | - https://github.com/pingcap/tidb/commits?author=gaocegege 78 | 79 | ### Docker 80 | 81 | [Docker](https://github.com/moby/moby) 是一个容器虚拟化的运行时与工具,为其实现了 `docker service ps -q` 子命令参数,由 [@gaocegege][] 贡献。 82 | 83 | - https://github.com/moby/moby/commits?author=gaocegege 84 | 85 | ### runc 86 | 87 | [runc](https://github.com/opencontainers/runc) 是一个创建和运行遵循 OCI 标准的容器的 Command Line Interface 的工具,为修复上游 Docker 的 bug 提交了些许修改,由 [@gaocegege][] 贡献。 88 | 89 | - https://github.com/opencontainers/runc/commits?author=gaocegege 90 | 91 | ### Pouch 92 | 93 | [Pouch](https://github.com/alibaba/pouch) 是阿里巴巴开源的开源容器引擎, 为其升级了 Travis CI 中 Go 版本以及移除了对系统路径的 hack, 由 [@gaocegege][] 贡献。 94 | 95 | - https://github.com/alibaba/pouch/commits?author=gaocegege 96 | -------------------------------------------------------------------------------- /idea-intro.md: -------------------------------------------------------------------------------- 1 | # Idea 承包指南 2 | 3 | 首先,所有的 idea 在 [issues tagged by kind/idea](https://github.com/dyweb/mos/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Akind%2Fidea%20) 中可以看到。 4 | 5 | ## 认领 idea 6 | 7 | 在对应的 idea 下回复 #dibs 即可,同样,如果看到有人回复 #dibs,该 idea 已经被人认领。随后 idea 会被加上 status/claimed 的 tag,该 issue 会被 assign 给认领者。 8 | 9 | 认领者需要在 issue 中记录实现进度,没有 deadline 但如果过长时间没有任何进度的 update,会被撤销 status/claimed 的 tag,重新变为等待认领的 idea。 10 | 11 | 如果需要在 dyweb 下创建 repo,可在 issue 下 **@dyweb/mos** 12 | 13 | 可以多人认领同一个 idea 共同实现。 14 | 15 | ## 实现 idea 16 | 17 | 实现不设定 deadline,不限定任何要求,只要认为自己有能力去做都可以认领。语言不限,实现方式不限。不过推荐使用主流语言(C++, Java, Scala, PHP, Javascript, Golang, Rust, Lua, Python, Ruby, Haskell, Swift 等),起码是 production ready 的语言,便于维护。 18 | 19 | 实现过程中有任何问题,都可在 issue 中 at 任意成员,或其他 idea 相关人来讨论交流。 20 | 21 | 总之一切都是为了能够实现出来,语言等等均没有要求。 22 | -------------------------------------------------------------------------------- /members.md: -------------------------------------------------------------------------------- 1 | ## 成员 2 | 3 | ### 高策 4 | 5 | [@gaocegege](https://github.com/gaocegege),目前比较关注 [docker/docker](https://github.com/docker/docker) 和 [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). 6 | > 我是一个: 7 | > 8 | >* 还有两年就要毕业的研一猫 9 | >* Github Heavy User,可以不吃饭,不能不上同性交友网站 10 | >* 刺客信条粉,虽然已经不怎么玩了 11 | > 12 | > More on [About Me](http://gaocegege.com/Blog/about/) or [My Resume](http://gaocegege.com/resume/cn/) 13 | 14 | 女朋友要我加上的: 15 | 16 | ``` 17 | 不许不吃饭(╯ ‵ □′)╯︵┴─┴ 18 | ``` 19 | 20 | ### 杨文杰 21 | 22 | [@mrmiywj](https://github.com/mrmiywj), 目前精力投入在 [rust](https://rust-lang.org) 社区, [servo/servo](https://github.com/servo/servo) 和 [pingcap/tikv](https://github.com/tikv). 23 | > 我是一个: 24 | > 25 | >* 即将毕业滚粗的大四 CS 狗T.T 26 | >* 关注开源社区, 函数式编程的布道者, 各个领域略通一二的吹水嘴强王者... 27 | >* 兴趣杂食, 桌游爱好者, (守望先锋玩家) 28 | > 29 | > More on [About Me](https://blog.ivanyang.me) 30 | 31 | ### 朱成 32 | 33 | [@arrowrowe](https://github.com/arrowrowe), 目前精力投入在[实习](http://yitutech.com/), 兼顾 [dyweb](https://github.com/dyweb/) 的日常. 34 | > 我是一个: 35 | > 36 | >* 即将毕业滚粗的大四数学狗 T.T 37 | >* 数据工程师新人, Web 前后端半坑, 开坑不填爱好者 38 | >* 伪东方宅 39 | > 40 | > More on [About Me](http://arrowrowe.me) 41 | 42 | 43 | ### 张宇宁 44 | 45 | [@codeworm96](https://github.com/codeworm96), 目前精力投入在写大作业和寻找实习。 46 | > 我是一个: 47 | > 48 | >* (即将 . 即将) 毕业滚粗的大三 SE 狗 T.T 49 | >* 缺少正规训练的 programming language 爱好者,想写 [Rust](https://rust-lang.org) 50 | >* 伪铁道爱好者 51 | > 52 | > More on [My Resume](https://codeworm96.github.io/resume/) 53 | 54 | ### 钱圣轶 55 | 56 | [@JasonQSY](https://github.com/JasonQSY). 57 | > 我是一个: 58 | > 59 | >* 不即将毕业的大二密院狗 =,= 60 | >* 数据分析和 web 后端爱好者, Github 活跃用户 61 | >* Civilization & Stellaris 玩家 -> Steam @JasonQSY 62 | > 63 | > More on [About Me](http://jasonqian.me) 64 | 65 | ### 秦连柯 66 | 67 | [@brucechin](https://github.com/brucechin). 68 | > 我是一个: 69 | > 70 | >* 刚投入软工怀抱的大二狗 71 | >* 缺少大一正规训练,目前正在恶补基础的学渣 72 | >* 已戒游戏,仍喜欢看书打网球 73 | > 74 | 75 | ### 张成伟 76 | [@paradise6](https://github.com/paradise6). 77 | > 我是一个: 78 | > 79 | >* 刚进大三的信安狗 80 | >* 网络安全爱好者,对linux内核和漏洞感兴趣 81 | >* 大学毕业前就想搞事,搞事,搞事 82 | > 83 | 84 | ### 金勇旭 85 | [@JosephKim6](https://github.com/JosephKim6). 86 | > 我是一个: 87 | > 88 | >* 软件工程大二狗 89 | >* 正在寻找感兴趣,能focus的领域,求大佬带飞 90 | >* 日文Vocaloid爱好者 91 | > 92 | 93 | ### 李鹏帅 94 | [@bertlps](https://github.com/bertlps). 95 | > 我是一个: 96 | > 97 | >* IEEE大三狗 98 | >* 偏好网络方向,然而比较菜 99 | >* 大佬们搞事情记得带上我 100 | > 101 | 102 | ### 郭家贤 103 | [@CR-Gjx](https://github.com/CR-Gjx). 104 | > 我是一个: 105 | > 106 | >* CS大三狗 107 | >* 刚入门AI,现在很菜...有感兴趣的童鞋可以一同探讨 108 | >* 若有关于足球的活动记得带上我0.0(游戏or运动) 109 | > 110 | 111 | ### 周奔 112 | [@gigaflw](https://github.com/gigaflw). 113 | > 我是一个: 114 | > 115 | >* IEEE 大三 116 | >* 做过前端 117 | >* 在看 AI 118 | >* (´・ω・`) 119 | > 120 | 121 | ### 王瑞扬 122 | 123 | [@xplorld](https://github.com/xplorld),目前比较关注分布式。 124 | > 我是一个: 125 | > 126 | >* 美帝研究生研一,May 2019 毕业 127 | >* 什么都会做一点点(求求你我什么都会做的)。 128 | >* 看点历史书,玩点 Paradox 游戏,想养猫 129 | >* @mrmiywj 的迷弟 130 | >* 感觉毕业要失业……有美帝 2019 Summer Offer 的请砸过来!!! 131 | >* [写作练习](https://github.com/xplorld/writings) 132 | > 133 | > More on [简历](https://github.com/xplorld/resume/raw/master/cn.pdf) [My Resume](https://github.com/xplorld/resume/raw/master/en.pdf) 134 | > 135 | 136 | ### 段云智 137 | [@clouduan](https://github.com/clouduan). 138 | > 我是一个: 139 | > 140 | >* 材料大二狗,是个工具控 141 | >* 没有特别专注的方向,喜欢尝鲜然无一专精 142 | >* 向往 Meachine Learning,讨厌 Big Data 143 | >* 玩且只玩 [Ingress](https://www.ingress.com/) 和 Minecraft 两款游戏 144 | >* 无限 ym 楼上楼下的各位大佬 Orz 145 | > 146 | -------------------------------------------------------------------------------- /plan/2017-spring-semester.md: -------------------------------------------------------------------------------- 1 | # MOS 组的第一个学期 2 | 3 | ## 活动安排 4 | 5 | ### 不定期的分享 6 | 7 | #### GSoC 专题分享 8 | 9 | 预计 {undefined} 进行,由 [@mrmiywj](https://github.com/mrmiywj) 进行,可能还会邀请其他有过申请经历的同学一起。 10 | 11 | 希望能够在 GSoC 开始之前进行。 12 | 13 | ### 定期分享 14 | 15 | 从 [@gaocegege](https://github.com/gaocegege) 开始,从二月份开始,每个月一次,固定在每个月 {undefined} 进行,prefer 线下分享,如果觉得其他方式更好亦可,出于精力问题,分享时间尽量把握在半小时之内。 16 | --------------------------------------------------------------------------------