Skip to content
View DigitalInBlue's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report DigitalInBlue

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

    C++ Benchmark Authoring Library/Framework

    C++ 801 96

  2. Priori Priori Public

    A fast C++ dynamic_cast<> alternative.

    C++ 31 4

  3. CPPCon2015 CPPCon2015 Public

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

    C++ 19

  4. epoch epoch Public

    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