Skip to content

Instantly share code, notes, and snippets.

View dcutting's full-sized avatar

Dan Cutting dcutting

View GitHub Profile
@dcutting
dcutting / boxdrive.swift
Created November 15, 2016 13:38
Looks up how many UK companies exist for all 2-permutations of a given list of words.
import Foundation
func boxdrive() {
let words = ["drop", "box", "live", "drive"]
let template = "https://beta.companieshouse.gov.uk/search?q={name}"
let permutations = blended(words: words)
let results = fetchResults(for: permutations, template: template)
print(results)
@dcutting
dcutting / README.md
Last active December 24, 2015 15:14 — forked from christiangalsterer/README.md
Dashing Number of issues in Jira query

Description

A Dashing widget to display the number of issues returned by a Jira filter search. The number of issues will be displayed using the Numbers widget. See also the Atlassian Jira: Number of issues in a Jira filter query for a more generalised version which allows to run any JQL query directly from the widget.

Dependencies

The following dependencies are required. Please add them to your dashing gemfile.

gem 'jira-ruby', :require => 'jira'
@dcutting
dcutting / README.md
Last active December 24, 2015 12:02 — forked from gavinbunney/README.md

Bamboo Plan Dashing Widget

Dashing widget to display plan build details from your Bamboo instance.

Forked from Gavin Bunney.

Installation

Automatic

To install this widget, run this command from your Dashing directory: