Manipulate a private key file$ python >>> import openssh_key.private_key_list as pkl >>> sk_list = pkl.PrivateKeyList.from_string(open('test_id_ed25519').read(), passphrase='secret_passphrase') >>> sk_list [PublicPrivateKeyPair(public=<openssh_key.key.PublicKey object at 0x7fd...
Click the.ipynbfile that you created to run the notebook Execute the first block to confirm it's working properly (click inside the block and press Shift+Enter) From there, you should be able to run code snippets with a live Django app just like you would in a Django shell. ...
# filename extensions on the right. Programs using this file will map # files ending with those extensions to the associated type. # # This file is part of the "media-types" package. Please report a bug using # the "reportbug" command of the "reportbug" package if you would li...
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...
with open(file_path, 'w', encoding='utf-8') as f: f.write(content) print('OpenAPI docs rendered successfully!')if __name__ == "__main__": scripts_dir = os.path.dirname(os.path.abspath(__file__)) project_dir = os.path.dirname(scripts_dir) traverse_and_modify_files(f'{projec...
# NGINX configuration file based on https://github.com/inventree/InvenTree/blob/master/docker/production/nginx.prod.conf events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; # Necessary when using DNS to resolve hostnames in the proxy_pass direc...
Run a clean and reset command -cd /data/openpilot && git clean -xdf && git reset --hard Retry git pull -cd /data/openpilot && git pull Check out OP-EDIT to edit tuning set up - To open OP-EDIT -cd /data/openpilot && python op_edit.py ...
If --release_version is given, a folder (firmware on default or specified by --release_folder, to be concatenated with the version number), will be generated with the bin, update.yml and zip file containing the bins for release$ venv/Scripts/activate $ pip install -r requirements3.txt $...
Original file line numberDiff line numberDiff line change @@ -27,7 +27,7 @@ menuconfig DEVEL If not set then defaults to './dl', which is removed by operations such as 'git clean -xdf' or 'make distclean'. This option is useful if you have a low bandwidth Internet connectio...
Click the .ipynb file that you created to run the notebook Execute the first block to confirm it's working properly (click inside the block and press Shift+Enter) From there, you should be able to run code snippets with a live Django app just like you would in a Django shell. Integrat...