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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>~/code/KNotes/schema.js.html</title> | |
<meta name="Generator" content="Vim/7.3"> | |
<meta name="plugin-version" content="vim7.3_v6"> | |
<meta name="syntax" content="javascript"> | |
<meta name="settings" content="use_css,number_lines"> | |
<style type="text/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
--------- ------------- ------- | |
|.......| |.......|...| |.....|* | |
--------- ----.......-------...........| |--...-S- | |
|.......| |..........................-S- --.......| | |
|......------- |--...........<............|* |.......-- | |
|..--........-----..........................|. |.-..---- | |
--..--.-----........|[email protected]| |-..-- | |
--..--.*| -----------..................---.----------..-- | |
|...--.| |.*S...S..............---................-- |
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
import urllib2 | |
SENDER = '[email protected]' | |
RECEVIERS = ['[email protected]'] | |
def send_message(message) | |
try: | |
smtpObj = smtplib.SMTP('localhost') | |
smtpObj.sendmail(SENDER, RECEVIERS, message) | |
print "Successfully sent email" |
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
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> | |
<os:ShortName>Github</os:ShortName> | |
<os:Description>Search the Github site for Repositories, Users, Source Code and Projects</os:Description> | |
<os:InputEncoding>UTF-8</os:InputEncoding> | |
<os:Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAD///8A////AMDAwD5ycnKNZGRkm5aWlmf4+PgG////AP///wD///8A////AP///wD///8A////AP///wD///8A////AL6+vj8oKCjXAAAA/QAAAP0EBAT6hoaGeP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wAsLCzTAgIC/aKiolzCwsI8Pj4+wQAAAP3a2tok////AP///wD///8A////AP///wD///8A////AP///wD///8APDw8wgQEBPq2trZI0tLSK0hISLYAAAD9zs7OMP///wD///8A////AP///wD///8A////AP///wD///8A////ANra2iQ6OjrFAAAA/QAAAP0MDAzzeHh4h/r6+gOysrJMqqqqVPr6+gP///8Avr6+P4qKinS0tLRK////AP///wD///8ASkpKtQgICPeqqqpU6OjoFf///wD8/PwB |
NewerOlder