Skip to content

Instantly share code, notes, and snippets.

View jonasrosland's full-sized avatar

Jonas Rosland jonasrosland

View GitHub Profile
@jonasrosland
jonasrosland / mst3kgraphgist.adoc
Last active December 22, 2015 22:58
Mystery Science Theater 3000 GraphGist for the Neo4j GraphGist challenge

Mystery Science Theater 3000 Actors and Characters - GraphGist for the Neo4j GraphGist challenge

This Graph is based on the MST3K TV-series that ran during the 1990s. Awesome TV-serie, my favourite actually. I created this Graph based on the characters of the show and where they live/reside/hunt, and which actors played them. As the Actors usually played several characters, and many characters were played by several actors, the graph get’s a bit interesting :) Enjoy!

1380475993
@jonasrosland
jonasrosland / Vagrantfile
Last active August 29, 2015 14:04
Vagrantfile for ScaleIO, using a second disk as the storage backend
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Created by Jonas Rosland, @virtualswede
# Many thanks to this post by James Carr: http://blog.james-carr.org/2013/03/17/dynamic-vagrant-nodes/
################################################################################################################################
# For the shell commands to work, make sure you have the ECS-1.21-0.20.el6-install file in the Vagrant folder
# Also make sure you edit the license below
################################################################################################################################
@jonasrosland
jonasrosland / config.json
Created August 22, 2014 13:06
Dockerized sensu config - some things taken from https://github.com/arcus-io/docker-sensu/blob/master/run.sh
{
"rabbitmq": {
"port": 5672,
"host": "$RABBITMQ_PORT_15672_TCP_ADDR",
"user": "guest",
"password": "guest",
"vhost": "/"
},
"redis": {
"host": "$DB_PORT_6379_TCP_ADDR",
@jonasrosland
jonasrosland / pxe-cloud-config.yml
Created September 2, 2014 18:48
Cloud config for CoreOS
coreos:
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAYQC2PxAKTLdczK9+RNsGGPsz0eC2pBlydBEcrbI7LSfiN7Bo5hQQVjki+Xpnp8EEYKpzu6eakL8MJj3E28wT/vNklT1KyMZrXnVhtsmOtBKKG/++odpaavdW2/AU0l7RZiE=
@jonasrosland
jonasrosland / gist:8845db40571a588fdab5
Last active August 29, 2015 14:13
Game Music Bundles
= Game Music Bundle by Bundledragon and Loudr =
This graph is to see how game musicians correlate to each other within the same genre of music.
image::https://artwork.loudr.fm/artists/8mNvr/game-music-bundle.png.250.jpg[]
//hide
//setup
//graph
@jonasrosland
jonasrosland / README.md
Last active August 29, 2015 14:15
ConstantContact Dashing widget

ConstantContact Dashing widget

Enabling you to track your distribution list metrics from ConstantContact. Create a ConstantContact API key and access token and put it in your .env file like this:

CONSTANT_CONTACT_API_KEY=yourkeyhere
CONSTANT_CONTACT_EMAIL_LIST=yoursinglelisthere
CONSTANT_CONTACT_ACCESS_TOKEN=your-access-token-here
@jonasrosland
jonasrosland / README.md
Last active September 22, 2015 18:34
Docker Hub Dashing widget

Docker Hub Dashing widget

Enabling you to track your Docker Hub metrics such as stars and pulls.

Sample HTML to put in your .erb file:

    <li data-row="1" data-col="1" data-sizex="2" data-sizey="1" onclick="location.href='https://registry.hub.docker.com/repos/emccode/';">
 
@jonasrosland
jonasrosland / README.md
Last active August 29, 2015 14:15
StackOverflow Dashing widget

StackOverflow Dashing widget

Enabling you to track questions on StackOverflow with specific tags and the number of answers for each question.

Sample HTML to put in your .erb file:

    <li data-row="1" data-col="2" data-sizex="4" data-sizey="2" onclick="location.href='http://stackoverflow.com/questions/tagged/emc';">
 
@jonasrosland
jonasrosland / MST3K.md
Last active August 29, 2015 14:19
MST3K Collection

I'm a big fan of MST3K. Here's a list of stuff I've collected over the years.

DVDs

Producer Volume Movies Extras Extras2 Extras3 Missing
Rhino 1 Bloodlust
@jonasrosland
jonasrosland / git-ksp-ckan.md
Last active April 18, 2017 22:15
Use Git to manage Kerbal Space Program saves, ships and CKAN mods

This example show how to manage two KSP installs, like one on your Windows gaming rig and one on your Mac, as they were one.

First, create a GitHub repo called git-ksp-ckan under your own username

Then, if your Mac is the starting point:

cd ~/Library/Application Support/Steam/SteamApps/common/Kerbal Space Program
git init
cp CKAN/installed-default.ckan CKAN/should-be-installed.ckan
git add CKAN/should-be-installed.ckan