Skip to content
View andijcr's full-sized avatar

Block or report andijcr

Report abuse

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

Report abuse
andijcr/README.md

Pinned Loading

  1. a-kicad-demo-board a-kicad-demo-board Public

    quick demo board done to test some of the upcoming Kicad 6 features

  2. leandro_gui leandro_gui Public

    C

  3. nmea_parsing nmea_parsing Public

    testing various parsing strategies for nmea sentences

    C++

  4. c++: detecting if a type is a T or a... c++: detecting if a type is a T or a function returning T (here demostrated with std::pair)
    1
    #include <type_traits>
    2
    #include <tuple>
    3
    
                  
    4
    template <typename T> struct is_pair : public std::false_type {};
    5
    template <typename T1, typename T2>
  5. cmake_buildtime_script cmake_buildtime_script Public

    CMake 1