Skip to content

Instantly share code, notes, and snippets.

View arfon's full-sized avatar
:shipit:

Arfon Smith arfon

:shipit:
View GitHub Profile
@arfon
arfon / README.md
Last active August 29, 2015 13:56
GitHub forks of astropy

Closer (orange) nodes are ahead of astropy/astropy:master, the size of the node is proportional to the number of commits ahead (mouseover for forkname).

Outer (grey) nodes are either identical or behind astropy/astropy:master, i.e. no commits have been made on these forks ahead of the parent repo.

@arfon
arfon / README.md
Last active August 29, 2015 13:56
GitHub forks of octokit/octokit.rb

Closer (orange) nodes are ahead of octokit/octokit.rb:master, the size of the node is proportional to the number of commits ahead (mouseover for forkname).

Outer (grey) nodes are either identical or behind octokit/octokit.rb:master, i.e. no commits have been made on these forks ahead of the parent repo.

@arfon
arfon / forks.rb
Created March 3, 2014 02:53
Fork node network
require 'octokit'
require 'pry'
require 'hashie'
require 'json'
require 'active_support/all'
class Fork < Hashie::Dash
property :full_name
property :created_at
property :forks_count
@arfon
arfon / map.geojson
Created March 24, 2014 14:30
Raoul's bar -- March 25th at 7:30pm
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arfon
arfon / lowe2014.geojson
Created April 20, 2014 00:31
Stuart Lowe, RTW 2014 current location
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
% "Hello World" in Mercury.
% This source file is hereby placed in the public domain. -fjh (the author).
:- module hello.
:- interface.
:- import_module io.
:- pred main(io::di, io::uo) is det.
@Grapes([
@Grab('redis.clients:jedis:1.5.1'),
@GrabConfig(systemClassLoader=true)
])
import redis.clients.jedis.*
performTest("unencoded", null) {n, e->
n.toString()
}
@arfon
arfon / code.jsonld
Last active August 29, 2015 14:02
Minimal code.jsonld
{
"@context": "http://schema.org",
"@type": "Code",
"name": "Fidgit",
"codeRepository": "https://github.com/arfon/fidgit",
"citation": "http://dx.doi.org/10.6084/m9.figshare.828487",
"description": "An ungodly union of GitHub and Figshare http://fidgit.arfon.org",
"dateCreated": "2013-10-19",
"license": "http://opensource.org/licenses/MIT",
"author": {
@arfon
arfon / code.jsonld
Last active August 29, 2015 14:02
Archival code.jsonld
{
"@context": "http://schema.org",
"@type": "Code",
"name": "Fidgit",
"codeRepository": "https://github.com/arfon/fidgit",
"citation": "http://dx.doi.org/10.6084/m9.figshare.828487",
"description": "An ungodly union of GitHub and Figshare http://fidgit.arfon.org",
"dateCreated": "2013-10-19",
"license": "http://opensource.org/licenses/MIT",
"author": [
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.