Skip to content

Instantly share code, notes, and snippets.

View muff1nman's full-sized avatar

Andrew DeMaria muff1nman

View GitHub Profile
---
kind: ConfigMap
apiVersion: v1
metadata:
name: nginx-sites
labels:
app: nginx
role: site
data:
index.html: |
@muff1nman
muff1nman / chromecast-ssdp.xml
Created August 20, 2017 00:04 — forked from jgmel/chromecast-ssdp.xml
FirewallD Chromecast RHEL7/Centos7
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>chromecast-ssdp</short>
<port protocol="udp" port="1900"/>
<destination ipv4="239.255.255.250/32"/>
</service>
@muff1nman
muff1nman / airsonic-meeting.2017-07-22.txt
Created July 22, 2017 16:06
Airsonic Meeting 2017-07-22
00:00:00 - {Day changed to Saturday, July 22, 2017}
03:25:59 joola[m] Could we get the rebranding finish for today ?
03:26:42 joola[m] We still have our 15hUTC meeting but if we only are 2 for this :p!
03:27:23 joola[m] We could get the rebranding issue closed and release our first airsonic
03:27:43 joola[m] Or can't we ? Is there still some PR to build ?
08:37:16 joola[m] @muff1nman you here ?
08:37:29 joola[m] it is 15H37 UTC
08:38:37 muff1nman[m] Ya I'm here, sorry
08:38:54 joola[m] So you have some time ?
08:39:15 joola[m] I guess we will be 2 in this discuss

Keybase proof

I hereby claim:

  • I am muff1nman on github.
  • I am muff1nman (https://keybase.io/muff1nman) on keybase.
  • I have a public key ASBuKwu4nZWq0bfdMl48GG9Hjr3QuO9RDHUuG1_8yrOkaQo

To claim this, I am signing this object:

Verifying that +zanegrey is my blockchain ID. https://onename.com/zanegrey
# Maintainer: Andrew DeMaria <lostonamountain@gmail.com>
pkgname=openni2-libfreenect
pkgver=2.2beta2
_pkgver=2.2-beta2
pkgrel=5
pkgdesc="Open source SDK used for the development of 3D sensing middleware libraries and applications"
arch=('i686' 'x86_64')
url="http://www.openni.org/"
license=('Apache')
provides=('openni2')
@muff1nman
muff1nman / SimpleView.java
Created June 3, 2013 15:16
Open NI Depth Viewer
/****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* *
* This file is part of OpenNI. *
* *
* OpenNI is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as published *
* by the Free Software Foundation, either version 3 of the License, or *
@muff1nman
muff1nman / ParseDemo.py
Created October 9, 2012 02:07
file wrapper class with Parser
#Python: Just wanted to share the how I used a custom file wrapper class for my Parser class to use so that I could avoid reading in the entire file and open and close it
#once (definitions omitted)
class FileHandler:
"""A class to handle file opening and closing."""
def __init__(self, filename):
def getPermissions( self) :
def openFileWithPermissions(self, permissionString):