Responsive credit card validation with card.js.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # ================================================================== | |
| # __ __ | |
| # ____ ___ ____ / /_____ _/ /_ ____ | |
| # / __ \/ _ \/ __ \/ __/ __ `/ __ \/ __ \ | |
| # / /_/ / __/ / / / /_/ /_/ / / / / /_/ / | |
| # / .___/\___/_/ /_/\__/\__,_/_/ /_/\____/ | |
| # /_/ | |
| # Pentaho CARTE startup scripts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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=" 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <canvas id="canvas"></canvas> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| ,--. ,--. | |
| ((O ))--((O )) | |
| ,'_`--'____`--'_`. | |
| _: ____________ :_ | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| |_| |/__________\| |_| | |
| |________________| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
OlderNewer