This file contains 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
--- | |
- name: Install supervisord | |
hosts: root | |
gather_facts: true | |
become: false | |
vars: | |
dest_path: /etc/supervisor/supervisord.conf | |
roles: | |
- role: markosamuli.pyenv | |
vars: |
This file contains 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
--- | |
- name: Install supervisord | |
hosts: root | |
gather_facts: true | |
become: false | |
vars: | |
dest_path: /etc/supervisor/supervisord.conf | |
tasks: | |
- name: Check if pyenv exists |
This file contains 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
- name: LISSY Crate | |
category: assembly | |
subprojects: [LK] | |
snComponentIdentifier: LC | |
properties: [] | |
subtypes: | |
- name: Bare | |
- name: Loaded | |
children: | |
- code: MAIN_BACKPLANE |
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*-, | |
# __future__ imports must occur at beginning of file | |
# redirect python output using the newer print function with file description | |
# print(string, f=fd) | |
from __future__ import print_function | |
# import the rest of the stuff | |
import argparse |
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 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
#!/usr/bin/env python | |
import json | |
import glob | |
import os | |
import re | |
import click | |
# This is only needed for Python 2/3 compatibility | |
def ensure_dirs(path): |
This file contains 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
{ | |
"channels": [ | |
{ | |
"name": "SR", | |
"samples": [ | |
{ | |
"name": "signal", | |
"data": [ | |
3.07 | |
], |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder