Skip to content
View wxk6b1203's full-sized avatar

Organizations

@TuringClass2016SCNU

Block or report wxk6b1203

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
wxk6b1203/README.md
  • 👋 Hi, I’m @wxk6b1203
  • An SDE

Pinned Loading

  1. kafka kafka Public

    Forked from apache/kafka

    Mirror of Apache Kafka

    Java

  2. CapsLock2CtrlSpace CapsLock2CtrlSpace
    1
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    2
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    3
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    4
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    5
    
                  
  3. sarama sarama Public

    Forked from IBM/sarama

    Sarama is a Go library for Apache Kafka.

    Go