forked from nzufelt/open_source_movement_csc630
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
159 lines (159 loc) · 14.2 KB
/
resources.html
File metadata and controls
159 lines (159 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' >
<title>CSC630: The Open Source Movement</title>
<link rel='stylesheet' type='text/css' href='./assets/styles/main.css' />
<meta name='description' content='CSC630: The Open Source Movement, Phillips Academy Andover, Winter 2018'/>
<meta name='keywords' content='computer science, open source' />
<meta name='robots' content='index,follow' />
</head>
<body>
<div id='wrapper'>
<header>
<div class='gradient'></div>
<div class='content'>
<h1><a href='index.html'>CSC630: The Open Source Movement</a> // Resources <span class='right'><p>Phillips Academy Andover  ▪  Winter 2018</p></span></h1>
</div>
<div class='nav-wrapper'>
<nav>
<a href='assignments.html'>Assignments</a>
<a href='resources.html'>Resources</a>
<a href='git.html'>Git Cheatsheet</a>
<a href='essays.html'>Essays</a>
<a href="projects.html">Projects</a>
<a href="memes.html">Memes</a>
<a href='https://github.com/nzufelt/open_source_movement_csc630/' class='right'>On GitHub</a>
</nav>
</div>
</header>
<main id="content">
<section id="section1">
<article>
<p>
<strong>TO-DO:</strong> populate this page, starting from <a href="https://github.com/nzufelt/open_source_movement_csc630/blob/master/resources/resources.md">this document</a>.
</p>
</article>
<div id="readme" class="readme blob instapaper_body">
<article class="markdown-body entry-content" itemprop="text">
<h3><a href="#getting-started-or-how-to-contribute-type-articles" aria-hidden="true" class="anchor" id="user-content-getting-started-or-how-to-contribute-type-articles"></a>Getting started, or "How to contribute" type articles</h3>
<ul>
<li><a href="https://opensource.guide/how-to-contribute/" rel="nofollow">Github's guide on contributing to open source</a></li>
<li><a href="https://overcast.fm/+EYZox6-iw" rel="nofollow">Talk Python to Me podcast</a></li>
<li><a href="http://lineardigressions.com/episodes/2017/10/15/happy-hacktoberfest" rel="nofollow">Linear Digressions podcast on hacktoberfest</a></li>
<li><a href="https://channel9.msdn.com/Events/Build/2016/T613" rel="nofollow">20-minute talk on first PR</a>
<ul>
<li><a href="https://www.youtube.com/watch?v=UTi9ALZxx2E" rel="nofollow" rel="nofollow">Same talk on YouTube</a></li>
</ul>
</li>
<li><a href="https://github.com/adriennefriend/imposter-syndrome-disclaimer">An "Imposter Syndrome Disclaimer" that one can add to your repos</a></li>
<li><a href="https://github.com/MunGell/awesome-for-beginners">Awesome Beginners</a></li>
<li><a href="https://opensource.googleblog.com/2017/09/announcing-google-code-in-2017.html" rel="nofollow">Google Code-in competition</a></li>
</ul>
<h3><a href="#history" aria-hidden="true" class="anchor" id="user-content-history"></a>History</h3>
<p>Articles on the history of open source</p>
<ul>
<li><a href="https://www.cmpod.net/history_of_open_source_pt1/" rel="nofollow">Curious Minds podcast</a>--Interview with Richard Stallman on the History of Free and Open Source Software, and <a href="https://www.cmpod.net/history-open-source-free-software-pt-2-w-special-guests-richard-stallman-tim-oreilly/" rel="nofollow">part two</a></li>
<li><a href="https://en.wikipedia.org/wiki/History_of_free_and_open-source_software" rel="nofollow">https://en.wikipedia.org/wiki/History_of_free_and_open-source_software</a></li>
<li><a href="https://www.longsight.com/learning-center/history-open-source" rel="nofollow">https://www.longsight.com/learning-center/history-open-source</a></li>
<li><a href="http://opencommons.uconn.edu/cgi/viewcontent.cgi?article=1009&context=libr_pubs" rel="nofollow">http://opencommons.uconn.edu/cgi/viewcontent.cgi?article=1009&context=libr_pubs</a></li>
<li><a href="http://www.catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/index.html" rel="nofollow">The Cathedral and the Bazaar</a></li>
<li><a href="https://pdfs.semanticscholar.org/2798/c07f676531e4da9d1b3372c88c37457bd4af.pdf" rel="nofollow">Coase's Penguin</a></li>
<li><a href="http://royal.pingdom.com/2010/01/15/the-9-most-important-events-in-open-source-history/" rel="nofollow">this top 9 list</a> plus the other things from the comments:
<ul>
<li>Cathedral and the Bazaar, as above</li>
<li>Debian instead of Ubuntu</li>
<li>OpenOffice?</li>
<li>Sun and Java</li>
<li><a href="https://www.linkedin.com/pulse/history-red-hat-software-its-role-open-source-movement-evan-kirstel/" rel="nofollow">Red Hat</a></li>
</ul>
</li>
<li>Useful book on the history? <a href="http://www.oreilly.com/openbook/opensources/book/index.html" rel="nofollow">http://www.oreilly.com/openbook/opensources/book/index.html</a></li>
<li><a href="https://en.wikipedia.org/wiki/Open-source_software_movement" rel="nofollow">https://en.wikipedia.org/wiki/Open-source_software_movement</a></li>
<li>awful timeline website but maybe has some useful things <a href="https://create.piktochart.com/output/2385023-history-of-the-open-source-movem" rel="nofollow">https://create.piktochart.com/output/2385023-history-of-the-open-source-movem</a></li>
<li>linux <a href="https://en.wikipedia.org/wiki/History_of_Linux#The_creation_of_Linux" rel="nofollow">https://en.wikipedia.org/wiki/History_of_Linux#The_creation_of_Linux</a></li>
<li>google and android?</li>
</ul>
<h3><a href="#what-to-include-in-your-repo" aria-hidden="true" class="anchor" id="user-content-what-to-include-in-your-repo"></a>What to include in your repo</h3>
<ul>
<li><a href="https://github.com/numpy/numpy/blob/master/doc/example.py">example.py for numpy</a></li>
<li><a href="https://github.com/rails/rails/blob/master/CODE_OF_CONDUCT.md">Rails Code of conduct (CODE_OF_CONDUCT.md)</a></li>
<li><a href="https://github.com/rails/rails/blob/master/CONTRIBUTING.md">Rails Contributing guidelines (CONTRIBUTING.md)</a></li>
</ul>
<h3><a href="#debate-re-financingmanaging-open-source" aria-hidden="true" class="anchor" id="user-content-debate-re-financingmanaging-open-source"></a>Debate re: financing/managing open source</h3>
<ul>
<li><a href="https://twitter.com/adamrackis/status/932291293442691073" rel="nofollow">https://twitter.com/adamrackis/status/932291293442691073</a></li>
<li><a href="https://twitter.com/sehurlburt/status/907018758396325888" rel="nofollow">https://twitter.com/sehurlburt/status/907018758396325888</a></li>
<li><a href="https://twitter.com/adamrackis/status/931195056479965185" rel="nofollow">https://twitter.com/adamrackis/status/931195056479965185</a></li>
<li><a href="https://medium.com/open-collective/sustainoss-the-report-881e4b12d180" rel="nofollow">https://medium.com/open-collective/sustainoss-the-report-881e4b12d180</a></li>
<li><a href="https://techcrunch.com/2014/02/13/please-dont-tell-me-you-want-to-be-the-next-red-hat/" rel="nofollow">https://techcrunch.com/2014/02/13/please-dont-tell-me-you-want-to-be-the-next-red-hat/</a></li>
<li><a href="https://techcrunch.com/2016/02/09/the-money-in-open-source-software/" rel="nofollow">https://techcrunch.com/2016/02/09/the-money-in-open-source-software/</a></li>
</ul>
<h3><a href="#git-internals" aria-hidden="true" class="anchor" id="user-content-git-internals"></a>git internals</h3>
<ul>
<li><a href="https://codewords.recurse.com/issues/two/git-from-the-inside-out" rel="nofollow">https://codewords.recurse.com/issues/two/git-from-the-inside-out</a></li>
<li>MAYBE? <a href="https://www.sbf5.com/%7Ecduan/technical/git/" rel="nofollow">https://www.sbf5.com/%7Ecduan/technical/git/</a></li>
</ul>
<h3><a href="#learning-git" aria-hidden="true" class="anchor" id="user-content-learning-git"></a>Learning git</h3>
<ul>
<li><a href="https://try.github.io/levels/1/challenges/1" rel="nofollow">Try git</a>--HW</li>
<li><a href="https://swcarpentry.github.io/git-novice/" rel="nofollow">Software Carpentry git introduction</a></li>
<li><a href="https://learngitbranching.js.org/" rel="nofollow">Learn git Branching</a>--assumes a basic understanding, draws the visual graphs without actually working with any source code.</li>
<li><a href="https://git-scm.com/book/en/v2" rel="nofollow">https://git-scm.com/book/en/v2</a></li>
<li><a href="https://www.youtube.com/watch?v=1ffBJ4sVUb4" rel="nofollow">Git for ages 4 and up long youtube video</a></li>
<li><a href="https://github.com/k88hudson/git-flight-rules/blob/master/README.md#flight-rules-for-git">github's "flight rules for git"</a></li>
<li><a href="http://tom.preston-werner.com/2009/05/19/the-git-parable.html" rel="nofollow">The git Parable</a>--a fun trip through the uses of git.</li>
</ul>
<h3><a href="#adjacent-learning" aria-hidden="true" class="anchor" id="user-content-adjacent-learning"></a>Adjacent Learning</h3>
<ul>
<li><a href="https://guides.github.com/features/mastering-markdown/">Mastering markdown</a></li>
</ul>
<h3><a href="#prs" aria-hidden="true" class="anchor" id="user-content-prs"></a>PRs</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=1kA7oD7ftsM&feature=youtu.be#t=1m40s" rel="nofollow">jake vdp live sklearn pr</a></li>
<li><a href="https://www.youtube.com/watch?v=rgbCcBNZcdQ" rel="nofollow">jake vdp example pr</a></li>
<li><a href="http://www.hanselman.com/blog/GetInvolvedInOpenSourceTodayHowToContributeAPatchToAGitHubHostedOpenSourceProjectLikeCode52.aspx" rel="nofollow">Blog post</a> detailing a simple PR to a markdown reader</li>
</ul>
<h3><a href="#licensing" aria-hidden="true" class="anchor" id="user-content-licensing"></a>Licensing</h3>
<ul>
<li><a href="https://www.toptal.com/open-source/developers-guide-to-open-source-licenses" rel="nofollow">Developer’s Guide to Open Source Licenses</a></li>
</ul>
<h2><a href="#ideas" aria-hidden="true" class="anchor" id="user-content-ideas"></a>Ideas</h2>
<ul>
<li>Clean up harsh English in READMEs</li>
<li><a href="https://github.com/MunGell/awesome-for-beginners">awesome-beginners, a list of awesome beginner-friendly projects</a></li>
<li><a href="http://up-for-grabs.net/" rel="nofollow">http://up-for-grabs.net/</a>, a curated list of tasks intended for new contributors</li>
<li><a href="https://www.codetriage.com/" rel="nofollow">https://www.codetriage.com/</a></li>
<li><a href="https://github.com/showcases/great-for-new-contributors">https://github.com/showcases/great-for-new-contributors</a></li>
<li><a href="http://www.firsttimersonly.com/" rel="nofollow">http://www.firsttimersonly.com/</a></li>
<li>python3-ify a library (maintain a new fork)
<ul>
<li>An <a href="https://docs.python.org/3/howto/pyporting.html">article</a> on porting code from Python 2 to 3</li>
</ul>
</li>
</ul>
<h2><a href="#extra" aria-hidden="true" class="anchor" id="user-content-extra"></a>Extra</h2>
<h3><a href="#managing-an-oss-project" aria-hidden="true" class="anchor" id="user-content-managing-an-oss-project"></a>Managing an oss project</h3>
<ul>
<li><a href="https://opensource.guide/building-community/" rel="nofollow">building community article</a></li>
<li><a href="https://blog.safia.rocks/post/166949604104/evangelizing-for-open-source" rel="nofollow">safia blog: evangilizing for OSS</a></li>
<li><a href="https://www.contributor-covenant.org/" rel="nofollow">CODE_OF_CONDUCT.md</a></li>
<li><a href="https://blog.kentcdodds.com/first-timers-only-78281ea47455" rel="nofollow">making your library more beginner friendly</a>, for example including a <a href="https://github.com/formly-js/angular-formly/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a></li>
</ul>
<h3><a href="#package-python" aria-hidden="true" class="anchor" id="user-content-package-python"></a>package python</h3>
<ul>
<li><a href="https://packaging.python.org/" rel="nofollow">https://packaging.python.org/</a></li>
<li><a href="https://www.reddit.com/r/Python/comments/5ww44y/a_simple_guide_for_python_packaging_small_things/" rel="nofollow">https://www.reddit.com/r/Python/comments/5ww44y/a_simple_guide_for_python_packaging_small_things/</a></li>
<li><a href="http://veekaybee.github.io/2017/09/26/python-packaging/" rel="nofollow">http://veekaybee.github.io/2017/09/26/python-packaging/</a></li>
<li><a href="https://github.com/kennethreitz/setup.py">https://github.com/kennethreitz/setup.py</a></li>
</ul>
</article>
<style type="text/css">a {color: black}</style>
</div>
</section>
</main>
<footer><p>Made with ❤ at Phillips Academy.</p></footer>
</div>
<script src='scripts/header.js'></script>
</body>
</html>