I hereby claim:
- I am devav2 on github.
- I am devaraj (https://keybase.io/devaraj) on keybase.
- I have a public key ASD_eUh1GYtCCzHmbTfpM0kVsvn2FUHWNpqJUcmfut8pXQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from pymongo import MongoClient | |
import datetime | |
import pprint | |
client = MongoClient('mongodb://localhost:27017/') | |
db = client.test_database | |
collection = db.test_collection | |
post = {"author": "MSC", | |
"text": "Testblog post!", |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-pages/core-pages.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |