-
Create a virtualenv
$ virtualenv env
-
Activate
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
<html> | |
<head> | |
<script src="javascripts/jquery-1.7.1.min.js" type="text/javascript"></script> | |
<script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/rgbcolor.js"></script> | |
<script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/canvg.js"></script> | |
<script> | |
function getImgData(chartContainer) { | |
var grandchild = $(chartContainer).children(":first").children(":first"); | |
var chartArea = grandchild[0]; |
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
#EXTM3U | |
# TECSUN PL-505 ~ Location: 37.975288, 23.625487 | |
#EXTINF:0,087.50 ~ Κρήτη FM - 087.50 ~ Κρήτη FM | |
http://s3.onweb.gr:8878 | |
#EXTINF:0,087.70 ~ En Lefko - 087.70 ~ En Lefko | |
https://stream.radiojar.com/enlefko877 | |
#EXTINF:0,088.00 ~ Μέντα - 088.00 ~ Μέντα | |
https://stream.radiojar.com/menta.aac | |
# 088.30 ~ ? - 088.30 ~ ? | |
#EXTINF:0,088.60 ~ Kids Radio - 088.60 ~ Kids Radio |
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 json | |
import os | |
import time | |
import webbrowser | |
import sys | |
import re | |
def handleWindows(extra_seconds): | |
print("OS : Windows") |