Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
require 'openssl'
require 'json'
require 'uri'
require 'syslog/logger'
module ApnCertCheck
class << self
def execute_if_invoked
Verifying my Blockstack ID is secured with the address 1BamLU7mVMrS9FPeicSe7veknbJ1yyb8bg https://explorer.blockstack.org/address/1BamLU7mVMrS9FPeicSe7veknbJ1yyb8bg

Keybase proof

I hereby claim:

  • I am aziob on github.
  • I am azb (https://keybase.io/azb) on keybase.
  • I have a public key whose fingerprint is 8A6C C755 1E3F F79A 9FAF D493 E748 C571 F211 BF8D

To claim this, I am signing this object:

#!/usr/lib64/riak/erts-5.8.4/bin/escript
%% -*- erlang -*-
%%! -smp enable -sname convert_binary_ring -mnesia debug verbose
main([RingFile, OutFile]) ->
try
{ok, Binary} = file:read_file(RingFile),
Ring = binary_to_term(Binary),
try
file:write_file(OutFile, io_lib:format("~p.~n", [Ring])),