I hereby claim:
- I am crisidev on github.
- I am crisidev (https://keybase.io/crisidev) on keybase.
- I have a public key whose fingerprint is 099F 4F3A A10B 27C9 7B74 6F03 AEFB BD3B E8C6 6E4A
To claim this, I am signing this object:
| KEY=XXXXXXXXXXXX | |
| HOST="https://metrics.crisidev.org" | |
| mkdir -p dashboards && for dash in $(curl -k -H "Authorization: Bearer $KEY" $HOST/api/search\?query\=\& |tr ']' '\n' |cut -d "," -f 5 |grep slug |cut -d\" -f 4); do | |
| curl -k -H "Authorization: Bearer $KEY" $HOST/api/dashboards/db/$dash > dashboards/$dash.json | |
| done |
I hereby claim:
To claim this, I am signing this object:
| import sys | |
| import time | |
| import click | |
| import backoff | |
| import requests | |
| from prometheus_client import start_http_server, Gauge | |
| STATUS = { | |
| 'text_secure_server': {}, |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| ************************************************************************** | |
| Nasa's picture of the day since 1995, by Matteo Bigoi <bigo@crisidev.org> | |
| Original work by Cecil Woebker (http://cwoebker.com) | |
| ************************************************************************** | |
| Usage: | |
| $ ./apod.py |
| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import json | |
| import signal | |
| import psutil | |
| import argparse | |
| import subprocess | |
| from os.path import expanduser | |
| from collections import OrderedDict |
| #!/usr/bin/env python | |
| import socket | |
| import argparse | |
| import subprocess | |
| TCP_IP = '127.0.0.1' | |
| TCP_PORT = 3920 | |
| DESKTOPS = { |
| ### NON VERBOSE RUN ### | |
| TASK [vault : bootstrap/gen_ca | Generate vault root CA] ***************************************************************************************************** | |
| Wednesday 06 December 2017 13:02:40 +0000 (0:00:00.541) 0:06:11.577 **** | |
| fatal: [spirito -> spirito]: FAILED! => {"cache_control": "no-store", "changed": false, "connection": "close", "content": "{\"errors\":[\"1 error occurred:\\n\\n* Error converting input [vault.kube-system.svc.k8s.cardina.li vault.kube-system.svc vault.kube-system vault] for field alt_names: '' expected type 'string', got unconvertible type '[]interface {}'\"]}\n", "content_length": "234", "content_type": "application/json", "date": "Wed, 06 Dec 2017 13:02:40 GMT", "failed": true, "json": {"errors": ["1 error occurred:\n\n* Error converting input [vault.kube-system.svc.k8s.cardina.li vault.kube-system.svc vault.kube-system vault] for field alt_names: '' expected type 'string', got unconvertible type '[]interface {}'"]}, "msg": "Status code was not [200 |
| function password_encode(password) | |
| local bcrypt = require 'bcrypt' | |
| return bcrypt.digest(password, 12) | |
| end | |
| function check_password(password, encoded_password) | |
| local bcrypt = require 'bcrypt' | |
| return bcrypt.verify(password, encoded_password) | |
| end |
| <!-- please remove the issue template when request for a feature --> | |
| ## Expected behavior, english is recommend | |
| ## Environment Information | |
| - OS: linux | |
| - vim version: - | |
| - neovim version: 0.4.0 | |
| - SpaceVim version: 1.1.0-dev | |
| - SpaceVim status: |
| <!-- please remove the issue template when request for a feature --> | |
| ## Expected behavior, english is recommend | |
| ## Environment Information | |
| - OS: linux | |
| - vim version: - | |
| - neovim version: 0.4.0 | |
| - SpaceVim version: 1.1.0-dev | |
| - SpaceVim status: |