Skip to content

Instantly share code, notes, and snippets.

View almmechanics's full-sized avatar

almmechanics

  • ALM Mechanics Ltd.
  • UK
View GitHub Profile
@almmechanics
almmechanics / ProteansMort.md
Last active November 2, 2023 18:02
Proteans Mort - Attribution

The Proteans Production of Mort used many samples from https://freesound.org, most utilise Creative Commons licenses, however the following have either Sampling + or Attribution 4.0 licenses:

Sample Author License
Hevonen ohi, kaviot / Horse passing by galloping on asphalt, hooves clattering YleArkisto Attribution 4.0
Harp Arpeggios - dissolved spell.wav gertraut_hecher Attribution 4.0
wilhelm.wav SweetNeo85 Sampling +
Glass Bounce OranTalbot Attribution 4.0
Cuckoo Clock, Single, A.wav inspectorj Attribution 4.0
@almmechanics
almmechanics / Levels.json
Created April 12, 2020 13:52
a-maze-ing
[
{
"index": 1,
"name": "Lets start somewhere...",
"steps": {
"gold": 34,
"silver": 38,
"bronze": 44
},
"grid": [
@almmechanics
almmechanics / AzureDevOpsConditionalPhase.md
Created April 12, 2019 11:54
Azure DevOps conditional build/release phases

Azure DevOps conditional build/release phases

A Variable can be used to enable/disable elements of build/release pipelines in Azure DevOps. This GIST shows how this can be implemented within a pipeline.

Creating the Variable

Within the Variables tab create a new variable for this toggle, and set this to a suitable default.

The following example creates a variable Deploy.Arm that defaults to false that can be overridden at the creation of the queue.

@almmechanics
almmechanics / AzureDevOpsConditionalPhase.md
Last active April 15, 2019 09:18
Azure DevOps conditional build/release phases

Azure DevOps conditional build/release phases

A Variable can be used to enable/disable elements of build/release pipelines in Azure DevOps. This GIST shows how this can be implemented within a pipeline.

Creating the Variable

Within the Variables tab create a new variable for this toggle, and set this to a suitable default.

The following example creates a variable Deploy.Arm that defaults to false that can be overridden at the creation of the queue.

@almmechanics
almmechanics / AzureDevOpsConditionalPhase.md
Created April 12, 2019 11:54
Azure DevOps conditional build/release phases

Azure DevOps conditional build/release phases

A Variable can be used to enable/disable elements of build/release pipelines in Azure DevOps. This GIST shows how this can be implemented within a pipeline.

Creating the Variable

Within the Variables tab create a new variable for this toggle, and set this to a suitable default.

The following example creates a variable Deploy.Arm that defaults to false that can be overridden at the creation of the queue.

@almmechanics
almmechanics / AzureDevOpsNaming.md
Last active July 8, 2020 12:11
Azure DevOps Build/Release pipeline naming patterns

Naming Patterns for Azure DevOps Build and Release Pipelines

The following are some 'good' patterns within Azure DevOps to allow visibility within Build and Release pipeline. They are not a replacement for symver but could easily be incorporated to increase visibility.

Current Problem

The defaults for AzureDevOps for naming only refer to the Build number without a context - this makes traceability difficult if you wish to use any of the built in reporting.

Build Pipelines