Skip to content

Instantly share code, notes, and snippets.

View borje's full-sized avatar

borje

  • Pine House Road AB
  • Linköping
View GitHub Profile
@GrovesD2
GrovesD2 / williams_r.ipynb
Created October 28, 2023 13:39
A backtest and parameter optimisation for the Williams %r strategy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@klo2k
klo2k / generate_ssl_keys_csr_certificates.yml
Last active March 24, 2025 16:04
Ansible: Generate key, CSR, self-signed certificate with self-signed CA (simulate real-world process)
---
# Playbook generates key, CSR and self-signed SSL certificates for CA and domain of interest
#
# To run (replace with your own values):
# ```
# ansible-playbook \
# --extra-vars 'cert_common_name=domain.example.com' \
# --extra-vars '{"cert_subject_alt_name":["DNS:*.example.com","DNS:*.subdomain.example.com"]}' \
# generate_ssl_keys_csr_certificates.yml
# ```
@davecoutts
davecoutts / cx_oracle-5.2.1-py35_0_build.sh
Last active April 2, 2018 12:47
Build Python 3.5 conda package for cx_oracle 5.2.1 on Linux
# Build Python 3.5 conda package for cx_oracle 5.2.1 on Linux
# Currently(2016-07-09) only cx_oracle-5.1.2-py27 is avalible in the conda repository.
#
# Based on http://conda.pydata.org/docs/build_tutorials/pkgs.html
#
# Build environment: Ubuntu 16.04 with Anaconda3-4.1.1-Linux-x86_64 installed in $HOME/anaconda3
#
# Download from http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
# - instantclient-basic-linux.x64-12.1.0.2.0.zip
# - instantclient-sdk-linux.x64-12.1.0.2.0.zip