My VAR is my variable
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
(function(undefined) { | |
if (typeof(this.Opal) !== 'undefined') { | |
console.warn('Opal already loaded. Loading twice can cause troubles, please fix your setup.'); | |
return this.Opal; | |
} | |
// The Opal object that is exposed globally | |
var Opal = this.Opal = {}; | |
// All bridged classes - keep track to donate methods from Object |
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
class CustomSMTPConfigurationProvider extends Provider[SMTPConfiguration] { | |
override def get() = new SMTPConfiguration("typesafe.org", 1234) | |
} | |
class CustomMailerConfigurationModule extends Module { | |
def bindings(environment: Environment, configuration: Configuration) = Seq( | |
bind[SMTPConfiguration].toProvider[CustomSMTPConfigurationProvider] | |
) | |
} |
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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="Pragma" content="no-cache"> | |
<meta http-equiv="Expires" content="-1"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="Generator" content=""> | |
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAJEBoACtnfgA5cYYAERsiAEx2lAAbKkQAcazBACZCVwAcM1cAK0ucAAMDBQAnQncASG+FABkoVQAyWmgA6f8SgvH/Ij99+GLyIinyJfn/Yi//KSLzUy9iZogpIld3/4JVVTkid7vyUjNVNVJEAGOZ6Z7pXwAABpmZkRiLAAAGiJZpmGAAAEEt3SXdxAAATC7o/u3EAAC8MRZpjasAAAY1VVVTYAAABKqqqqpAAAAADKqq4AAAAAAAv4sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMADAADgAwAA4AcAAOAHAADgBwAAwAcAAOAHAADgDwAA8A8AAPg/AAD+fwAA"> | |
<style> |
I hereby claim:
- I am mogztter on github.
- I am ggrossetie (https://keybase.io/ggrossetie) on keybase.
- I have a public key whose fingerprint is B9F7 CFC8 FFE1 4C0D 9A9B AEA9 76FE 1782 2EE4 C889
To claim this, I am signing this object:
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
Return-path: <[email protected]> | |
Envelope-to: [email protected] | |
Delivery-date: Thu, 07 Mar 2013 08:55:34 -0800 | |
Received: from mail-la0-f42.google.com ([209.85.215.42]) | |
by sam.nabble.com with esmtp (Exim 4.72) | |
(envelope-from <[email protected]>) | |
id 1UDe6P-00048w-Mq | |
for [email protected]; Thu, 07 Mar 2013 08:55:34 -0800 | |
Received: by mail-la0-f42.google.com with SMTP id fe20so736444lab.1 | |
for <[email protected]>; Thu, 07 Mar 2013 08:55:27 -0800 (PST) |
NewerOlder