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
<html> | |
<head> | |
<script src="js-1.js"></script> | |
<script src="js-2.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> | |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
/* | |
FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman ([email protected]) | |
Screenshot : http://d.pr/i/cznH | |
Based on work by : Lukáš Brandejs | |
https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600); | |
* { |
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
<!DOCTYPE html> | |
<html ng-app="RSSFeedApp"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>AngularJS Feed Reader - jsFiddle demo</title> | |
<script type='text/javascript' src="//code.jquery.com/jquery-1.9.1.min.js"></script> | |
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.1/angular.min.js'></script> | |
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css"> | |
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-responsive.min.css"> |
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
#This works for me for a Redmine Install with passenger in Hostmonster. | |
production: | |
email_delivery: | |
delivery_method: :smtp | |
smtp_settings: | |
ssl : true | |
address: "hostXXX.hostmonster.com" | |
port: '465' | |
domain: "example.com" |
NewerOlder