Skip to content

Instantly share code, notes, and snippets.

@mesonoxian
mesonoxian / zookeeper-kafka
Created May 27, 2015 07:01
Simple Zookeeper and Kafka init.d Startup Script
#! /bin/bash
### BEGIN INIT INFO
# Provides: kafka
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: kafka service
### END INIT INFO
anonymous
anonymous / gist:5237879
Created March 25, 2013 15:20
<?php
/*********************************/
$fbAppId = "150734978329989"; // replace this with your Facebook Apps' App ID
$fbAppSecret = "b62cb0fa9d74e2c8ce74198343938241";
/*********************************/
//Login for serving the Ajax routine
if ( $_GET['ajax']=="yes" ) {