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
{ | |
"RNCA_report_type": "RNCA_Resource_status", | |
"RNCA_resource_id": "...", | |
"RNCA_resource_name": "...", | |
"report_version": "1", | |
"report_date": "2021-04-09 10:47:00", | |
"detail": [ | |
{ | |
"element_type": "(compute node, storage node, ...)", | |
"element_id": "...com significado local", |
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 ruby | |
# frozen_string_literal: true | |
require "time" | |
require "openssl" | |
def get_expiry_date(host) | |
ctx = OpenSSL::SSL::SSLContext.new | |
sock = TCPSocket.new(host, 443) |
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
function! neomake#makers#ft#solidity#solhint() abort | |
return { | |
\ 'args': ['-f', 'unix'], | |
\ 'errorformat': | |
\ '%f:%l:%c: %m %s', | |
\ } | |
endfunction |
OlderNewer