Skip to content
View kazuki-ma's full-sized avatar
😀
Please feel free to contact.
😀
Please feel free to contact.

Highlights

  • Pro
Block or Report

Block or report kazuki-ma

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

  1. OpenCV Custom Allocator for OpenGL, ... OpenCV Custom Allocator for OpenGL, DirectX, QImage
    1
    // Custom Allocator for OpenCV's cv::Mat
    2
    // this code samples writen by facebook.com/matsuda.kazuki and published under public domain.
    3
    // You can copy and use this code in any situation under any license.
    4
    
                  
    5
    
                  
  2. Java でロガーを SLF4J に統一する冴えたやり方 ref: ht... Java でロガーを SLF4J に統一する冴えたやり方 ref: https://qiita.com/kazuki-ma/items/13c426e4dccf5cc4d843
    1
    configurations.all {
    2
        exclude
    3
    }
  3. Git LFS で次のエラーメッセージが出たときの一発対処法:Encou... Git LFS で次のエラーメッセージが出たときの一発対処法:Encountered 3 file(s) that should have been pointers, but weren't: ref: https://qiita.com/kazuki-ma/items/782cd1cd7eca2fe988b7
    1
    Encountered 1 file(s) that should have been pointers, but weren't:
    2
        Assets/xxx.png
  4. git-lfs git-lfs Public

    Forked from git-lfs/git-lfs

    Git extension for versioning large files

    Go

  5. G1GC Idea VMOptions G1GC Idea VMOptions
    1
    -Xms128m
    2
    -Xmx8192m
    3
    -XX:+UseG1GC
    4
    -XX:MaxGCPauseMillis=100
    5
    -XX:ReservedCodeCacheSize=280m