I hereby claim:
- I am ajsutton on github.
- I am ajsutton (https://keybase.io/ajsutton) on keybase.
- I have a public key ASD73wcWNQ6PyNkf31w7LXAeza1ZCmDVOPz5j626M-qdGQo
To claim this, I am signing this object:
import com.lmax.disruptor.RingBuffer; | |
import com.lmax.disruptor.dsl.Disruptor; | |
import java.util.concurrent.ExecutorService; | |
import java.util.concurrent.Executors; | |
public class BackgroundLogger | |
{ | |
private static final int ENTRIES = 64; |
(function($) { | |
var longPollUrl = '/longpoll'; | |
var lastReceivedSequence; | |
function poll() { | |
$.ajax(longPollUrl, { | |
data: { 'lastSequence': lastReceivedSequence }, | |
dataType: 'json', | |
timeout: 15000, |
<div class="scroll"> | |
<table class="striped"> | |
<tbody> | |
<tr><td>Row 1</td></tr> | |
<tr><td>Row 2</td></tr> | |
<tr><td>Row 3</td></tr> | |
<tr><td>Row 4<br>With an extra line</td></tr> | |
<tr><td>Row 5</td></tr> | |
<tr class="filler"><td></td></tr> | |
</tbody> |
I hereby claim:
To claim this, I am signing this object:
Implemented enhancements:
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/bin/java -Dlog4j.shutdownHookEnabled=false -Dvertx.disableFileCPResolving=true "-javaagent:/Users/aj/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/183.5153.38/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=56168:/Users/aj/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/183.5153.38/IntelliJ IDEA CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Cont |
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
✅ did:muport:QmTmze4PBWMq3e9FhJdJ3SpgoCTXSThE1MC9wgrgaC7gTL ✅ | |
Create your profile today to start building social connection and trust online. https://3box.io/ |
# HELP pantheon_executors_ethscheduler_workers_rejected_tasks_total Total number of tasks rejected by this executor | |
# TYPE pantheon_executors_ethscheduler_workers_rejected_tasks_total counter | |
pantheon_executors_ethscheduler_workers_rejected_tasks_total 0.0 | |
# HELP pantheon_executors_ethscheduler_timer_completed_tasks_total Total number of tasks executed | |
# TYPE pantheon_executors_ethscheduler_timer_completed_tasks_total gauge | |
pantheon_executors_ethscheduler_timer_completed_tasks_total 38557.0 | |
# HELP pantheon_executors_ethscheduler_transactions_queue_length_current Current number of tasks awaiting execution | |
# TYPE pantheon_executors_ethscheduler_transactions_queue_length_current gauge | |
pantheon_executors_ethscheduler_transactions_queue_length_current 10.0 | |
# HELP pantheon_network_netty_workers_pending_tasks The number of pending tasks in the Netty workers event loop |
package tech.pegasys.artemis; | |
import com.google.common.primitives.UnsignedLong; | |
import java.security.MessageDigest; | |
import java.security.Security; | |
import org.apache.tuweni.bytes.Bytes; | |
import org.apache.tuweni.bytes.Bytes32; | |
import org.bouncycastle.jce.provider.BouncyCastleProvider; | |
import tech.pegasys.artemis.datastructures.Constants; | |
import tech.pegasys.artemis.datastructures.operations.DepositData; |