Requirements:
- Ruby, rubygems
- Octokit.rb installed
- SourceClear CLI agent installed
- Your GitHub access token available in your ENV as
GITHUB_TOKEN
{ | |
"Version": "2012-10-17", | |
"Id": "S3PolicyId1", | |
"Statement": [ | |
{ | |
"Sid": "IPAllow", | |
"Effect": "Allow", | |
"Principal": "*", | |
"Action": "s3:getObject", | |
"Resource": "arn:aws:s3:::BUCKETNAME/*" |
Requirements:
GITHUB_TOKEN
#!/usr/bin/env ruby | |
domains = {} | |
ARGF.each do |email| | |
domain = email.split("@").last.strip | |
if domains[domain] | |
domains[domain] += 1 | |
else | |
domains[domain] = 1 |
The first time I heard of the Clash was in high school. I was working on the school newspaper, and one day a fellow named Dave Vogel came in with a copy of London Calling that he was showing off to anybody who was willing to listen. I thought the cover of the album was really cool, and asked him "is it heavy metal?" He said "no, but it's really great." I doubted him, but asked if I could borrow it, and I made
This is Tom's thesis on Optimizing for Happiness, the core idea behind how we work: | |
http://tom.preston-werner.com/2010/10/18/optimize-for-happiness.html | |
Ryan has two really great pieces on GitHub management style and organization: | |
http://tomayko.com/writings/management-style | |
http://tomayko.com/writings/adopt-an-open-source-process-constraints | |
Zach has written and presented a ton on how GitHub works: | |
http://zachholman.com/talk/keeping-people/ | |
http://zachholman.com/posts/chat/ |
To toast:
brew install imagemagick
)$ bundle install
$ ./get_token [user] [pass]
$ export GHUSER=[myuser]
Information is power. But like all power, there are those who want to keep it for themselves. The world’s entire scientific and cultural heritage, published over centuries in books and journals, is increasingly being digitized and locked up by a handful of private corporations. Want to read the papers featuring the most famous results of the sciences? You’ll need to send enormous amounts to publishers like Reed Elsevier.
There are those struggling to change this. The Open Access Movement has fought valiantly to ensure that scientists do not sign their copyrights away but instead ensure their work is published on the Internet, under terms that allow anyone to access it. But even under the best scenarios, their work will only apply to things published in the future. Everything up until now will have been lost.
That is too high a price to pay. Forcing academics to pay money to read the work of their colleagues? Scanning entire libraries but only allowing the folks at Google to read them? Providing scientific a
Brain Dump List (GTD) | |
What is on your desk? | |
What is in your bag? | |
What is in those piles? | |
What notes did you make in meetings? | |
What notes did you make on documents? | |
What email caught your attention? | |
What is coming up on your calendar? | |
What projects are close to shipping? |
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over a million people use GitHub to build amazing things together.