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
| def explicit_testdir(): | |
| """ | |
| Explicitly constructs a testdir for use in IPython development | |
| Note used by any tests. | |
| """ | |
| import _pytest | |
| config = _pytest.config._prepareconfig(['-s'], plugins=['pytester']) | |
| session = _pytest.main.Session(config) | |
| _pytest.tmpdir.pytest_configure(config) | |
| _pytest.fixtures.pytest_sessionstart(session) |
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
| nct6776-isa-0290 | |
| Adapter: ISA adapter | |
| Vcore: +0.97 V (min = +0.00 V, max = +1.74 V) | |
| in1: +1.03 V (min = +0.00 V, max = +0.00 V) ALARM | |
| AVCC: +3.41 V (min = +2.98 V, max = +3.63 V) | |
| +3.3V: +3.39 V (min = +2.98 V, max = +3.63 V) | |
| in4: +1.00 V (min = +0.00 V, max = +0.00 V) ALARM | |
| in5: +2.04 V (min = +0.00 V, max = +0.00 V) ALARM | |
| in6: +0.83 V (min = +0.00 V, max = +0.00 V) ALARM | |
| 3VSB: +3.42 V (min = +2.98 V, max = +3.63 V) |
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
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('file scheme: ', 'file') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('Handling file: ', 'file:///home/joncrall/logs/sensors.2017-10-22_14:52.log') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('file scheme: ', 'file') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('Handling file: ', 'file:///home/joncrall/logs/sensors.2017-10-22_14:52.log') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('file scheme: ', 'file') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('Handling file: ', 'file:///home/joncrall/logs/sensors.2017-10-22_14:52.log') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('file scheme: ', 'file') | |
| Oct 22 16:05:36 Ooo gnome-session[2020]: ('Handling file: ', 'file:///home/joncrall/logs/sensors.2017-10-22_14:52.log') |
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
| (venv2) joncrall@calculex:~$ cd ~/code/VIAME/examples/tracking_pipelines | |
| (venv2) joncrall@calculex:~/code/VIAME/examples/tracking_pipelines$ ~/code/VIAME/build-py2/install/bin/pipeline_runner -p ~/code/VIAME/examples/tracking_pipelines/simple_tracker.pipe | |
| INFO: Could not load default logger factory. Using built-in logger. | |
| 2017-10-24 11:01:28.483 WARN registration.cxx(96): Path not found loading clusters: /home/joncrall/code/VIAME/build-py2/install/share/sprokit/pipelines/clusters | |
| /home/joncrall/code/VIAME/build-py2/install/lib/python2.7/site-packages/sprokit/pipeline/__init__.py:30: RuntimeWarning: to-Python converter for std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > already registered; second conversion method ignored. | |
| from config import * | |
| /home/joncrall/code/VIAME/build-py2/install/lib/python2.7/site-packages/sprokit/pipeline/__init__.py:31: RuntimeWarning: to-Python converter for std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > already regi |
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
| --- /home/joncrall/venv2/bin/activate.old 2017-10-25 13:18:36.981600140 -0400 | |
| +++ /home/joncrall/venv2/bin/activate 2017-10-25 13:20:02.878155488 -0400 | |
| @@ -8,7 +8,15 @@ | |
| # ! [ -z ${VAR+_} ] returns true if VAR is declared at all | |
| if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then | |
| PATH="$_OLD_VIRTUAL_PATH" | |
| + C_INCLUDE_PATH="$_OLD_C_INCLUDE_PATH" | |
| + LD_LIBRARY_PATH="$_OLD_VIRTUAL_LD_LIBRARY_PATH" | |
| + | |
| export PATH |
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
| #!/bin/bash | |
| codeblock() | |
| { | |
| if [ "-h" == "$1" ] || [ "--help" == "$1" ]; then | |
| # Use codeblock to show the usage of codeblock, so you can use | |
| # codeblock while you codeblock. | |
| echo "$(codeblock ' | |
| Unindents code before its executed so you can maintain a pretty | |
| indentation in your code file. Multiline strings simply begin |
This file has been truncated, but you can view the full file.
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
| (venv2) joncrall@calculex:~/code/fletch/build-py2-test$ make | |
| Scanning dependencies of target PyBind11 | |
| [ 0%] Creating directories for 'PyBind11' | |
| [ 0%] Performing download step (download, verify and extract) for 'PyBind11' | |
| -- verifying file... | |
| file='/home/joncrall/code/fletch/Downloads/pybind11-2.2.0.tar.gz' | |
| -- File already exists and hash match (skip download): | |
| file='/home/joncrall/code/fletch/Downloads/pybind11-2.2.0.tar.gz' | |
| MD5='978b26aea1c6bfc4f88518ef33771af2' | |
| -- extracting... |
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
| import math | |
| import torch | |
| import torch.nn as nn | |
| import torchvision | |
| REGISTERED_OUTPUT_SHAPE_TYPES = [] | |
| def compute_type(type): | |
| def _wrap(func): |
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
| import ubelt as ub | |
| import numpy as np | |
| from PIL import Image | |
| import six | |
| import cv2 | |
| from clab.augment import augment_common | |
| from clab.util import imutil | |
| from clab import util | |
| try: | |
| import skimage |
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
| # This is the CMakeCache file. | |
| # For build in directory: /home/joncrall/code/caffe2/build_py3 | |
| # It was generated by CMake: /home/joncrall/.local/bin/cmake | |
| # You can edit this file to change values found and used by cmake. | |
| # If you do not want to change any of the values, simply exit the editor. | |
| # If you do want to change a value, simply edit, save, and exit the editor. | |
| # The syntax for the file is as follows: | |
| # KEY:TYPE=VALUE | |
| # KEY is the name of a variable in the cache. | |
| # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. |