Skip to content

Instantly share code, notes, and snippets.

View davestephens's full-sized avatar
💾
Where's the 5 1/4 inch emoji?

David Stephens davestephens

💾
Where's the 5 1/4 inch emoji?
View GitHub Profile
@mottyc
mottyc / zookeeper-service-script
Last active January 10, 2022 07:07
Zookeeper service script (copy to file: /etc/init.d/zookeeper)
#! /bin/sh
# /etc/init.d/zookeeper: start the zookeeper daemon.
# chkconfig: - 80 20
# description: zookeeper
ZK_HOME=/opt/kafka
ZK_USER=root
ZK_SCRIPT=$ZK_HOME/bin/zookeeper-server-start.sh
ZK_CONFIG=$ZK_HOME/config/zookeeper.properties
@gpr
gpr / PolymorphicAssociationWithSimpleForm.md
Last active August 29, 2018 11:47
How to manage polymorphic associations with simple_form and JQuery

Introduction

How to manage polymorphic associations with simple_form and JQuery?

This is a solution.

.
├── app
│   ├── assets