Skip to content

Instantly share code, notes, and snippets.

View linktoming's full-sized avatar

Mingming Wang linktoming

  • Singapore
View GitHub Profile
#!/bin/bash
# NOTE: this is an OSX launchd wrapper shell script for Tomcat (to be placed in $CATALINA_HOME/bin)
CATALINA_HOME=/Users/username/tomcat
function shutdown() {
date
echo "Shutting down Tomcat"
$CATALINA_HOME/bin/catalina.sh stop
//
// PSDDFormatter.h
// Created by Peter Steinberger on 08.09.10.
//
#import "DDLog.h"
@interface PSDDFormatter : NSObject <DDLogFormatter> {
NSDateFormatter *dateFormatter;
}
@trevorturk
trevorturk / gist:216549
Created October 23, 2009 02:10
nginx init.d
We couldn’t find that file to show.