Skip to content
View latsa's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@WinBuilds

Block or report latsa

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
latsa/README.md

Pinned Loading

  1. CUVCUVPublic

    Forked from deeplearningais/CUV

    Matrix library for CUDA in C++ and Python

    C++

  2. desktopurldesktopurlPublic

    Forked from valerytschopp/ubuntu-mswinurl

    Cross-platform internet shortcuts.

    Makefile

  3. rust_platesrust_platesPublic

    Rust boilerplate projects.

    Rust 1

  4. wdrbdwdrbdPublic

    Forked from mantechnology/wdrbd

    Windows DRBD

    C 1

  5. WinBuilds/gmplibWinBuilds/gmplibPublic

    Mirror of https://gmplib.org/repo/gmp-6.1/ Mercurial repo.

    C 5

  6. Python @private decoratorPython @private decorator
    1
    importsys, functools
    2
    3
    defprivate(member):
    4
    @functools.wraps(member)
    5
    defwrapper(*function_args):