Skip to content

Instantly share code, notes, and snippets.

View pappu687's full-sized avatar

Md. Mahbubur Rahman pappu687

View GitHub Profile
@pappu687
pappu687 / redmine-hostmonster-email-smtp
Created November 12, 2012 13:10
Redmine SMTP Email Config for Hostmonster
#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"
@pappu687
pappu687 / global-js
Last active August 29, 2015 14:01
JavaScript Global
<html>
<head>
<script src="js-1.js"></script>
<script src="js-2.js"></script>
</head>
<body>
</body>
</html>
@pappu687
pappu687 / 0_reuse_code.js
Created April 14, 2014 15:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console