Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflection branch #410

Open
wants to merge 8 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ authors:
gravatar:
github: bdferr
twitter:
about: Brendan is an MSIS student from Virginia. In his free time, he writes articles about drug policy at ssdp.org/about/blog-contributors/brendan-ferreri-hanberry/ and at the-libertarian.co.uk, where he serves as an editor.
about: Brendan is an MSIS student from Virginia with an undergraduate degree in German. In his free time, he is attempting to improve his foreign language skills and doing subtitles for Amara.org.
tlchristian:
name: Thu-Mai Christian
prof: false
Expand Down
17 changes: 17 additions & 0 deletions _posts/2014-03-21-bdferr_gerbal_ncaa_post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout : post
author :
- grant
- bdferr
title : Grant and Brendan's collaboration
---

Brendan was at first confused about the placement of the NCAA repo; he had cloned it as ncaa inside of the spring2014 directory. Grant explained that “git repos do not live happily inside of each other,” so Brendan employed rm –rf ncaa. This one command removed all of the files in the ncaa directory, including all of the files in its subdirectories, then removed each subdirectory once it was empty, then removed the folder “ncaa” once it was empty. Brendan then respawned the ncaa directory outside of the spring2014 folder, so that it could have more Lebensraum.

After cloning the NCAA github repo in nitrous, Brendan made a branch called “wisconsin” inside it. He added the requested labels and pushed the file to the master branch for Grant to pull down to his own fork and edit, and Grant similarly entered the labels for the Arizona team on a newly created "Arizona" branch and pushed the Arizona file to the origin.

Brendan then pulled the Arizona file to his own fork and entered data about the Arizona Wildcats basketball team. Grant did the same for the Wisconsin Badgers.

Brendan did not know anything about basketball, but after searching Wikipedia and an ESPN [page](http://espn.go.com/mens-college-basketball/tournament/history/_/team1/5229) which Google (through Startpage.com) brought him to, he was able to find the relevant data.

Grant merged Brendan’s pull request [here](https://github.com/silshack/NCAA/pull/37), while Brendan merged Grant’s pull request [here](https://github.com/silshack/NCAA/pull/38).
11 changes: 11 additions & 0 deletions _posts/2014-03-28-bdferrembeddedtweet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout : post
author : bdferr
title : Bdferr's Embedded Tweet
---
Here is my tweet. I hope that this time it will be coming from the correct branch.

<blockquote class="twitter-tweet" lang="en"><p>My name is Brendan and I am making a tweet which does not propose an alternative theory of your conception.</p>&mdash; silshack (@silshack) <a href="https://twitter.com/silshack/statuses/448869006116929537">March 26, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

That is all.
11 changes: 11 additions & 0 deletions _posts/2014-04-26-bdferrfinalreflection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout : post
author : bdferr
title : Final Meetup Reflection
---

The meetup at Splat Space was mostly dedicated to talking with my classmates about the plans for our final project, which was useful although it could have been done outside of a coding meetup. There was also some discussion from other people there on unusual applications of Python which I had not been aware of, and one person present gave us an assessment of our general idea, deeming it ambitious but possible.

I found the two meetups of TriPython to be more helpful, though, as they involved hands-on learning on my part. Chris Calloway was very helpful in explaining Python functions to me. At the most recent meetup, was pleasantly surprised that I was eventually able to concentrate and improve my understanding of our team’s project in the noisy environment of a bar. I acquired his contact information and he has encouraged me to contact him in the future for coding-related assistance. As I will be remaining in Chapel Hill for most of the summer, I hope to attend more meetings of the TriPython group.

Incidentally, I learned while walking back to my car from the last meeting that Chris had some experience with OCR as well. This was part of the subject of my recently completed final paper for Information Retrieval, and I found the topic particularly interesting.
2 changes: 1 addition & 1 deletion exercises.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: "Exericises"
title: "Exercises"
---

## {{ site.course.number }} Exercises
Expand Down