Skip to content

Instantly share code, notes, and snippets.

View Ebaneck's full-sized avatar
🎯
Focusing

Claude Ebaneck Ebaneck

🎯
Focusing
View GitHub Profile
@Ebaneck
Ebaneck / index.html
Created September 6, 2016 11:41
Sign-Up/Login Form
<div class="form">
<ul class="tab-group">
<li class="tab active"><a href="#signup">Sign Up</a></li>
<li class="tab"><a href="#login">Log In</a></li>
</ul>
<div class="tab-content">
<div id="signup">
<h1>Sign Up for Free</h1>
@Ebaneck
Ebaneck / pentaho.sh
Last active September 10, 2015 22:08 — forked from terrancesnyder/pentaho.sh
pentaho
#! /bin/sh
# ==================================================================
# __ __
# ____ ___ ____ / /_____ _/ /_ ____
# / __ \/ _ \/ __ \/ __/ __ `/ __ \/ __ \
# / /_/ / __/ / / / /_/ /_/ / / / / /_/ /
# / .___/\___/_/ /_/\__/\__,_/_/ /_/\____/
# /_/
# Pentaho CARTE startup scripts
#!/bin/sh
# Usernames who will be using the Dropbox service
DROPBOX_USERS="username"
DAEMON=.dropbox-dist/dropboxd
start() {
echo "Starting dropbox..."
for dbuser in $DROPBOX_USERS; do