This file contains 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
<!-- JS tasks --> | |
<plugin> | |
<dependencies> | |
<dependency> | |
<groupId>commons-net</groupId> | |
<artifactId>commons-net</artifactId> | |
<version>1.4.1</version> | |
</dependency> | |
<dependency> | |
<groupId>ant</groupId> |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<title>everyday.io</title> | |
{% if g and g.debug %} | |
<link rel="stylesheet" href="css/colorslider.css" /> | |
<link rel="stylesheet" href="css/dateinput.css" /> | |
<link rel="stylesheet" href="css/bootstrap-1.3.0.min.css"> |
This file contains 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(55deg, #f06, yellow); | |
min-height:100%; |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 200px; | |
height: 130px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 200px; | |
height: 130px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 160px; | |
height: 90px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 160px; | |
height: 90px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
position: relative; |
This file contains 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
$ sudo adduser --system --no-create-home --disabled-login --disabled-password --group juggernaut | |
$ sudo mv ~/juggernaut2-for-init.d-startup.sh /etc/init.d/juggernaut | |
$ sudo chmod +x /etc/init.d/juggernaut | |
$ sudo update-rc.d -f juggernaut defaults |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 160px; | |
height: 90px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
position: relative; |
This file contains 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
.wrapper { | |
//margin: 50px auto; | |
width: 160px; | |
height: 90px; | |
background: white; | |
border-radius: 10px; | |
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 8px rgba(0,0,0,0.3); |
OlderNewer