Skip to content

Instantly share code, notes, and snippets.

View vonpupp's full-sized avatar

Vonpupp vonpupp

View GitHub Profile

Pelican and Org Mode

(require 'json)
(require 'org)
(require 'ox)
(require 'package)
;; htmlize is needed for SRC blocks
;;(setq package-archives
;; '(("melpa" . "http://melpa.milkbox.net/packages/")))
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/"))
@vonpupp
vonpupp / minishift_start_log
Last active January 20, 2019 13:33
minishift start --network-nameserver 8.8.8.8 --show-libmachine-logs --v=5
$ minishift start --network-nameserver 8.8.8.8 --show-libmachine-logs --v=5
-- minishift version: v1.30.0+538db6f
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK
-- Checking if KVM driver is installed ...
-- minishift version: v1.30.0+186b034
-- Starting profile 'myproject'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK
-- Checking if KVM driver is installed ...
Driver is available at /usr/bin/docker-machine-driver-kvm ...
Checking driver binary is executable ... OK
# -*- coding: utf-8 -*-
#!/usr/bin/env python2
# Issue:
# https://github.com/enigmampc/catalyst/issues/216
# Clear the cache
# catalyst clean-algo -n my-algo-namespace
import sys
# -*- coding: utf-8 -*-
#!/usr/bin/env python2
# Issue:
# https://github.com/enigmampc/catalyst/issues/216
# Clear the cache
# catalyst clean-algo -n my-algo-namespace
import sys
# -*- coding: utf-8 -*-
#!/usr/bin/env python2
import sys
import os
import pandas as pd
import signal
#import talib
from logbook import Logger
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vonpupp
vonpupp / ansible-summary.md
Created June 13, 2017 01:11 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of