- New Delhi, India
- @HyperXPro
Highlights
Block or Report
Block or report hyperxpro
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
netty/netty Public
Netty project - an event-driven asynchronous network application framework
-
shieldblaze/ExpressGateway Public
ShieldBlaze ExpressGateway is a High-Performance, Scalable, and Highly-Available Load Balancer.
-
The Amazon Corretto Crypto Provider is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces.
338 contributions in the last year
Activity overview
Contributed to
netty/netty,
shieldblaze/ExpressGateway,
hyperxpro/Brotli4j
and 15 other
repositories
Contribution activity
May 2022
Created 3 commits in 1 repository
Created a pull request in netty/netty that received 4 comments
Use StandardCharsets#UTF_8
Charset
Motivation:
We should use StandardCharsets#UTF_8
instance instead of "UTF-8"
Charset,
Modification:
Changed 'UTF-8' to 'StandardCharsets#UTF_8' Cha…
+6
−7
•
4
comments
Opened 15 other pull requests in 2 repositories
netty/netty
11
merged
2
closed
1
open
- Update to Maven 3.8.5
- Remove unused imports
-
Use
Files#readAttributes
for bulk file operations - Use Lambdas and Method references
-
Use
try-with-resources
forAutoCloseable
implementations - Don't use explicit types in diamond operator
- Don't use unnecessary boxing
-
Use
String#repeat
instead of manually appendingString
- Simplify redundant if-block
-
Use if-else instead of switch case in
MacAddressUtil#bestAvailableMac
-
Remove unnecessary semi-colon from
BrotliDecompressor#State
enum -
~Use
StandardCharsets#UTF_8
Charset~ -
Remove useless 'null' check from
NetUtilInitializations#determineLoopback
-
Remove
null
check fromNetUtil#sysctlGetInt