A Dashing widget to display the remaining days for the active sprint for a Atlassian Jira Agile (formerly known as Greenhopper) Scrum Board
The following dependencies are required. Please add them to your dashing gemfile.
require 'json'
A Dashing widget to display the remaining days for the active sprint for a Atlassian Jira Agile (formerly known as Greenhopper) Scrum Board
The following dependencies are required. Please add them to your dashing gemfile.
require 'json'
# Put this method in your helper file to render inline SVG | |
def inline_svg(path) | |
file = File.open("app/assets/images/#{path}", "rb") | |
raw file.read | |
end |
Dashing widget to display test coverage.
The widget is based on JenkinsBuild, which shows you a completion percentage while Jenkins builds the project and zero in other cases. Actually, if you think about it, build takes only a small amount of time (of course, if your project is not building for half an hour). So we decided to find a more reasonable use of this state and show percentage of test coverage.
A Dashing widget for displaying the number of visitors to your website over a specified timeframe, as reported by Google Analytics
After I installed the fantastic better_errors gem, I was disappointed to notice that linking to your text editor doesn't work correctly on Ubuntu (at least, it didn't for me). Here's how I fixed it.
First, create a new desktop entry:
# /usr/share/applications/subl-urlhandler.desktop
This is a guide for setting up rdio in ubuntu. Specifically via gnome-shell as an application.
Install Google Chrome on linux
Download Rdio's icon. Place it in ~/.local/share/icons/rdio.png
.
#!/bin/bash | |
# This is a wrapped up version of the instructions at | |
# http://code.google.com/p/irssi-libnotify/wiki/MainPage for ubuntu | |
# | |
# Usage: Just run this script from the command line with no arguments | |
# | |
# Tested on Ubuntu 12.04.1 (64 bit) | |
echo "" |
[class^="glyphicon-"], [class*=" glyphicon-"] { | |
display: inline-block; | |
*margin-right: .3em; | |
line- vertical-align: text-top; | |
background-image: url("images/glyphicons-2.png"); | |
background-position: 14px 14px; | |
background-repeat: no-repeat; | |
width: 14px; | |
height: 14px; | |
} |
Custom recipe to get OS X 10.9 Mavericks running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install.
The software selected is software that is "tried and true" --- software I need after any fresh install. I often install other software not listed here, but is handled in a case-by-case basis.