Skip to content

Instantly share code, notes, and snippets.

@BetaStacks
BetaStacks / abbeyConnorsBio.js
Last active August 21, 2017 16:08
TTS of McDillDesign Team Bios
$( document ).ready(function() {
//Abbey Connor
//
var hidePlay_abbeyConnorsBio = function(){ $('.play_abbeyConnorsBio').hide(); };
var showPlay_abbeyConnorsBio = function(){ $('.play_abbeyConnorsBio').show(); };
var hidePause_abbeyConnorsBio = function(){ $('.pause_abbeyConnorsBio').hide(); };
var showPause_abbeyConnorsBio = function(){ $('.pause_abbeyConnorsBio').show(); };
@BetaStacks
BetaStacks / create-mysql.bash
Last active July 27, 2017 13:57 — forked from askz/create-mysql.bash
Simple bash script to create mysql db, user with generated password
#!/bin/bash
# The script will fail at the first error encountered
set -e
echo "Type the name for your database, followed by [ENTER]:"
read DB
echo "Type the username for your database, followed by [ENTER]:"
read USR
@BetaStacks
BetaStacks / ___readme.md
Last active December 17, 2017 04:36
This script will walk you through installing everything you need to jumpstart your Raspbian projects.

Welcome

Greetings,

piNomite aims to provide you with all the tools and resources you need to jumpstart your Raspberry Pi projects. Please let me know if you have any feature request or discover any bugs.

Cheers,

  Brandon