Skip to content

Instantly share code, notes, and snippets.

@NeilCFord
NeilCFord / 1.md
Last active December 19, 2015 17:04 — forked from daniellevass/1.md
christmas countdowns

#Christmas Countdowns

we're going to look at making a count down timer that you can use with the littlebits or put on a website

1. JSFiddle

Start a new JSFiddle

2. JQuery

@NeilCFord
NeilCFord / node-red
Last active August 29, 2015 14:16 — forked from Belphemur/node-red
#!/bin/bash
### BEGIN INIT INFO
# Provides: node-red
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start or stop the node-red server
### END INIT INFO
# Can be downloaded and installed in one go by using this command
#!/bin/bash
# Check for Homebrew,
# Install if we don't have it
if test ! $(which brew); then
echo "Installing homebrew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Update homebrew recipes
brew update