Skip to content

Instantly share code, notes, and snippets.

View kvdveer's full-sized avatar

Koert van der Veer kvdveer

View GitHub Profile
@kvdveer
kvdveer / config.h
Created January 20, 2017 07:49
CNC2418 grbl1.1e
/*
config.h - compile time configuration
Part of Grbl
Copyright (c) 2012-2016 Sungeun K. Jeon for Gnea Research LLC
Copyright (c) 2009-2011 Simen Svale Skogsrud
Grbl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@kvdveer
kvdveer / keybase.md
Created April 15, 2015 10:30
keybase.md

Keybase proof

I hereby claim:

  • I am kvdveer on github.
  • I am ondergetekende (https://keybase.io/ondergetekende) on keybase.
  • I have a public key whose fingerprint is 04E4 4376 FEE4 0B27 166F D52E B3E1 96A5 A307 EEC7

To claim this, I am signing this object:

@kvdveer
kvdveer / swift-benchmark.py
Last active August 29, 2015 14:06
Benchmarking tool for OpenStack Swift
#!/usr/bin/env python
import argparse
import keystoneclient # From python-keystoneclient
import logging
import math
import os
import random
import requests # from requests
import string
@kvdveer
kvdveer / matrix.md
Last active August 29, 2015 13:56
Openstack storage matrix

Storage creation methods

To->from local root volume snapshot image backup object upload
local root - ✓✓ - - -
volume - ✓✓ - -
snapshot - - - - - -
image ? - - if public
backup - - - - hack -
@kvdveer
kvdveer / firehose.py
Last active January 4, 2016 08:09
Openstack firehose client
#!/usr/bin/env python
# Copyright 2014 CloudVPS
# Author: Koert van der Veer <koert@cloudvps.com>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0