Skip to content

Instantly share code, notes, and snippets.

View dbpieter's full-sized avatar

Pieter De Bruyne dbpieter

  • Ghent - Belgium
View GitHub Profile
/*
* Star Micronics
*
* CUPS Filter
*
* [ Linux ]
* compile cmd: gcc -Wl,-rpath,/usr/lib -Wall -fPIC -O2 -o rastertostar rastertostar.c -lcupsimage -lcups
* compile requires cups-devel-1.1.19-13.i386.rpm (version not neccessarily important?)
* find cups-devel location here: http://rpmfind.net/linux/rpm2html/search.php?query=cups-devel&submit=Search+...&system=&arch=
*
@dbpieter
dbpieter / deploy.sh
Created December 7, 2015 13:03 — forked from jasonruesch/deploy.sh
KUDU Deployment Script with Grunt and Bower support
#!/bin/bash
# ----------------------
# KUDU Deployment Script
# Version: 0.1.7
# ----------------------
# Helpers
# -------