Keybase proof
I hereby claim:
- I am linjunpop on github.
- I am linjunpop (https://keybase.io/linjunpop) on keybase.
- I have a public key ASBgsLXQTvVJBDcDHjRy6_zR49fhb-UOQ176oCPzQEK3nAo
To claim this, I am signing this object:
defmodule Archiver.Fetcher do | |
use GenStage | |
def start_link(args) do | |
GenStage.start_link(__MODULE__, args, name: __MODULE__) | |
end | |
def init(state), do: {:producer, state} | |
def handle_demand(demand, state) do |
=== running autoconf in lib | |
=== running autoconf in lib/common_test | |
=== running autoconf in lib/erl_interface | |
=== running autoheader in lib/erl_interface | |
=== running autoconf in lib/megaco |
I hereby claim:
To claim this, I am signing this object:
#import "UIImageView+Qiniu.h" | |
#import <UIImageView+AFNetworking.h> | |
@implementation UIImageView (Qiniu) | |
- (void)qiniu_setImageWithURL:(NSURL *)url { | |
NSURLComponents *components = [[NSURLComponents alloc] initWithURL:url resolvingAgainstBaseURL:NO]; | |
CGFloat scale = [[UIScreen mainScreen] scale]; |
Verifying that +linjunpop is my openname (Bitcoin username). https://onename.io/linjunpop |
if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then | |
source /usr/local/share/chruby/chruby.sh | |
source /usr/local/share/chruby/auto.sh | |
fi |
upstream QAirServer_server{ | |
server unix:/opt/QAirServer/shared/sockets/puma.sock fail_timeout=0; | |
} | |
server { | |
listen 443 default deferred ssl; | |
server_name qairapp.com; | |
root /opt/QAirServer/current/public; |
-apple-system-headline1
-apple-system-headline2
-apple-system-body
-apple-system-subheadline1
-apple-system-subheadline2
-apple-system-footnote
-apple-system-caption1