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
//char *song = ":d=4,o=5,b=80:8d,8f#,8a,8d6,8c#,8e,8a,8c#6,8d,8f#,8b,8d6,8a,8c#,8f#,8a,8b,8d,8g,8b,8a,8d,8f#,8a,8b,8f#,8g,8b,8c#,8e,8a,8c#6,f#6,8f#,8a,e6,8e,8a,d6,8f#,8a,c#6,8c#,8e,b,8d,8g,a,8f#,8d,b,8d,8g,c#.6"; | |
//char *song = ":d=8,o=5,b=140:4a,4g,f#,g,p,f#,p,g,p,f#,p,2e.,p,f#,e,4f#,e,f#,p,e,p,4d.,p,f#,4e,d,e,p,d,p,e,p,d,p,2c#.,p,d,c#,4d,c#,d,p,e,p,4f#,p,a,p,4b,a,b,p,a,p,b,p,2a.,4p,a,b,a,4b,a,b,p,2a.,a,4f#,a,b,p,d6,p,4e.6,d6,b,p,a,p,2b"; | |
//char *song = ":d=8,o=7,b=80:16b5,16c6,p,16d6,e6,2p,16b5,c6,16e6,16e6,16b5,c6,2p"; | |
//char *song = "'nOnsGel:d=4,o=5,b=112:8c6,8c6,8c6,16c6,8c.6,8c6,8a#,8g#,8g#,8g,8g,8f#,2g,8g#,8g#,8g#,16g#,8g#.,8g#,8g,8f,8f,8d#,8d#,8d,d#,8d#,8d#,8c#,8a#,2a#,8c#,8c#,8c,8g#,2g#,8g,8g#,a#,f,c6,b,2a#.,p,8c6,8c6,8c6,16c6,8c.6,8c6,8a#,8g#,8g#,8g,8g,8f#,2g,8g#,8g#,8g#,16g#,8g#.,8g#,8g,8f,8f,8d#,8d#,8d,d#,8d#,8d#,8c#,8a#,2a#,8c#,8c#,8c,8g#,2g#,8g,8g#,a#,c#6,c6,a#,2g#"; | |
//char *song = "'tQuero:d=16,o=5,b=63:8f.6,f,2f,8f,e,d,8d.,c,2c,8d,c,a#,4a,4f,4g,g,8f,e,1f"; | |
//char *song = "(Don't)G:d=4,o=5,b=1 |
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
# Generated by cfac (https://github.com/stv0g/cfac) on 2021-10-06 07:18:42.717701803 +0200 CEST m=+0.182715541 | |
#EXTM3U | |
#PLAYLIST: Autobahn Livestreams | |
#EXTALB:A1 | |
#EXTART:NRW | |
#EXTINF:-1,A1 | ID005 AK Köln-Nord | Blickrichtung Dortmund | NRW | |
# {"extent":"6.861151,50.987423,6.861151,50.987423","identifier":"V0VCQ0FNX19OUldfU2lsYS1TaWduYWxiYXVfMTAxMDgxMDk4ODE2NDgyOTQ4NTQ=","routeRecommendation":[],"coordinate":{"lat":"50.987423","long":"6.861151"},"footer":["ID: WEBCAM__NRW_Sila-Signalbau_10108109881648294854"],"icon":"webcam","isBlocked":"false","description":[],"title":"A1 | ID005 AK Köln-Nord","operator":"NRW","point":"6.861151,50.987423","display_type":"WEBCAM","lorryParkingFeatureIcons":[],"future":false,"imageurl":"https://www.verkehr.nrw/webcams/10108109881648294854.jpg","subtitle":"Blickrichtung Dortmund","linkurl":"https://www.blitzvideoserver.de/player_strassennrw.html?serverip=62.113.210.7\u0026serverapp=strassennrw-rtplive\u0026streamname=10108109881648294854"} | |
http://62.113.210.7/strassennrw-rtplive |
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
# Program make a simple calculator that can add, subtract, multiply and divide using functions | |
#import | |
# define functions | |
def add(x, y): | |
"""This function adds two numbers""" | |
return x + y | |
def subtract(x, y): |