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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-3.429666677, 58.58262203], |
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
export let Capacitor | |
export let Plugins | |
export let CameraResultType | |
export let CameraSource | |
export let StatusBarStyle | |
export let HapticsImpactStyle | |
export let platform = 'web' | |
export let isNativeApp = false | |
// This is an abstraction for IE11 / iOS 9 which do not support Proxy which |
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
#!/usr/bin/env python | |
import sys | |
from datetime import datetime | |
import subprocess | |
DB_LOGIN = 'root' | |
DB_PASSWD = '' | |
VAULT_NAME = 'r3-backup' | |
HOSTNAME = 'Titanmods' |