The diagrams do not capture the current state of the code in Receptor. They are to start a conversation that moves towards desired behavior of Receptor.
Receptor work protocol for work submitted to Bob destined for Alice.
| > github.com/cri-o/ocicni/pkg/ocicni.(*cniNetworkPlugin).monitorConfDir() vendor/github.com/cri-o/ocicni/pkg/ocicni/ocicni.go:148 (hits goroutine(73):1 total:1) (PC: 0xbb5bde) | |
| Warning: debugging optimized function | |
| (dlv) goroutines | |
| Goroutine 1 - User: /usr/lib/golang/src/runtime/sema.go:56 sync.runtime_Semacquire (0x4738a5) | |
| Goroutine 2 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) | |
| Goroutine 3 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) | |
| Goroutine 4 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) | |
| Goroutine 5 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) | |
| Goroutine 6 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) | |
| Goroutine 7 - User: /usr/lib/golang/src/runtime/proc.go:307 runtime.gopark (0x4437e5) |
| --- | |
| - hosts: all | |
| gather_facts: false | |
| vars: | |
| sleep_time: 120 | |
| tasks: | |
| - name: sleep | |
| shell: sleep {{ sleep_time }} |
| #!/usr/bin/env python | |
| import sys | |
| import re | |
| class Stats: | |
| def __init__(self): | |
| self.total = 0 | |
| self.count = 0 |
| [galaxy] | |
| server_list = local_server | |
| [galaxy_server.local_server] | |
| url={{ galaxy_api_url }} | |
| token={{ galaxy_token }} |
| lib64/python2.7/site-packages/IPython/core/compilerop.py | |
| lib64/python2.7/site-packages/IPython/utils/path.py | |
| lib64/python2.7/site-packages/radius/__init__.py | |
| lib64/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py | |
| lib64/python2.7/site-packages/requests/auth.py | |
| lib64/python2.7/site-packages/Crypto/Signature/PKCS1_v1_5.py | |
| lib64/python2.7/site-packages/Crypto/Hash/MD5.py | |
| lib64/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py | |
| lib64/python2.7/site-packages/pip/_vendor/requests/auth.py | |
| lib64/python2.7/site-packages/pip/_vendor/distlib/database.py |
| // ==UserScript== | |
| // @name Tower UI -> API links | |
| // @version 0.2 | |
| // @description Inject API links to UI resources where-ever found. | |
| // @author Chris Meyers | |
| // @match * | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // ==/UserScript== | |
| function register_page_change_watcher(callback) { |
| ### Keybase proof | |
| I hereby claim: | |
| * I am chrismeyersfsu on github. | |
| * I am chrismeyersfsu (https://keybase.io/chrismeyersfsu) on keybase. | |
| * I have a public key whose fingerprint is DC21 3282 A8C1 97DE 2191 509F 16A6 402C D951 459B | |
| To claim this, I am signing this object: |
| [root@77ccf2c18f3b tmp]# DISTUTILS_DEBUG=1 pip install -t /tmp/install_here -vvvv psutil | |
| You are using pip version 7.1.0, however version 7.1.1 is available. | |
| You should consider upgrading via the 'pip install --upgrade pip' command. | |
| Collecting psutil | |
| Getting page https://pypi.python.org/simple/psutil/ | |
| 1 location(s) to search for versions of psutil: | |
| * https://pypi.python.org/simple/psutil/ | |
| Getting page https://pypi.python.org/simple/psutil/ | |
| Analyzing links from page https://pypi.python.org/simple/psutil/ | |
| Skipping link https://pypi.python.org/packages/2.4/p/psutil/psutil-1.1.0.win32-py2.4.exe#md5=1507a76ba81a068acd3ffc0ed4ca2c4c (from https://pypi.python.org/simple/psutil/); unsupported archive format: .exe |