title | site | apiNotebookVersion |
---|---|---|
Politicians In India! |
1.0.26 |
##Politicians In India This is describing how to run wisevoter api.
In a terminal try: | |
> python fork.py |
title | site | apiNotebookVersion |
---|---|---|
Politicians In India! |
1.0.26 |
##Politicians In India This is describing how to run wisevoter api.
Another stacked graph!
This table shows consumption of countries around the world. Its a list of costs! May be i'll break them in separate bars.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="" xmlns:cda="urn:hl7-org:v3" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mif="urn:hl7-org:v3/mif" | |
xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:h="urn:com.microsoft.wc.thing" | |
xmlns:msxsl="urn:schemas-microsoft-com:xslt" version="1.0"> | |
<xsl:output method="xml" indent="no" encoding="utf-8"/> | |
<xsl:param name="g_debug"/> | |
<xsl:template name="Write_LF"> | |
<xsl:value-of select="h:lf()"/> | |
</xsl:template> |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="" xmlns:cda="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mif="urn:hl7-org:v3/mif" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:h="urn:com.microsoft.wc.thing" xmlns:msxsl="urn:schemas-microsoft-com:xslt" version="1.0"><xsl:output method="xml" indent="no" encoding="utf-8" /><xsl:param name="g_debug" /><xsl:template name="Unknown"><xsl:text>Unknown</xsl:text></xsl:template><xsl:template name="Write_LF"><xsl:value-of select="h:lf()" /></xsl:template><xsl:template name="Write_Line"><xsl:param name="value" /><xsl:if test="$value != ''"><xsl:value-of select="$value" /><xsl:call-template name="Write_LF" /></xsl:if></xsl:template><xsl:template name="Write_Divider"><xsl:call-template name="Write_Line"><xsl:with-param name="value">----------</xsl:with-param></xsl:call-template></xsl:template><xsl:template name="Concat"><xsl:param name="separator" /><xsl:param name="n |
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |