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
# source: http://w1.weather.gov/xml/current_obs/weather.php | |
# icon_url: http://w1.weather.gov/images/fcicons/<weather_code>.jpg | |
noaa_weather_codes = { | |
'bkn': 'Mostly Cloudy | Mostly Cloudy with Haze | Mostly Cloudy and Breezy', | |
'nbkn': 'Mostly Cloudy | Mostly Cloudy with Haze | Mostly Cloudy and Breezy', | |
'skc': 'Fair | Clear | Fair with Haze | Clear with Haze | Fair and Breezy | Clear and Breezy', | |
'nskc': 'Fair | Clear | Fair with Haze | Clear with Haze | Fair and Breezy | Clear and Breezy', | |
'few': 'A Few Clouds | A Few Clouds with Haze | A Few Clouds and Breezy', | |
'nfew': 'A Few Clouds | A Few Clouds with Haze | A Few Clouds and Breezy', | |
'sct': 'Partly Cloudy | Partly Cloudy with Haze | Partly Cloudy and Breezy', |
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
logs/ |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\YOUR_SESSION_NAME] | |
"Colour0"="255,255,255" | |
"Colour1"="255,255,255" | |
"Colour2"="51,51,51" | |
"Colour3"="85,85,85" | |
"Colour4"="0,0,0" | |
"Colour5"="0,255,0" | |
"Colour6"="77,77,77" |