Skip to content

Instantly share code, notes, and snippets.

View BusFactor1Inc's full-sized avatar

BusFactor1 Inc. BusFactor1Inc

  • BusFactor1 Inc.
  • Canada
View GitHub Profile
@BusFactor1Inc
BusFactor1Inc / nock.lisp
Last active May 1, 2019 23:22 — forked from burtonsamograd/nock.lisp
A Nock Interpreter and Compiler in Common Lisp #Urbit
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; nock.lisp - The Interpretation and Compilation of Nock Programs.
;;
;; Nock is the Maxwell's Equations of Software. It is a language that
;; powers the Urbit virtual machine; its specification can fit on a
;; t-shirt[1].
;;
;; In this set of Common Lisp functions below are 'tar',
;; a Nock interpreter, 'dao', a Nock compiler and 'phi',
;; a Nock compiler driver.
@BusFactor1Inc
BusFactor1Inc / heidi-voice-control-shell-example.applescript
Created May 15, 2017 04:39
An example AppleScript Voice Control Shell named "Heidi"
-- AppleScript Voice Control Shell, Heidi
--
-- BusFactor1 Inc. - 2017
set commands to {"help", "exit", "screensaver", "laugh", "tell me a joke"}
on hear(commands)
try
tell application "SpeechRecognitionServer" -- <callout id="code.osx-voice-automation.scpt.speechrecognizer"/>
activate