Skip to content
Avatar

Sponsoring

@danmar @gitclear

Achievements

Achievements

Organizations

@apache @jclouds @google @s3fs-fuse @bouncestorage @ampproject @linux-on-mac
Block or Report

Block or report gaul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Access other storage backends via the S3 API

    Java 988 135

  2. Detect uses of legacy Java APIs

    Java 243 39

  3. Introduce failures into HTTP requests via a proxy server

    Java 133 10

  4. A Java-based HTTP server that lets you locally test your HTTP client, retry logic, streaming behavior, timeouts, etc. with the endpoints of httpbin.org

    Java 29 2

  5. Examine x86 machine code to find suboptimal encodings and sequences

    C 2

604 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2021

Created 1 repository

Created a pull request in golang/go that received 6 comments

internal/cpu: Prefer XOR CX, CX over MOV 0, CX in xgetbv

This makes the code consistent with the gccgo implementation.

+1 −1 6 comments

Created an issue in gaul/x86lint that received 1 comment

SUB EAX, -128 can be shorter than ADD EAX, 128

SUB EAX, -128 can use a one-byte immediate while ADD EAX, 128 must use 4-bytes. GCC generates these when adding 127, 128, and 129 to a int32_t: ad…

1 comment
Opened 6 other issues in 3 repositories

Seeing something unexpected? Take a look at the GitHub profile guide.