Skip to content

Instantly share code, notes, and snippets.

View Ebaneck's full-sized avatar
🎯
Focusing

Claude Ebaneck Ebaneck

🎯
Focusing
View GitHub Profile
#!/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
@Ebaneck
Ebaneck / pentaho.sh
Last active September 10, 2015 22:08 — forked from terrancesnyder/pentaho.sh
pentaho
#! /bin/sh
# ==================================================================
# __ __
# ____ ___ ____ / /_____ _/ /_ ____
# / __ \/ _ \/ __ \/ __/ __ `/ __ \/ __ \
# / /_/ / __/ / / / /_/ /_/ / / / / /_/ /
# / .___/\___/_/ /_/\__/\__,_/_/ /_/\____/
# /_/
# Pentaho CARTE startup scripts
@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 / credit-card-validation-with-card-js.markdown
Created September 6, 2016 12:20
Credit card validation with card.js

Credit card validation with card.js

Responsive credit card validation with card.js.

A Pen by Le roi on CodePen.

License.

@Ebaneck
Ebaneck / index.html
Created September 6, 2016 13:39
Material Design (CSS-based) - Tiles
<div class="dashboard display-animation" style="margin: 0 auto; width: 1130px;">
<a class="tile tile-lg tile-pink ripple-effect" href="#">
<span class="content-wrapper">
<span class="tile-content">
<span class="tile-img" style="background-image: url(http://www.google.com/design/images/google_spec.png);"></span>
<span class="tile-holder tile-holder-sm">
<span class="title"><b>Antenatal Monitoring</b></br> Our Antenatal platform is built to provide messages on schedules to pregnant woment. The messages consist of reminders to clinic visits and health specific messages to pregnant women at different gestation periods</span>
</span>
</span>
</span>
@Ebaneck
Ebaneck / index.html
Created September 6, 2016 15:02
Vehicle make/model/trim picker
<script type="text/javascript" src="//use.typekit.net/uvs8amk.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<div class="form">
<!-- <input placeholder="Zip Code"> -->
<select data-placeholder="&nbsp;Year" class="chzn-select year" style="width:70px;" tabindex="1" id="year">
<option value=""></option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
@Ebaneck
Ebaneck / index.html
Created November 14, 2016 09:48
Separation #2
<canvas id="canvas"></canvas>
@Ebaneck
Ebaneck / index.html
Created November 14, 2016 09:52
Woohooo!
<h1>
<span>w</span>
<span>o</span>
<span>o</span>
<span>h</span>
<span>o</span>
<span>o</span>
<span>o</span>
<span>!</span>
</h1>
@Ebaneck
Ebaneck / index.html
Created November 14, 2016 09:59
The Last Experience
<!--
,--. ,--.
((O ))--((O ))
,'_`--'____`--'_`.
_: ____________ :_
| | ||::::::::::|| | |
| | ||::::::::::|| | |
| | ||::::::::::|| | |
|_| |/__________\| |_|
|________________|
package com.nkdroid.firstaid;
/**
* Created by macowner on 16/07/30.
*/
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;