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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcr: | |
| user.present: | |
| - name: gcr | |
| - group: # and so on | |
| special_site: | |
| user.present: | |
| - name: gcr | |
| - group: # and so forth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |