Skip to content

Instantly share code, notes, and snippets.

View helayoty's full-sized avatar
:octocat:

Heba helayoty

:octocat:
View GitHub Profile
@helayoty
helayoty / gist:7d6f152d3f685c791c7040f463cf4494
Created December 21, 2021 22:21
wait-exception-e2e-framwork
SIGQUIT: quit
PC=0x7ff819a1e506 m=0 sigcode=0
goroutine 0 [idle]:
runtime.pthread_cond_wait(0x31f0b20, 0x31f0ae0)
<path>/runtime/sys_darwin.go:393 +0x34
runtime.semasleep(0xffffffffffffffff)
<path>/runtime/os_darwin.go:66 +0xad
runtime.notesleep(0x31f08d0)
<path>/runtime/lock_sema.go:182 +0x85
@helayoty
helayoty / StorageStudy.java
Created October 21, 2019 23:24
Azure SDK (Java)
package study;
import com.azure.storage.blob.*;
import com.azure.storage.blob.models.ParallelTransferOptions;
import com.azure.storage.blob.specialized.BlockBlobAsyncClient;
import com.azure.storage.blob.specialized.BlockBlobClient;
import com.azure.storage.common.credentials.SharedKeyCredential;
import reactor.core.publisher.Flux;
import java.io.*;
#############
# Upgrade jx #
##############
jx version
####################
# Create a cluster #
####################