Skip to content

Instantly share code, notes, and snippets.

allprojects {
def env = System.getenv()
def jenkinsUrl = env.JENKINS_URL
def jenkinsJob = env.JOB_NAME
def buildNumber = env.BUILD_NUMBER
if (jenkinsUrl != null && jenkinsJob != null && buildNumber != null) {
def changelog = ""
@hanetzer
hanetzer / PKGBUILD
Created November 27, 2014 23:45
skype4py-git
# Maintainer: TDY <[email protected]>
pkgname=skype4py-git
pkgver=1.0.35_7_g8d59590
pkgrel=1
pkgdesc="Python wrapper for the Skype API"
arch=('any')
url="https://github.com/awahlig/skype4py"
license=('BSD')
depends=('python2-dbus' 'python2-gobject2' 'skype')
@hanetzer
hanetzer / PKGBUILD
Created November 20, 2014 21:53
mingw-w64-ruby
pkgname=mingw-w64-ruby
pkgver=2.1.5
pkgrel=1
pkgdesc="An object-oriented language for quick and easy programming (mingw-w64)"
arch=(any)
url="http://www.ruby-lang.org/en"
license=("BSD, custom")
makedepends=(mingw-w64-gcc mingw-w64-pkg-config ruby mingw-w64-configure)
depends=(mingw-w64-crt mingw-w64-libyaml mingw-w64-db mingw-w64-openssl mingw-w64-gdbm mingw-w64-tk mingw-w64-pdcurses mingw-w64-libffi)
options=(staticlibs !strip !buildflags)
pkgname=ckm-tether
pkgver=1.0.1.5
pkgrel=1
pkgdesc="clockworkmod tethering app for linux"
arch=('i686' 'x86_64')
url="http://www.clockworkmod.com"
license=("gpl")
depends=("python2" "gksu" "xterm")
source=("http://download.clockworkmod.com/tether/tether-linux.tgz"
"makefile.patch" "waflight.patch" "configure.patch"
@hanetzer
hanetzer / PKGBUILD
Last active August 29, 2015 14:06
mingw-w64-glew
# Maintainer: naelstrof <[email protected]>
pkgname=mingw-w64-glew
pkgver=1.11.0
pkgrel=1
pkgdesc="GLEW, The OpenGL Extension Wrangler Library (mingw-w64)"
arch=('any')
url="http://glew.sourceforge.net/"
license=('Modified BSD/MIT/GPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc')
@hanetzer
hanetzer / anon
Created August 19, 2014 12:51
Anonymous Items
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBath with ID 23312 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23257 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23260 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23274 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.fu
@hanetzer
hanetzer / PKGBUILD
Created August 7, 2014 02:53
qscintilla-qt5
# $Id$
# Maintainer: Ilya87 <[email protected]>
pkgbase=qscintilla-qt5
pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
'python-qscintilla-qt5-common')
pkgver=2.8.3
pkgrel=1
license=('GPL')
arch=('i686' 'x86_64')
@hanetzer
hanetzer / PKGBUILD
Created August 6, 2014 17:34
meique-git
# Maintainer: Anselmo L. S. Melo <[email protected]>
pkgname=meique-git
pkgver=r358.13bbdf4
pkgrel=1
pkgdesc="Meique is a simple build system for C and C++ which uses Lua as scripting language."
arch=('i686' 'x86_64')
url="https://github.com/Meique/Meique"
license=('GPL')
depends=()
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity name="Techne.application" version="1.3.0.15" publicKeyToken="2026d7a8e49816a0" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="ZeuX and r4wk" asmv2:product="Techne" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true">
<subscription>
<update>
<beforeApplicationStartup />
public class RendererAntenna implements ISimpleBlockRenderingHandler {
protected ModelBase model = new ModelAntenna();
/*
Not too sure what to do here
*/
@Override
public void renderInventoryBlock(Block block, int metadata, int modelID, RenderBlocks renderer) {
//if it renders fancy in inventory do that rendering here.