Skip to content

Instantly share code, notes, and snippets.

  • sign in with twitter
  • import favourites
  • email user when import complete
  • view list of favourites
  • view all faves with images
  • view all faves with/out links
  • archive fave (de faves but kept on site)
  • search faves
  • search faves linked pages (so when import, save a cache of the article content or link included)
  • order by date
@Relequestual
Relequestual / request_schema.json
Created November 3, 2014 12:03
MatchMakerExchange Search Request json-schema file which can be used for validation of MME requests. This is used in the Decipher project at time of posting.
{
"type":"object",
"$schema": "http://json-schema.org/draft-03/schema",
"title": "MatchMakerExchange Search Request",
"name": "MatchMakerExchangeSearchRequest",
"required":true,
"properties":{
"id": {
"type":"string",
"maxLength":255,
@Relequestual
Relequestual / keybase.md
Created November 11, 2014 10:24
keybase.md

Keybase proof

I hereby claim:

  • I am Relequestual on github.
  • I am relequestual (https://keybase.io/relequestual) on keybase.
  • I have a public key whose fingerprint is C55E 97EB 864D 2984 91BE 35F2 476E C3A2 DB2A 4974

To claim this, I am signing this object:

PHP on Pow.cx

Install Pow

$ curl get.pow.cx | sh

Install PHP with MySQL

$ curl -O https://raw.github.com/gist/4129846/7ae1709453a8a19ce9c030bf41d544dd08d96d85/php.rb

$ mv php.rb brew --prefix/Library/Formula

@Relequestual
Relequestual / BaseScene.swift
Created February 2, 2016 12:47
How to delegate a touch event to an entity when the entity has a component where the SKSpriteNode was defined, and the spritenode is underneeth another node based on z-index
// BaseScene.swift
// Hospital Demo
//
// Created by Ben Hutton on 17/11/2015.
// Copyright © 2015 Ben Hutton. All rights reserved.
//
import Foundation
import SpriteKit
import GameplayKit
@Relequestual
Relequestual / idrefschema.json
Created February 7, 2018 16:55
Modified question schema
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"allOf": [
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "http:/example.org/example.schema.json",
"type": "object",
"properties": {
"type": {
@Relequestual
Relequestual / proposal.md
Last active April 8, 2019 10:59
GA4GH Search API Proposal

GA4GH Search API Proposal - Components

Executive Summary

The Matchmaker Exchange API is a successful live operating system which has resulted in real world life altering discoveries. Work on the Matchmaker Exchange API has shown that, while meeting most of the limited MME use cases, a more generalised discovery based API needs to be flexible, extensible, and planned for long term use.

A new discovery search based API should be expected to be in use for a minimum two decades once operational.

Keeping the barrier to entry low while not compromising on utility is essential. Each implementation of the API should be able to update to newer versions of the API at their own pace, without compromising interoperability. Each data repository exposing its data must be able to use as much or as little data for searching and responding to requests, is key.

"questionA": {
"type": "object",
"properties": {
"answer": {
"type": "string",
"minLength": 1,
"enum": ["Yes", "No"]
}
}
}
@Relequestual
Relequestual / search_api_rc_5_retrospective.md
Last active September 4, 2019 14:58
Search API - RC 5 Retrospective

Search API - RC 5 Retrospective

Preface

A retrospective is an agile process for continuous improvement of a team and their processes.

Firstly, thank you all for your contributions to the Search API specification, and those who spent much time leading up to the plenary implementing and raising questions! I know first-hand that open source work is hard, especially with a distributed team, committing time as and when they are able.

Thank you also to those who were able to attend the GA4GH plenary in Basel a while back. We had some great discussions, and I feel I made some great connections across other workstreams and projects.

@Relequestual
Relequestual / a path forward.md
Last active November 4, 2019 11:36
GA4GH Search - A path forward