I hereby claim:
- I am manti on github.
- I am pegasus_validato (https://keybase.io/pegasus_validato) on keybase.
- I have a public key ASAV7qym1NHTgMB7bzkXlri7ElPUZXkiLCJvyISfS3peGAo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
r""" | |
This script installs the Aptos CLI. | |
It will perform the following steps: | |
- Determine what platform (OS + arch) the script is being invoked from. | |
- Download the CLI. | |
- Put it in an appropriate location. | |
This was adapted from the install script for Poetry. |
I hereby claim:
To claim this, I am signing this object:
from collections import namedtuple | |
from pymongo import MongoClient | |
from flask import request | |
from core.web.site import app | |
from core.web.site.views_master import * | |
import json | |
''' | |
$('#companies').dataTable( { | |
"bProcessing": true, |