Skip to content

Instantly share code, notes, and snippets.

View vonpupp's full-sized avatar

Vonpupp vonpupp

View GitHub Profile
{
"additional-repositories": [],
"archinstall-language": "English",
"audio_config": null,
"bootloader": "Grub",
"config_version": "3.0.1",
"disk_config": {
"config_type": "default_layout",
"device_modifications": [
{
{
"!root-password": "root",
"!users": [
{
"!password": "av",
"sudo": true,
"username": "av"
}
],
"encryption_password": "q"

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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.