Skip to content

Instantly share code, notes, and snippets.

/*
Execute script using the interpreter:
$ swift appnap.swift "Skype"
or compile it first then run:
$ swiftc -O appnap.swift
$ ./appnap "(?i)skype" # (?i) — ignore case
*/
import AppKit
@anongit
anongit / index.html
Created January 17, 2017 15:43 — forked from syntagmatic/index.html
Nutrient Parallel Coordinates
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Nutrient Database Explorer</title>
<link rel="stylesheet" type="text/css" href="parallel.css" />
</head>
<body>
<div id="header">
<h1>Nutrient Explorer</h1>