Skip to content
View yl3w's full-sized avatar

Block or report yl3w

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

Pinned Loading

  1. haproxy-patches haproxy-patches Public

    Includes patches to haproxy that were not included as part of the distribution. See the corresponding haproxy repos (1.4/1.5) for development of these patches.

    1

  2. FinalVariableTransformer.java FinalVariableTransformer.java
    1
    public class FinalVariableTransformer {
    2
    	public static void premain(String agentArguments,
    3
    			Instrumentation instrumentation) {
    4
    		instrumentation.addTransformer(new InsertInstructionTransformer());
    5
    	}
  3. awesome-cto awesome-cto Public

    Forked from kuchin/awesome-cto

    A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups

  4. dip3 dip3 Public

    Jupyter Notebook

  5. ocaml-from-the-beginning ocaml-from-the-beginning Public

    Reading OCaml from the beginning

    OCaml

  6. hashcount.c hashcount.c
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <math.h>
    4
    
                  
    5
    #define MAXBUCKETS 2048