Skip to content
View latsa's full-sized avatar
🎯
Focusing
🎯
Focusing
  • @ftopia
  • Paris, France

Organizations

@WinBuilds
Block or Report

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.

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

Pinned

  1. CUV CUV Public

    Forked from deeplearningais/CUV

    Matrix library for CUDA in C++ and Python

    C++

  2. desktopurl desktopurl Public

    Forked from valerytschopp/ubuntu-mswinurl

    Cross-platform internet shortcuts.

    Makefile

  3. rust_plates rust_plates Public

    Rust boilerplate projects.

    Rust 1

  4. wdrbd wdrbd Public

    Forked from mantechnology/wdrbd

    Windows DRBD

    C 1

  5. WinBuilds/gmplib WinBuilds/gmplib Public

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

    C 3

  6. Python @private decorator Python @private decorator
    1
    import sys, functools
    2
    
    
    3
    def private(member):
    4
        @functools.wraps(member)
    5
        def wrapper(*function_args):