View highcharts in Jupyter Notebook
This file contains 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
```javascript | |
%%javascript | |
require.config({ | |
packages: [{ | |
name: 'highcharts', | |
main: 'highcharts' | |
}], | |
paths: { |
View blocklist
This file contains 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
chromegreen.pw | |
graucoay.net | |
9newsdaily.com | |
adclick.g.doublecklick.net | |
adeventtracker.spotify.com | |
ads-fa.spotify.com | |
analytics.spotify.com | |
audio2.spotify.com | |
b.scorecardresearch.com | |
bounceexchange.com |
View solaredge.py
This file contains 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 requests, pickle | |
from datetime import datetime | |
import json, pytz | |
import pandas as pd | |
from influxdb import DataFrameClient | |
login_url = "https://monitoring.solaredge.com/solaredge-apigw/api/login" | |
panels_url = "https://monitoring.solaredge.com/solaredge-web/p/playbackData" | |
SOLAREDGE_USER = "" # web username |
View gist:3da37876ce6ad912bbea26df5d6e3a1b
This file has been truncated, but you can view the full file.
This file contains 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
<?xml version="1.0" encoding="utf-8" ?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document id="root_doc"> | |
<Schema name="freeling_buildings" id="freeling_buildings"> | |
<SimpleField name="BLD_PG_PID" type="string"></SimpleField> | |
<SimpleField name="BLD_PID" type="string"></SimpleField> | |
<SimpleField name="DT_CREATE" type="string"></SimpleField> | |
<SimpleField name="DT_LT_MOD" type="string"></SimpleField> | |
<SimpleField name="DT_RETIRE" type="string"></SimpleField> |
OlderNewer