Skip to content

Instantly share code, notes, and snippets.

View kkzinger's full-sized avatar

Gerold Katzinger kkzinger

  • conova communications GmbH
  • Austria
View GitHub Profile
@amine7536
amine7536 / dashing.sh
Last active September 14, 2016 07:59
Dashing start/stop script. CentOS 6.5 and SCL Ruby193
#!/bin/bash
#
# dashing Startup script for Shopify Dashing
#
# chkconfig: - 85 15
# description: The exceptionally handsome dashboard framework in Ruby and Coffeescript. \
# http://shopify.github.com/dashing/
# processname: thin
# config: /usr/local/dashing/config.ru
# pidfile: /usr/local/dashing/dashing.pid
@jwalton
jwalton / RickshawGraph.md
Last active July 30, 2021 02:35
Rickshaw Graph is a drop in replacement for Dashing's graph

Graphing Widget

The graphing widget shows graphs using the Rickshaw graphing library. The names of data fields should be (vaguely) familiar if you've used Rickshaw before.

It's recommended that you replace the /assets/javascripts/rickshaw.min.js from your dashboard with the latest from here.

Supported HTML data fields

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 8, 2024 07:49
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname