Skip to content
View AnixPasBesoin's full-sized avatar
🐞
Turning bugs into features. YKWIM😜
🐞
Turning bugs into features. YKWIM😜

Organizations

@master-hpc
Block or Report

Block or report AnixPasBesoin

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
AnixPasBesoin/README.md

Curriculum πŸŽ“

  • BS - Computer Engineering
  • MS - High-Performance Computing
  • PhD (Ongoing... ⏳) - Cyber [In]security

Reported Critical Vulnerabilities 🐞

Contact πŸ“§

Giveaways πŸŽ‰

Pinned

  1. BasiCli, reads basically, is basical... BasiCli, reads basically, is basically a very basic CLI library. In other words: it's a single Java class meant to be copy/pasted into your project.
    1
    import java.util.HashMap;
    2
    import java.util.Map;
    3
    import java.util.function.Predicate;
    4
    import java.util.stream.Collectors;
    5
    
                  
  2. A utility class that allows retrievi... A utility class that allows retrieving android permissions used in the manifest file.
    1
    import android.content.Context;
    2
    import android.content.pm.PackageManager;
    3
    
                  
    4
    public final class PermissionUtils {
    5
     
  3. Creating tinted icons from drawables... Creating tinted icons from drawables is an expensive process and quickly introduces performance issues when it's done extensively (ex: in a very dynamic RecyclerView).
    1
    import android.content.Context;
    2
    import android.graphics.PorterDuff;
    3
    import android.graphics.drawable.Drawable;
    4
    import android.support.annotation.ColorRes;
    5
    import android.support.annotation.DrawableRes;
  4. DividingCubes DividingCubes Public

    Forked from KjmX/DividingCubes

    A sequentiel and parallel implementation of the Dividing Cubes algorithm using C++ and CUDA.

    C++