octokit/octokit.net activity on GitHub similar to https://github.com/blog/2195-the-shape-of-open-source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The MIT License (MIT) | |
Copyright (c) 2018 Arfon Smith | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
github/VisualStudio activity on GitHub similar to https://github.com/blog/2195-the-shape-of-open-source
Jekyll activity on GitHub similar to https://github.com/blog/2195-the-shape-of-open-source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "$PS1" ]; then | |
#PS1="[\u@\h:\w] " | |
PS1="\[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]" | |
PS1="\[\033[01;32m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]" | |
#case `id -u` in | |
# 0) PS1="${PS1}# ";; | |
# *) PS1="${PS1}$ ";; | |
#esac | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'digest' | |
class EventParseError < StandardError; end | |
class EventTransform | |
attr_accessor :actor, :created_at, :raw_event, :id, :org, :other, :payload, :is_public, :repo, :type | |
def initialize(event_json) | |
@raw_event = event_json | |
@other = Hash.new |
I hereby claim:
- I am arfon on github.
- I am arfon (https://keybase.io/arfon) on keybase.
- I have a public key ASDmGO8GpkwxMW24CCNpKhDKNw2WR_oiNPAJBN8DsvWwhgo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context":"http://schema.org", | |
"@type":"ScholarlyArticle", | |
"headline":"Implementing Transitive Credit with JSON-LD", | |
"dateCreated":"2014-07-10", | |
"keywords":"transitive credit, credit for code, json-ld, linked data", | |
"author":[ | |
{ | |
"@type":"Person", | |
"name":"Daniel S. Katz", |