This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
import posixpath | |
import argparse | |
import urllib | |
import os | |
from SimpleHTTPServer import SimpleHTTPRequestHandler | |
from BaseHTTPServer import HTTPServer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as angular from 'angular'; | |
import { Observable, Subject, Subscription } from '@reactivex/rxjs'; | |
export interface Message { | |
channel: Function; | |
content: any; | |
} | |
/** | |
* @description AngularJS service singleton implementing simple publish/subscribe message bus to provide decoupled communication of commands & events |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const int c = 261; | |
const int d = 294; | |
const int e = 329; | |
const int f = 349; | |
const int g = 391; | |
const int gS = 415; | |
const int a = 440; | |
const int aS = 455; | |
const int b = 466; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --- settings --- | |
$feedUrlBase = "https://www.nuget.org/api/v2/" | |
# the rest will be params when converting to funclet | |
$latest = $true | |
$overwrite = $false | |
$top = 5000 #use $top = $null to grab all | |
$destinationDirectory = join-path ([Environment]::GetFolderPath("MyDocuments")) "NuGetLocal" | |
# --- locals --- | |
$webClient = New-Object System.Net.WebClient |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Octopus.Acquire.MaxParallelism | |
Octopus.Action[Deploy Cardio API - Host].Azure.CertificateBytes | |
Octopus.Action[Deploy Cardio API - Host].Azure.CertificateThumbprint | |
Octopus.Action[Deploy Cardio API - Host].Azure.CloudServiceName | |
Octopus.Action[Deploy Cardio API - Host].Azure.Endpoint | |
Octopus.Action[Deploy Cardio API - Host].Azure.Slot | |
Octopus.Action[Deploy Cardio API - Host].Azure.StorageAccountName | |
Octopus.Action[Deploy Cardio API - Host].Azure.SubscriptionId | |
Octopus.Action[Deploy Cardio API - Host].Azure.SwapIfPossible | |
Octopus.Action[Deploy Cardio API - Host].Azure.UploadedPackageUri |