Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
import numpy
setup(name='libmr',
ext_modules = [Extension('libmr', ['libmr.pyx',
#"../libMR/MetaRecognition.cpp",
#"../libMR/weibull.c"
],
-- The CXX compiler identification is GNU 4.7.2
-- The C compiler identification is GNU 4.7.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gcr
gcr / Console
Last active December 17, 2015 05:38
Using breakpad crash handler
Setting breakpad minidump AppID = 220
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197985828750 [API loaded yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197985828750
Did not detect any valid joysticks.
my-server.net:
Data failed to compile:
----------
The function "state.highstate" is running as PID 22591 and was started at 2013, Apr 23 16:41:33.321341
@gcr
gcr / some_state.sls
Last active December 15, 2015 22:39
gcr:
user.present:
- name: gcr
- group: # and so on
special_site:
user.present:
- name: gcr
- group: # and so forth
hudson $ rm /tmp/test
hudson $ bash
inner $ (sleep 10; echo foo > /tmp/test) &
[1] 19287
inner $ exit
hudson $ cat /tmp/test
cat: /tmp/test: No such file or directory
hudson ! $ sleep 10; cat /tmp/test
foo
sites:
sneakygcr.net:
ssl_cert: true
default: true
root: /var/www/home_page
clone_from: git://github.com/gcr/home_page
lights.sneakygcr.net:
root: /var/www/lights
clone_from: git://github.com/gcr/Lights-listening