Skip to content

Instantly share code, notes, and snippets.

View joestringer's full-sized avatar

Joe Stringer joestringer

View GitHub Profile
@joestringer
joestringer / check-abi.sh
Last active April 28, 2017 23:47 — forked from apconole/check-abi.sh
Make a bunch of minor usability/speedup changes
#! /bin/sh
## Check current git branch against original release abi
# Copyright (C) 2017, Red Hat, Inc
# Copyright (C) 2017, Nicira, Inc
# 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
@joestringer
joestringer / rfdb.py
Last active December 14, 2015 06:39 — forked from anonymous/rfdb.py
import sys
import pymongo
import rflib.defs as defs
import rflib.ipc.MongoIPC as MongoIPC
from rflib.ipc.RFProtocolFactory import RFProtocolFactory
def usage():
print('Usage: %s <channel>' % sys.argv[0])
print(' channel: "rfclient" or "rfproxy"')
@joestringer
joestringer / gist:3870899
Created October 11, 2012 08:06 — forked from samweston/gist:3870696
grrrrrrrrrrrr.
function gr()
{
if [ "$#" == "1" ]
then
grep -r $* .
elif [ "$#" -ge "2" ]
then
grep -r $*
else
echo ">.<"