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
{ | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"create_window_at_startup": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".DS_Store", | |
"__pycache__", | |
"*.pyc", |
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
// ==UserScript== | |
// @name MoneyMeikah2 | |
// @namespace https://www.mintos.com | |
// @version 0.1 | |
// @description Calculates the profit generated on each loan and profit per day | |
// @author DonNadie | |
// @match https://www.mintos.com/* | |
// @grant none | |
// ==/UserScript== |
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
version: "3" | |
services: | |
sonarr: | |
image: lscr.io/linuxserver/sonarr | |
container_name: sonarr | |
environment: | |
- PUID=0 | |
- PGID=0 | |
- TZ=Europe/Madrid | |
volumes: |
OlderNewer