Skip to content
View Trass3r's full-sized avatar
Block or Report

Block or report Trass3r

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. DevUtils DevUtils Public

    Visual Studio extension to easily inspect compiler-generated code

    C# 7 1

  2. rudebuild rudebuild Public

    Forked from martinecker/rudebuild

    A non-intrusive bulk/unity C++ build tool for Visual Studio

    C# 2 1

  3. cuddhaBrot cuddhaBrot Public

    CUDA Buddhabrot implementation

    C++ 2

  4. simple TIFF writer simple TIFF writer
    1
    #pragma once
    2
    
                  
    3
    #include <cstdint>
    4
    #include <memory>
    5
    
                  
  5. efficient bitstream reader efficient bitstream reader
    1
    #pragma once
    2
    
                  
    3
    #include <cstdint>
    4
    #include <cstddef>
    5
    #include <cassert>
  6. D scope guards emulation for C++17 ... D scope guards emulation for C++17 -- https://godbolt.org/g/Vknqur https://godbolt.org/z/nFv3LS
    1
    /*!
    2
     * Copyright (C) 2017-2018 Andreas Hollandt
    3
     *
    4
     * Distributed under the Boost Software License, Version 1.0.
    5
     * See copy at http://boost.org/LICENSE_1_0.txt.