Add this to your .profile, .bashrc, .zshrc...
decode_base64_url() {
local len=$((${#1} % 4))
local result="$1"
if [ $len -eq 2 ]; then result="$1"'=='
elif [ $len -eq 3 ]; then result="$1"'='
fi| package com.blogspot.oraclestack.testdriver; | |
| import com.blogspot.oraclestack.services.OracleIdentityManagerClient; | |
| import com.blogspot.oraclestack.utilities.GenerateRequestUtilities; | |
| import java.util.HashMap; | |
| import oracle.iam.platform.OIMClient; | |
| import oracle.iam.vo.OperationResult; | |
| /** | |
| * Test Driver for GenerateRequestUtilities class |
| import requests | |
| import time | |
| import json | |
| token = '' | |
| #Delete files older than this: | |
| ts_to = int(time.time()) - 30 * 24 * 60 * 60 | |
| def list_files(): |
| .CodeMirror.cm-s-github | |
| .CodeMirror-activeline-background | |
| background: rgba(255, 255, 255, 0.031) | |
| .CodeMirror-gutters | |
| background: #f0f0f0x | |
| border-right: 1px solid #4D4D4D | |
| box-shadow: 0 10px 20px black | |
| .CodeMirror-linenumber |