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
import subprocess | |
import threading | |
import requests | |
import socket | |
import ssl | |
from time import sleep, time | |
# Replace these with your own values | |
config = { | |
"region": "", |
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
from numbers import Number | |
import os | |
import requests | |
import json | |
from dotenv import load_dotenv | |
environments = ["dev", "dev2", "qa", "qa2", "stage", "prod"] # update as needed | |
deployment_states = ["error", "failure", "inactive", "in_progress", "queued", "pending", "success"] | |
def get_env_var(env_var): |
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
{ | |
"info": { | |
"name": "TryFi", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
"description": "" | |
}, | |
"item": [ | |
{ | |
"name": "Auth", | |
"item": [ |
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
See https://gist.github.com/amattu2/e4e6be2e6114c2229c8647fa282c1a3a for the dataset |
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
<?php | |
/* | |
* Produced: Fri Jan 07 2022 | |
* Author: Alec M. | |
* GitHub: https://amattu.com/links/github | |
* Copyright: (C) 2022 Alec M. | |
* License: License GNU Affero General Public License v3.0 | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero General Public License as published by |
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
<?php | |
/* | |
* Produced: Fri Jan 07 2022 | |
* Author: Alec M. | |
* GitHub: https://amattu.com/links/github | |
* Copyright: (C) 2022 Alec M. | |
* License: License GNU Affero General Public License v3.0 | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero General Public License as published by |
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
<?php | |
/* | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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
const PRINT_HEADER = "Generating export..."; | |
const PRINT_OPTS = { | |
'size': 0, | |
'fzr': false, | |
'portrait': false, | |
'fitw': true, | |
'gridlines': false, | |
'printtitle': false, | |
'sheetnames': false, | |
'pagenum': 'CENTER', |
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
<!-- | |
Produced: Sun Dec 19 2021 | |
Author: Alec M. | |
GitHub: https://amattu.com/links/github | |
Copyright: (C) 2021 Alec M. | |
License: License GNU Affero General Public License v3.0 | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU Affero General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder