Skip to content

Instantly share code, notes, and snippets.

@startuml
class StreamRun {
+Char[40] name
+Boolean active
+Integer retry_count
+Selection state
+Datetime start_date
+Datetime end_date
+Selection mode
+Integer total_record_count
@TLmaK0
TLmaK0 / install-pip.sh
Created November 1, 2017 11:05
Install pip on coreos
#/bin/bash
set -e
if [[ -e /bin/pip ]]; then
exit 0
fi
PYPY_VERSION=5.9.0
@TLmaK0
TLmaK0 / service-init
Last active August 29, 2015 13:57
Init.d script that I uses to start akka as daemon in Centos 6.4
#!/bin/sh
#
# description
#
# chkconfig: 3 95 4
# description: description
### BEGIN INIT INFO
# Provides:
# Required-Start: