Skip to content

Instantly share code, notes, and snippets.

View jletourneau's full-sized avatar

Jack Letourneau jletourneau

View GitHub Profile
@jletourneau
jletourneau / timed_mute.scpt
Last active August 29, 2015 14:22
Timed mute AppleScript
global mute_time
global wait_complete
on run
display dialog "Mute for how many seconds?" default answer "120"
set mute_time to text returned of result as number
set volume with output muted
set wait_complete to 0
@jletourneau
jletourneau / bg_gradient.html
Created February 20, 2015 15:32
CSS text background gradients
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS text gradient</title>
<style type="text/css">
h1 {
display: inline;
font: bold 72px 'Helvetica Neue', Helvetica, sans-serif;
line-height: 1;