Dockerized Plex with Transmission and Radarr and Sonarr for more easily movies and TV series download.
This file contains hidden or 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
| class ConvertCircleToPolygon | |
| EARTH_RADIUS = 6378137 | |
| def to_radians(angle_in_degrees) | |
| angle_in_degrees * Math::PI / 180 | |
| end | |
| def to_degrees(angle_in_radians) | |
| angle_in_radians * 180 / Math::PI | |
| end |
This file contains hidden or 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
| clear | |
| sensitivity "0.3" # 800 dpi | |
| // === ALIASES === | |
| alias molotov "use weapon_knife;use weapon_incgrenade;use weapon_molotov" | |
| alias he "use weapon_knife;use weapon_hegrenade" | |
| alias flash "use weapon_knife;use weapon_flashbang" | |
| alias smoke "use weapon_knife;use weapon_smokegrenade" | |
| alias decoy "use weapon_knife;use weapon_decoy" |