Skip to content

Instantly share code, notes, and snippets.

@thomas-joiner
thomas-joiner / nginx.php
Created August 29, 2012 19:19
GeSHi 1.0.x syntax file for nginx configuration files.
<?php
/*************************************************************************************
* nginx.php
* ------
* Author: Cliff Wells (cliff@nginx.org)
* Copyright: (c) Cliff Wells (http://wiki.nginx.org/CliffWells)
* Contributors:
* - Deoren Moor (http://www.whyaskwhy.org/blog/)
* - Thomas Joiner
* Release Version: 1.0.8.12
@thomas-joiner
thomas-joiner / pom.xml
Created August 8, 2012 13:33
example POM for HunspellJNA
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>dk.dren</groupId>
<artifactId>hunspell</artifactId>
<packaging>jar</packaging>
<name>Hunspell JNA wrapper</name>
<version>1.3.2</version>
<description>This is a wrapper of the hunspell spell-checking library.</description>
<url>http://dren.dk/hunspell.html</url>
<licenses>