Skip to content

Instantly share code, notes, and snippets.

View chy168's full-sized avatar
🤠

Hung-Yen chy168

🤠
  • Taiwan
View GitHub Profile
@chy168
chy168 / docker-compose.yml
Created December 1, 2016 11:18 — forked from cboettig/docker-compose.yml
debugging NGINX configuration for Jupyter
jupyter:
image: jupyter/datascience-notebook
environment:
- PASSWORD=${PASSWORD}
nginx:
image: nginx
links:
- jupyter
@chy168
chy168 / riemann.js
Last active August 29, 2015 13:59 — forked from sentinelleader/riemann.js
riemann for StatsD backend
/*
*
* To enable this backend, include './backends/riemann' in the backends
* configuration array:
*
* Requires Riemann Node client
*
* backends: ['./backends/riemann']
*
*/
@chy168
chy168 / mule
Last active December 24, 2015 16:19 — forked from rhoegg/mule
Mule init script. puppet can detect status to ensure service status.
#!/bin/bash
# Modify from: https://gist.github.com/rhoegg/5681446
# RHEL Mule Init Script
#
# chkconfig: 2345 65 64
# description: Mule ESB service
. /etc/init.d/functions
#
if [ -f /etc/sysconfig/mule ]; then
@chy168
chy168 / .gitignore
Created November 2, 2011 07:29 — forked from karmi/.gitignore
Donut Chart from ElasticSearch Terms Facet
.DS_Store
tmp/