Skip to content

Instantly share code, notes, and snippets.

View smachin1000's full-sized avatar

Sean Machin smachin1000

  • Self
  • Bay Area, CA, USA
View GitHub Profile
cmake_minimum_required(VERSION 2.8.4)
project(so29595222)
find_package(PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
ADD_DEFINITIONS( -std=c++11 )
set(SOURCE_FILES python_threading_example_so29595222.cpp)
@bradley219
bradley219 / .gitignore
Last active January 15, 2026 10:15
PID C++ implementation
.DS_Store