DockerFile should have JProfiler installation.
RUN wget <JProfiler file location> -P /tmp/ && \
tar -xzf /tmp/<JProfiler file> -C /usr/local && \
rm /tmp/<JProfiler file>
openapi: 3.0.3 | |
info: | |
title: Tribute KYC API | |
version: '1.0' | |
x-logo: | |
url: '' | |
description: A minimal API spec to provide KYC certificates for Tribute DAO UI project. | |
paths: | |
/kyc-certificate/{{daoRegistryContractAddress}}/{{ethereumAddress}}: | |
description: >- |
import * as sigUtil from 'eth-sig-util'; | |
type CouponType = 'coupon-kyc'; | |
type PrimaryType = 'Message' | 'EIP712Domain'; | |
type CouponData = { | |
type: CouponType; | |
kycedMember: string; | |
}; |
Latency Comparison Numbers (~2012) | |
---------------------------------- | |
L1 cache reference 0.5 ns | |
Branch mispredict 5 ns | |
L2 cache reference 7 ns 14x L1 cache | |
Mutex lock/unlock 25 ns | |
Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
Compress 1K bytes with Zippy 3,000 ns 3 us | |
Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |
service.beta.kubernetes.io/aws-load-balancer-access-log-emit-interval
(in minutes)service.beta.kubernetes.io/aws-load-balancer-access-log-enabled
(true|false)service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name
service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefix
service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags
(comma-separated list of key=value)service.beta.kubernetes.io/aws-load-balancer-backend-protocol
(http|https|ssl|tcp)service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled
(true|false)sbt -J-agentpath:'/home/user/YourKit-JavaProfiler-2019.1/bin/linux-x86-64/libyjpagent.so'
0xe1f02fCc48c1C686a777C02C2df6A841226dBF71 |
$ uname -r
\centered **PLEDGE AGREEMENT** | |
This PLEDGE AGREEMENT (this "**Agreement**") is made as of July 14, 2010, by and between DESERT HAWK GOLD CORP., a Nevada corporation (the "**Pledgor**"), and DMRJ GROUP I, LLC, a Delaware limited liability company, or its successors and assigns (the "**Secured Party**"). | |
\centered **RECITALS** | |
^A. Contemporaneously with the execution and delivery hereof, the Pledgor and the Secured Party entered into that certain Investment Agreement, dated as of the date hereof, pursuant to which the Secured Party agreed to make available to the Pledgor a senior secured term loan credit facility of up to $6,500,000 for the purpose of, among other things, providing capital to the Secured Party for the conduct of certain mining activities (as the same may be amended, modified, supplemented, renewed, restated, extended or replaced, the "**Investment Agreement**"). | |
^B. Pledgor is the owner of 2,713,636 shares of common stock, par value $0.001 per share, of Blue Fin Capital, Inc., a Utah corp |