Skip to content
View DigitalInBlue's full-sized avatar

Highlights

  • Pro

Block or report DigitalInBlue

Report abuse

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

Report abuse

Pinned Loading

  1. Celero Celero Public

    C++ Benchmark Authoring Library/Framework

    C++ 862 98

  2. Priori Priori Public archive

    A fast C++ dynamic_cast<> alternative.

    C++ 33 4

  3. CPPCon2015 CPPCon2015 Public

    Slides and Source Code from "Demystifying Floating Point Numbers" given at CPPCon 2015.

    C++ 21

  4. epoch epoch Public archive

    Cinder-based MP3 Player and Visualizer

    C 1

  5. Python Mandelbrot Set Batch Rendering Python Mandelbrot Set Batch Rendering
    1
    # Copyright 2018 John E. Farrier
    2
    
                  
    3
    # References:
    4
    
                  
    5
    # https://gist.github.com/jfpuget/60e07a82dece69b011bb
  6. An extension for GoogleTest (GTest).... An extension for GoogleTest (GTest). `EXPECT_NO_DEATH` is the opposite of EXPECT_DEATH. It passes if the statement does not abort, assert, or otherwise die.
    1
    // This is free and unencumbered software released into the public domain.
    2
    // 
    3
    // Anyone is free to copy, modify, publish, use, compile, sell, or
    4
    // distribute this software, either in source code form or as a compiled
    5
    // binary, for any purpose, commercial or non-commercial, and by any