Skip to content
View grmartin's full-sized avatar
🐧
9780198811701
🐧
9780198811701

Highlights

  • Pro

Organizations

@IntrepidPursuits @edx
Block or Report

Block or report grmartin

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. Convert Trello JSON to Excel Documen... Convert Trello JSON to Excel Document via XSLT
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    
                  
    3
    <!-- The output of this XSLT is the MS Excel 2003-2004 XML File Format, simply open in Excel to utilize. -->
    4
    <!-- This script was built in Oxygen and was tested on Saxon PE 9.8 -->
    5
    
                  
  2. micahblu/gulp-connect-php micahblu/gulp-connect-php Public

    Start a php server with gulp

    JavaScript 154 32

  3. LunchProj-BabyMobile LunchProj-BabyMobile Public

    A quick Arduino repurpose of a RC Car Kit (Elegoo Smart Robot Car Kit V 3.0) to power my daughters Baby Mobile.

    C++

  4. Setting Debugger Arguments for Subta... Setting Debugger Arguments for Subtarget of CMake project in Visual Studio 2019
    1
    cmake_minimum_required(VERSION 3.13)
    2
    project(CVPlay)
    3
    
                  
    4
    set(CMAKE_CXX_STANDARD 17)
    5
    set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
  5. Launch Firefox Profile Droplet Launch Firefox Profile Droplet
    1
    use AppleScript version "2.4" -- Yosemite (10.10) or later
    2
    use scripting additions
    3
    use framework "Foundation"
    4
    
                  
    5
    on open theFiles
  6. BWFYQ32019-CXX17-CMake-OpenCV-Dice BWFYQ32019-CXX17-CMake-OpenCV-Dice Public

    A first stab at a 3 OS OpenCV Application using CMake/C++17 for MSVC (Win), Clang (macOS) and g++ (Linux).

    C++ 1