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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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 | |
################################################################################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rabbitmq": { | |
"port": 5672, | |
"host": "$RABBITMQ_PORT_15672_TCP_ADDR", | |
"user": "guest", | |
"password": "guest", | |
"vhost": "/" | |
}, | |
"redis": { | |
"host": "$DB_PORT_6379_TCP_ADDR", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coreos: | |
units: | |
- name: etcd.service | |
command: start | |
- name: fleet.service | |
command: start | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAYQC2PxAKTLdczK9+RNsGGPsz0eC2pBlydBEcrbI7LSfiN7Bo5hQQVjki+Xpnp8EEYKpzu6eakL8MJj3E28wT/vNklT1KyMZrXnVhtsmOtBKKG/++odpaavdW2/AU0l7RZiE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= 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 |
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
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';">
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
OlderNewer