I hereby claim:
- I am rbramley on github.
- I am rbramley (https://keybase.io/rbramley) on keybase.
- I have a public key ASC71to_cVAewQ77VuUV4CpZEqsRJahjOmNulEO_B1CJ4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"namespace": "CloudEvents", | |
"type": "record", | |
"name": "Event", | |
"fields": [ | |
{"name": "cloudEventsVersion", "type": "string", "doc": "The version of the CloudEvents specification which the event uses. This enables the interpretation of the context."}, | |
{"name": "eventType", "type": "string", "doc": "Type of the event data. Producers can specify the format of this, depending on their service. This enables the interpretation of data, and can be used for routing, policy and more."}, | |
{"name": "eventTypeVersion", "type": ["null", "string"], "doc": "The version of the event-type. This enables the interpretation of data by eventual consumers, requires the consumer to be knowledgeable about the producer."}, | |
{"name": "source", "type": "string", "doc": "This describes the event producer. Often this will include information such as the type of the event source, the organization publishing the event, and some unique idenfitiers. The exact syntax and semantics behind the data encoded in the URI is e |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* Script to list accounts/mailboxes from an Android ADB email dump. | |
* | |
* @author Robin Bramley (c) 2015 | |
*/ |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* Script to take an Android ADB email dump and process emails to .eml RFC822 | |
* format files. Does not handle attachments/multipart at present. | |
* | |
* <em>Notes:</em> |
@Grab(group='com.tinkerpop.blueprints', module='blueprints-neo4j-graph', version='2.4.0') | |
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-sail', version='2.4.0') | |
@Grab(group='org.openrdf.sesame', module='sesame-repository-sail', version='2.7.8') | |
@Grab(group='org.openrdf.sesame', module='sesame-queryparser-sparql', version='2.7.8') | |
import com.tinkerpop.blueprints.* | |
import com.tinkerpop.blueprints.oupls.sail.GraphSail | |
import com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph | |
import info.aduna.iteration.* |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* Migrate issues from one Googlecode project to another (e.g. if you need to rename). | |
* Note (line 39): fetch of issues from source project currently limited to 50 | |
* | |
* See: http://code.google.com/p/support/wiki/IssueTrackerAPI for API details |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* @author Robin Bramley (c) 2012 | |
* | |
* Groovy script to walk a Freemind node tree and count occurrences of leaf terms. | |
*/ |
/* | |
* Copyright 2011 the original author or authors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* @author Robin Bramley (c) 2011 | |
* | |
* Groovy meta-programming to 'bump' a counter in a map for conciseness. | |
*/ |
/** | |
* Copying and distribution of this file, with or without modification, | |
* are permitted in any medium without royalty provided the copyright | |
* notice and this notice are preserved. This file is offered as-is, | |
* without any warranty. | |
* | |
* @author Robin Bramley (c) 2011 | |
* | |
* Purpose: | |
* Of the deletions in an unoptimised Lucene index, how many were |